Ver Fonte

docu: improved section heading

Rodja Trappe há 2 anos atrás
pai
commit
4dff950e4e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -302,7 +302,7 @@ def documentation_page():
     menu = side_menu()
     menu = side_menu()
     ui.add_head_html('<style>html {scroll-behavior: auto;}</style>')
     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'):
     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(
         ui.markdown(
             'This is the documentation for NiceGUI >= 1.0. '
             '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).'
             'Documentation for older versions can be found at [https://0.9.nicegui.io/](https://0.9.nicegui.io/reference).'