added doc indexes

This commit is contained in:
Will McGugan
2022-09-06 13:11:06 +01:00
parent 3e41e14714
commit 9aa7228fda
8 changed files with 35 additions and 5 deletions

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

@@ -0,0 +1,3 @@
# Events
A reference to Textual [events](../guide/events.md).

9
docs/guide/index.md Normal file
View File

@@ -0,0 +1,9 @@
# Textual Guide
Welcome to the Textual Guide! An in-depth reference on how to build app with Textual.
## Example code
Most of the code in this guide is fully working—you could cut and paste it if you wanted to.
Although it is probably easier to check out the [Textual repository](https://github.com/Textualize/textual) and navigate to the `docs/examples/guide` directory and run the examples from there.

3
docs/how-to/index.md Normal file
View File

@@ -0,0 +1,3 @@
# How to ...
For those who want more focused information on Textual features.

3
docs/reference/index.md Normal file
View File

@@ -0,0 +1,3 @@
# Reference
A reference to the Textual public APIs.

3
docs/styles/index.md Normal file
View File

@@ -0,0 +1,3 @@
# Styles
A reference to Widget [styles](../guide/styles.md).

3
docs/widgets/index.md Normal file
View File

@@ -0,0 +1,3 @@
# Widgets
A reference to the builtin [widgets](../guide/widgets.md).