Skip to content

Commit 20600a9

Browse files
committed
docs index page
1 parent 53cb4f9 commit 20600a9

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/index.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,22 @@ Build sophisticated user interfaces with a simple Python API. Run your apps in t
8080

8181
---
8282

83+
# Live Demo
84+
8385
The official [Textual demo](https://github.com/textualize/textual-demo).
8486

8587
<div class="textual-web-demo" data-app="demo"></div>
8688

8789

8890
---
8991

92+
# Built with Textual
93+
94+
Textual has enabled an ecosystem of applications and tools for developers and non-developers alike.
95+
96+
Here are a few examples.
97+
98+
9099
## Posting
91100

92101
The API client that lives in your terminal.
@@ -165,7 +174,11 @@ An easy, fast, and beautiful database client for the terminal.
165174

166175
---
167176

177+
# Examples
178+
179+
The following examples are taken from the [examples directory](https://github.com/Textualize/textual/tree/main/examples).
168180

181+
Click the tabs to see the code behind the example.
169182

170183
=== "Pride example"
171184

@@ -180,8 +193,6 @@ An easy, fast, and beautiful database client for the terminal.
180193

181194

182195

183-
---
184-
185196
=== "Calculator example"
186197

187198
```{.textual path="examples/calculator.py" columns=100 lines=41 press="3,.,1,4,5,9,2,wait:400"}

0 commit comments

Comments
 (0)