forked from GPII/docs-first-discovery
-
Notifications
You must be signed in to change notification settings - Fork 1
/
site-structure.json
139 lines (139 loc) · 6.31 KB
/
site-structure.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
[
{
"category": "Overview",
"categoryHref":"/index.html",
"sections":
[
{
"sectionName":"First Discovery Tool",
"pages":
[
{ "pageName": "Introduction", "href": "/index.html"}
]
},
{
"sectionName":"Preferences Server Integration",
"pages":
[
{ "pageName": "Introduction", "href": "/integrationIntro.html"},
{ "pageName": "The Work Flow", "href": "/integrationWorkFlow.html"},
{ "pageName": "First Discovery Server", "href": "/firstDiscoveryServer.html"}
]
}
]
},
{
"category": "Tutorials",
"categoryHref": "/index-tutorials.html",
"sections":
[
{
"sectionName":"Customizing the First Discovery Tool",
"pages":
[
{ "pageName": "Simplest: Reordering preferences", "href": "/reordering.html"},
{ "pageName": "Less simple: Removing preferences", "href": "/removing.html"},
{ "pageName": "More complicated: Adding a simple preference ", "href": "/adding.html"},
{ "pageName": "Enactors", "href": "/enactors.html"},
{ "pageName": "Advanced: Configuring the connection to the Preferences Server", "href": "/serverConfig.html"}
]
}
]
},
{
"category": "API",
"categoryHref": "/index-api.html",
"sections":
[
{
"sectionName":"General",
"pages":
[
{ "pageName": "First Discovery Editor", "href": "/firstDiscoveryEditor.html"}
]
},
{
"sectionName":"Panels presented to user",
"pages":
[
{ "pageName": "Welcome", "href": "/welcome.html"},
{ "pageName": "Language", "href": "/lang.html"},
{ "pageName": "Speak Text", "href": "/speakText.html"},
{ "pageName": "Speech Rate", "href": "/speechRate.html"},
{ "pageName": "Contrast", "href": "/contrast.html"},
{ "pageName": "Text Size", "href": "/textSize.html"},
{ "pageName": "On-Screen Keyboard", "href": "/onScreenKeyboard.html"},
{ "pageName": "Captions", "href": "/captions.html"},
{ "pageName": "Show Sounds", "href": "/showSounds.html"},
{ "pageName": "Sticky Keys", "href": "/keyboard.html"},
{ "pageName": "Congratulations", "href": "/congratulations.html"}
]
},
{
"sectionName":"Preferences Server Integration",
"pages":
[
{ "pageName": "Preferences Server Integration", "href": "/prefsServerIntegration.html"},
{ "pageName": "Token Panel", "href": "/token.html"},
{ "pageName": "Token and Preferences Server Integration Connection", "href": "/tokenPrefsServerIntegrationConnection.html"}
]
},
{
"sectionName":"Components used by panels",
"pages":
[
{ "pageName": "Yes/No", "href": "/yesNo.html"},
{ "pageName": "Ranged", "href": "/ranged.html"},
{ "pageName": "Ranged With Disabled Message", "href": "/rangedDisabled.html"},
{ "pageName": "Sticky Keys with Prefs Editor Connection", "href": "/keyboardPrefsEditorConnection.html"},
{ "pageName": "Sticky Keys Adjuster", "href": "/stickyKeysAdjuster.html"},
{ "pageName": "Sticky Keys Assessor", "href": "/stickyKeysAssessment.html"},
{ "pageName": "Sticky Keys – Text-to-Speech", "href": "/keyboardTTS.html"},
{ "pageName": "Speech Rate with Prefs Editor Connection", "href": "/speechRatePrefsEditorConnection.html"},
{ "pageName": "Language with Prefs Editor Connection", "href": "/langPrefsEditorConnection.html"}
]
},
{
"sectionName":"Enactors",
"pages":
[
{ "pageName": "Language Enactor", "href": "/enactor-lang.html" }
]
},
{
"sectionName":"Language Management",
"pages":
[
{ "pageName": "Message Lookup", "href": "/msgLookup.html"}
]
},
{
"sectionName":"Navigation",
"pages":
[
{ "pageName": "Navigation", "href": "/nav.html"},
{ "pageName": "Navigation Buttons", "href": "/navButtons.html"},
{ "pageName": "Navigation Icons", "href": "/navIcons.html"},
{ "pageName": "Navigation Icon", "href": "/icon.html"},
{ "pageName": "Step Count", "href": "/stepCount.html"}
]
},
{
"sectionName":"Utility",
"pages":
[
{ "pageName": "Help Button", "href": "/helpButton.html"},
{ "pageName": "Self Voicing", "href": "/selfVoicing.html"},
{ "pageName": "Self Voicing Toggle Button", "href": "/selfVoicingToggle.html"},
{ "pageName": "Keyboard Input", "href": "/keyboardInput.html"},
{ "pageName": "Keyboard Input - Text-to-Speech", "href": "/keyboardInputTTS.html"},
{ "pageName": "US Keymap", "href": "/usKeymap.html"},
{ "pageName": "Attach Tooltip", "href": "/attachTooltip.html"},
{ "pageName": "Attach Tooltip Renderer", "href": "/attachTooltipRenderer.html"},
{ "pageName": "Text-to-Speech Hookup – Tooltip", "href": "/ttsHookupTooltip.html"},
{ "pageName": "Text-to-Speech Hookup – Preferences Editor", "href": "/ttsHookupPrefsEditor.html"}
]
}
]
}
]