Skip to content

Commit 9200a6c

Browse files
committed
Added help menu with a page on talon slack
1 parent 9cd8292 commit 9200a6c

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

docs/Help/talon-slack.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Talon Slack
2+
3+
Talon has a Slack community for users to get help, ask questions, and meet one another. If you are starting to use Talon, join the [Talon Slack](https://talonvoice.com/chat). This is the most efficient way to get questions answered if they are not covered in this wiki. There are also a few general channels, like `#health`, for those looking for resources and other folks who might be navigating complex injuries like RSI (Repetitive Strain Injuries) from typing.
4+
5+
A few notable channels:
6+
7+
- `#help`: get help with Talon setup, usage, or ask questions about Talon
8+
- `#beta`: find beta download links and ask questions specific to the beta (this is a private channel that requires a patreon donation)
9+
- `#health`: chat with others about computer health issues, share knowledge, find other folks who might be going through similar things
10+
- `#talon-docs`: chat about Talon documentation such as this wiki
11+
- `#hardware`: chat about hardware, e.g., microphones

docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ const config: Config = {
148148
position: "left",
149149
label: "Integrations",
150150
},
151+
{
152+
type: "docSidebar",
153+
sidebarId: "HelpSidebar",
154+
position: "left",
155+
label: "Help",
156+
},
151157
{
152158
href: "https://github.com/TalonCommunity/Wiki/",
153159
label: "GitHub",

sidebars.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ const sidebars: SidebarsConfig = {
2525
dirName: "Integrations",
2626
},
2727
],
28+
HelpSidebar: [
29+
{
30+
type: "autogenerated",
31+
dirName: "Help",
32+
},
33+
],
2834
};
2935

3036
export default sidebars;

0 commit comments

Comments
 (0)