mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
help pages
This commit is contained in:
@@ -47,3 +47,7 @@ textual --help
|
|||||||
```
|
```
|
||||||
|
|
||||||
See [devtools](guide/devtools.md) for more about the `textual` command.
|
See [devtools](guide/devtools.md) for more about the `textual` command.
|
||||||
|
|
||||||
|
## Need help?
|
||||||
|
|
||||||
|
See the [help](./help.md) page for how to get help with Textual, or to report bugs.
|
||||||
|
|||||||
11
docs/help.md
11
docs/help.md
@@ -1,12 +1,15 @@
|
|||||||
|
---
|
||||||
|
hide:
|
||||||
|
- navigation
|
||||||
|
---
|
||||||
|
|
||||||
# Help
|
# Help
|
||||||
|
|
||||||
Here's where to go if you need help with Textual.
|
Here's where to go if you need help with Textual.
|
||||||
|
|
||||||
## Bugs and feature requests
|
## Bugs and feature requests
|
||||||
|
|
||||||
Report bugs via GitHub on the Textual [issues](https://github.com/Textualize/textual/issues) page.
|
Report bugs via GitHub on the Textual [issues](https://github.com/Textualize/textual/issues) page. You can also post feature requests via Github issues, but see the [roadmap](./roadmap.md) first.
|
||||||
|
|
||||||
You can also post feature requests via Github issues, but see the [roadmap](./roadmap.md) first.
|
|
||||||
|
|
||||||
## Forum
|
## Forum
|
||||||
|
|
||||||
@@ -14,4 +17,4 @@ Visit the [Textual forum](https://community.textualize.io/) for Textual (and Ric
|
|||||||
|
|
||||||
## Discord Server
|
## Discord Server
|
||||||
|
|
||||||
For more realtime feedback or chat, join our discord server to connect with the [Textual](https://discord.gg/Enf6Z3qhVr) community.
|
For more realtime feedback or chat, join our discord server to connect with the [Textual community](https://discord.gg/Enf6Z3qhVr).
|
||||||
|
|||||||
@@ -6,8 +6,7 @@ edit_uri: edit/css/docs/
|
|||||||
nav:
|
nav:
|
||||||
- Introduction:
|
- Introduction:
|
||||||
- "index.md"
|
- "index.md"
|
||||||
- "getting_started.md"
|
- "getting_started.md"
|
||||||
- "help.md"
|
|
||||||
- "tutorial.md"
|
- "tutorial.md"
|
||||||
- Guide:
|
- Guide:
|
||||||
- "guide/index.md"
|
- "guide/index.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user