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