소스 검색

remove obsolete file

Falko Schindler 1 년 전
부모
커밋
bf39b7c4a5
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  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!'))