Ensure mkdocs.yml is up to date with listview stuff

This commit is contained in:
Darren Burns
2022-11-21 17:14:32 +00:00
parent be318949f8
commit 4e0c77e9f7
3 changed files with 5 additions and 1 deletions

1
docs/api/list_item.md Normal file
View File

@@ -0,0 +1 @@
::: textual.widgets.ListItem

View File

@@ -37,4 +37,4 @@ of multiple `ListItem`s. The arrow keys can be used to navigate the list.
## See Also
* [ListView](../api/list_view.md) code reference
* [ListItem](../api/list_item.md) code reference

View File

@@ -97,6 +97,8 @@ nav:
- "widgets/header.md"
- "widgets/input.md"
- "widgets/label.md"
- "widgets/list_view.md"
- "widgets/list_item.md"
- "widgets/static.md"
- "widgets/tree_control.md"
- API:
@@ -112,6 +114,7 @@ nav:
- "api/header.md"
- "api/label.md"
- "api/list_view.md"
- "api/list_item.md"
- "api/message_pump.md"
- "api/message.md"
- "api/pilot.md"