Browse Source

remove obsolete file

Falko Schindler 1 year ago
parent
commit
bf39b7c4a5
1 changed files with 0 additions and 12 deletions
  1. 0 12
      website/documentation/content/more/shutdown_documentation.py

+ 0 - 12
website/documentation/content/more/shutdown_documentation.py

@@ -1,12 +0,0 @@
-from nicegui import ui
-
-
-def main_demo() -> None:
-    from nicegui import app
-
-    # ui.button('shutdown', on_click=app.shutdown)
-    #
-    # ui.run(reload=False)
-    # END OF DEMO
-    ui.button('shutdown', on_click=lambda: ui.notify(
-        'Nah. We do not actually shutdown the documentation server. Try it in your own app!'))