浏览代码

docu: improved section heading

Rodja Trappe 2 年之前
父节点
当前提交
4dff950e4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -302,7 +302,7 @@ def documentation_page():
     menu = side_menu()
     ui.add_head_html('<style>html {scroll-behavior: auto;}</style>')
     with ui.column().classes('w-full p-8 lg:p-16 max-w-[1250px] mx-auto'):
-        section_heading('API Reference and Demos', '*NiceGUI* Documentation')
+        section_heading('Reference, Demos and more', '*NiceGUI* Documentation')
         ui.markdown(
             'This is the documentation for NiceGUI >= 1.0. '
             'Documentation for older versions can be found at [https://0.9.nicegui.io/](https://0.9.nicegui.io/reference).'