From 15ab284d95b23cfe45b5408a183bc8753d95229e Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 16 Oct 2022 13:47:28 +0100 Subject: [PATCH] help pages --- docs/getting_started.md | 4 ++++ docs/help.md | 11 +++++++---- mkdocs.yml | 3 +-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 9ddf67e9a..843297306 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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. diff --git a/docs/help.md b/docs/help.md index 8453960f7..9786d994e 100644 --- a/docs/help.md +++ b/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). diff --git a/mkdocs.yml b/mkdocs.yml index 036e425d3..d4d5e183a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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"