Skip to content

Commit c997d81

Browse files
committed
Moved the last remaining page from quick start (installation guide) to under the resource hub menu
1 parent 6397410 commit c997d81

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

docs/Quickstart/getting_started.md renamed to docs/Resource Hub/Talon Installation/installation_guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ some steps are specific to the talon community user file set, and will be marked
1313

1414
## 1: Check System Requirements
1515

16-
Talon has various [system requirements](../Resource%20Hub/Hardware/hardware.md), covering the computer hardware, operating system and microphone hardware.
16+
Talon has various [system requirements](../Hardware/hardware.md), covering the computer hardware, operating system and microphone hardware.
1717

1818
## 2: Download & Install Talon
1919

@@ -108,10 +108,10 @@ If you have installed a different user file set, consult its documentation on us
108108
## 6: Next steps
109109

110110

111-
- If needed, try ways to [improve recognition accuracy](../Resource%20Hub/Speech%20Recognition/improving_recognition_accuracy.md)
112-
- [Customize Talon](../Customization/basic_customization): learn about how to configure Talon to your liking.
111+
- If needed, try ways to [improve recognition accuracy](../Speech%20Recognition/improving_recognition_accuracy.md)
112+
- [Customize Talon](../../Customization/basic_customization): learn about how to configure Talon to your liking.
113113
- If at any point you need help with your Talon setup, join the [Talon Voice Slack](https://talonvoice.com/chat) and ask in the `#help` channel.
114-
- For earlier access to new features, priority support, and access to additional [speech engines](/docs/Resource%20Hub/Speech%20Recognition/speech%20engines.md), install the [beta version](../Help/beta_talon).
114+
- For earlier access to new features, priority support, and access to additional [speech engines](../Speech%20Recognition/speech%20engines.md), install the [beta version](../../Help/beta_talon).
115115

116116
<!-- Update in later phase of https://github.com/TalonCommunity/Wiki/pull/312
117117
- If needed, try ways to [improve recognition accuracy](/docs/Resource%20Hub/Speech%20Recognition/improving_recognition_accuracy)

docusaurus.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,6 @@ const config: Config = {
130130
},
131131
hideOnScroll: true,
132132
items: [
133-
{
134-
type: "docSidebar",
135-
sidebarId: "QuickstartSidebar",
136-
position: "left",
137-
label: "Quickstart",
138-
},
139133
{
140134
type: "docSidebar",
141135
sidebarId: "BasicUsageSidebar",

sidebars.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
22

33
const sidebars: SidebarsConfig = {
4-
QuickstartSidebar: [
5-
{
6-
type: "autogenerated",
7-
dirName: "Quickstart",
8-
},
9-
],
104
BasicUsageSidebar: [
115
{
126
type: "autogenerated",

src/pages/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ mindmap
4141
```
4242
---
4343

44+
## Jumping In
45+
46+
Before installing talon, there is useful information on this page and on the linked pages for you to read.
47+
48+
If you prefer jumping in, here is the [installation guide](/docs/Resource%20Hub/Talon%20Installation/installation_guide.md) and
49+
information about [basic usage](/docs/Basic%20Usage/basic_usage.md).
50+
51+
---
52+
4453
## Documentation Scope
4554

4655
To use talon, the talon platform needs to be installed.
@@ -81,7 +90,7 @@ The goal of this wiki is to provide information and documentation for the users
8190
| ---------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
8291
| Videos of Talon in use | [Video Demos](/Resource%20Hub/talon_related_resources) |
8392
| Help with deciding on a microphone or eye tracker | [Hardware](/Resource%20Hub/Hardware) |
84-
| Installing and getting started with Talon | [Installing Talon](/Resource%20Hub/Talon%20Installation/installation_guide), [Getting Started](/Basic%20Usage/basic_usage) |
93+
| Installing and getting started with Talon | [Installing Talon](/Resource%20Hub/Talon%20Installation/installation_guide), [Basic Usage](/Basic%20Usage/basic_usage) |
8594
| How to customize Talon, obtaining additional functionality | [Basic Customization](/Customization/overview), [Integrations](/Integrations) |
8695
| Troubleshooting help | [Troubleshooting](/Resource%20Hub/Troubleshooting/basic-issues) |
8796
| Answers to frequently asked questions | [FAQ](/Help/FAQ) |

0 commit comments

Comments
 (0)