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.
|
||||
|
||||
## 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
|
||||
|
||||
Here's where to go if you need help with Textual.
|
||||
|
||||
## Bugs and feature requests
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
## Forum
|
||||
|
||||
@@ -14,4 +17,4 @@ Visit the [Textual forum](https://community.textualize.io/) for Textual (and Ric
|
||||
|
||||
## 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:
|
||||
- Introduction:
|
||||
- "index.md"
|
||||
- "getting_started.md"
|
||||
- "help.md"
|
||||
- "getting_started.md"
|
||||
- "tutorial.md"
|
||||
- Guide:
|
||||
- "guide/index.md"
|
||||
|
||||
Reference in New Issue
Block a user