mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Ensure mkdocs.yml is up to date with listview stuff
This commit is contained in:
1
docs/api/list_item.md
Normal file
1
docs/api/list_item.md
Normal file
@@ -0,0 +1 @@
|
||||
::: textual.widgets.ListItem
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user