Add the Unmount event to the docs

This commit is contained in:
Dave Pearson
2024-03-26 08:55:08 +00:00
parent d55410cc0d
commit 2299fdfc9c
2 changed files with 4 additions and 0 deletions

3
docs/events/unmount.md Normal file
View File

@@ -0,0 +1,3 @@
::: textual.events.Unmount
options:
heading_level: 1

View File

@@ -69,6 +69,7 @@ nav:
- "events/screen_resume.md"
- "events/screen_suspend.md"
- "events/show.md"
- "events/unmount.md"
- Styles:
- "styles/index.md"
- "styles/align.md"