Skip to content

Commit ff98537

Browse files
committed
some minor fixes
1 parent 06ac0e7 commit ff98537

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

docs/Integrations/accessibility.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_position: 10
3+
---
4+
15
# Accessibility
26

37
## Non-Visual Use

docs/Integrations/essential-tools.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
15
# Essential Talon Integrations
26

37
| Software | Description |

docs/Resource Hub/Speech Recognition/speech engines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44

55
# Speech Engines
66

7-
:::docoscope talon-scope-platform
7+
:::info talon-scope-platform
88

99
:::
1010

src/pages/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ mindmap
4545

4646
Before installing talon, there is useful information on this page and on the linked pages for you to read.
4747

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).
48+
If you prefer jumping in, here is the [installation guide](/Resource%20Hub/Talon%20Installation/installation_guide) and
49+
information about [basic usage](/Basic%20Usage/basic_usage).
5050

5151
---
5252

@@ -58,7 +58,7 @@ If you do so, then everything in this wiki is relevant to you.
5858

5959
These sections will be highlighted as:
6060

61-
<div className="theme-admonition theme-admonition-note admonition_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module admonition_xJq3 alert alert--warning alert--docoscope">
61+
<div className="theme-admonition theme-admonition-note admonition_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module admonition_xJq3 alert docoscope">
6262
<div className="admonitionHeading_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module admonitionHeading_Gvgb">
6363
[SCOPE]: TALON COMMUNITY USER FILE SET
6464
</div>
@@ -69,7 +69,7 @@ These sections will be highlighted as:
6969
If you are an advanced user and have decided to install a different user file set, then not all parts
7070
of this wiki is relevant. Those that are will be highlighted as follows.
7171

72-
<div className="theme-admonition theme-admonition-note admonition_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module admonition_xJq3 alert alert--warning alert--docoscope">
72+
<div className="theme-admonition theme-admonition-note admonition_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module admonition_xJq3 alert docoscope">
7373
<div className="admonitionHeading_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module admonitionHeading_Gvgb">
7474
[SCOPE]: TALON PLATFORM
7575
</div>
@@ -88,11 +88,11 @@ The goal of this wiki is to provide information and documentation for the users
8888

8989
| If you are looking for: | See: |
9090
| ---------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
91-
| Videos of Talon in use | [Video Demos](/Resource%20Hub/talon_related_resources) |
91+
| Videos of Talon in use | [Video Demos](/Integrations/talon_related_resources) |
9292
| Help with deciding on a microphone or eye tracker | [Hardware](/Resource%20Hub/Hardware) |
9393
| Installing and getting started with Talon | [Installing Talon](/Resource%20Hub/Talon%20Installation/installation_guide), [Basic Usage](/Basic%20Usage/basic_usage) |
94-
| How to customize Talon, obtaining additional functionality | [Basic Customization](/Customization/overview), [Integrations](/Integrations) |
95-
| Troubleshooting help | [Troubleshooting](/Resource%20Hub/Troubleshooting/basic-issues) |
94+
| How to customize Talon, obtaining additional functionality | [Basic Customization](/Customization/basic_customization), [Integrations](/Integrations/essential-tools) |
95+
| Troubleshooting help | [Troubleshooting](/Resource%20Hub/Speech%20Recognition/troubleshooting) |
9696
| Answers to frequently asked questions | [FAQ](/Help/FAQ) |
9797

9898
:::tip Talon Slack

src/theme/Admonition/Type/Info.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function ScopeIcon() {
99
return (
1010
<svg viewBox="0 0 24 24">
1111
<path d="M4 12H4.01M8 12H8.01M16 12H16.01M12 12H12.01M20 12H20.01M8.5 4H7.2C6.0799 4 5.51984 4 5.09202 4.21799C4.71569 4.40973 4.40973 4.71569 4.21799 5.09202C4 5.51984 4 6.0799 4 7.2V8.5M15.5 4H16.8C17.9201 4 18.4802 4 18.908 4.21799C19.2843 4.40973 19.5903 4.71569 19.782 5.09202C20 5.51984 20 6.07989 20 7.2V8.5M20 15.5V16.8C20 17.9201 20 18.4802 19.782 18.908C19.5903 19.2843 19.2843 19.5903 18.908 19.782C18.4802 20 17.9201 20 16.8 20H15.5M4 15.5V16.8C4 17.9201 4 18.4802 4.21799 18.908C4.40973 19.2843 4.71569 19.5903 5.09202 19.782C5.51984 20 6.0799 20 7.2 20H8.5"
12-
stroke="#ffffff" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
12+
stroke="#ffffff" strokeWidth="1" strokeLinecap="round" strokeLinejoin="round"/>
1313
</svg>
1414
);
1515
}

0 commit comments

Comments
 (0)