-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsiteData.json
More file actions
507 lines (507 loc) · 19.6 KB
/
siteData.json
File metadata and controls
507 lines (507 loc) · 19.6 KB
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
{
"enableSearch": true,
"pages": [
{
"src": "404.md",
"title": "Page not found",
"headings": {},
"headingKeywords": {}
},
{
"src": "README.md",
"headings": {
"custom-views-library-documentation": "Custom Views Library Documentation",
"quick-start": "Quick Start",
"for-development": "For Development",
"for-production-build": "For Production Build",
"interactive-demo": "Interactive Demo",
"development-notes": "Development Notes"
},
"headingKeywords": {}
},
{
"src": "about.md",
"title": "About Page",
"headings": {
"about-page": "About Page"
},
"headingKeywords": {}
},
{
"src": "authorGuide/adaptations/adaptations.md",
"title": "Author Guide - Site Adaptations",
"headings": {
"site-adaptations": "Site Adaptations",
"how-it-works": "How It Works",
"quick-start": "Quick Start",
"file-placement": "File Placement",
"per-page-activation": "Per-Page Activation",
"activation-landing-page": "Activation Landing Page",
"clearing-an-adaptation": "Clearing an Adaptation"
},
"headingKeywords": {}
},
{
"src": "authorGuide/adaptations/configuration.md",
"title": "Author Guide - Adaptation Configurations",
"headings": {
"adaptation-configurations": "Adaptation Configurations",
"adaptation-json-schema": "Adaptation JSON Schema",
"top-level-fields": "Top-level fields",
"theme": "theme",
"preset": "preset",
"site-managed-components-sitemanaged": "Site-Managed Components (siteManaged)",
"site-managed-placeholders": "Site-Managed Placeholders",
"site-managed-toggles": "Site-Managed Toggles",
"state-layering-precedence": "State Layering Precedence",
"example-institution-adaptation-of-this-site": "Example: Institution Adaptation of this Site",
"placeholder-adaptation-configurations-sitemanaged": "Placeholder Adaptation Configurations (siteManaged)",
"toggle-adaptation-configurations-sitemanaged": "Toggle Adaptation Configurations (siteManaged)",
"label-adaptation-configurations": "Label Adaptation Configurations",
"tabgroup-adaptation-configurations": "TabGroup Adaptation Configurations"
},
"headingKeywords": {}
},
{
"src": "authorGuide/adaptations/samplePage.md",
"title": "Author Guide - Sample Page",
"headings": {
"programming-module-institutionname-generic-module": "Programming Module — [[institutionName : Generic Module]]",
"exercises-at-a-glance": "Exercises at a Glance",
"exercise-1-setting-up-your-environment": "Exercise 1 — Setting Up Your Environment ",
"exercise-2-writing-your-first-program": "Exercise 2 — Writing Your First Program ",
"exercise-3-advanced-problem-solving": "Exercise 3 — Advanced Problem Solving ",
"exercise-4-peer-review-and-amp-submission": "Exercise 4 — Peer Review & Submission ",
"institution-resources": "Institution Resources",
"nus-resources": "NUS Resources",
"sample-institution-resources": "Sample Institution Resources"
},
"headingKeywords": {}
},
{
"src": "authorGuide/components/all.md",
"title": "Components",
"headings": {
"components": "Components"
},
"headingKeywords": {}
},
{
"src": "authorGuide/components/labels.md",
"title": "CustardUI - Labels",
"headings": {
"label-component": "Label Component",
"usage": "Usage",
"add-the-optional-label-configuration": "Add the (Optional) Label Configuration",
"place-labels-in-content": "Place Labels in Content",
"label-configuration": "Label Configuration",
"shorthand-colors": "Shorthand Colors",
"adaptation-overrides": "Adaptation Overrides",
"live-demo": "Live Demo"
},
"headingKeywords": {}
},
{
"src": "authorGuide/components/placeholders.md",
"title": "CustardUI - Placeholders",
"headings": {
"simple-placeholders-variable-interpolation": "Simple Placeholders (Variable Interpolation)",
"usage": "Usage",
"add-the-placeholder-configuration": "Add the Placeholder Configuration",
"use-the-placeholder": "Use the placeholder",
"inline-fallback": "Inline Fallback",
"conditional-syntax-fall-forward": "Conditional Syntax (Fall-Forward)",
"user-set-vs-any-resolved-value": "User-Set vs. Any Resolved Value",
"placeholder-driven-toggle-visibility": "Placeholder-Driven Toggle Visibility",
"html-attribute-interpolation": "HTML Attribute Interpolation",
"escaping-syntax": "Escaping Syntax",
"inline-editing-of-placeholders": "Inline Editing of Placeholders",
"placeholder-input-attributes": "Placeholder-Input Attributes",
"placeholder-configuration": "Placeholder Configuration",
"tab-group-binding-and-amp-integration": "Tab Group Binding & Integration",
"persistence": "Persistence",
"shareable-url": "Shareable URL"
},
"headingKeywords": {}
},
{
"src": "authorGuide/components/settings.md",
"title": "CustardUI - Settings",
"headings": {
"settings-dialog": "Settings Dialog",
"settings-icon-trigger": "Settings Icon Trigger",
"intro-popup-for-icon-trigger": "Intro Popup for Icon Trigger",
"opening-via-link": "Opening via Link",
"hash-trigger-recommended": "Hash Trigger (Recommended)",
"query-parameter": "Query Parameter",
"adaptive-display": "Adaptive Display",
"modal-tabs": "Modal Tabs",
"customize-tab": "Customize Tab",
"share-tab": "Share Tab",
"configuration": "Configuration",
"settings-options": "Settings Options",
"integration": "Integration"
},
"headingKeywords": {}
},
{
"src": "authorGuide/components/share.md",
"title": "Author Guide - Sharing",
"headings": {
"focused-views": "Focused Views",
"share-mode": "Share Mode",
"types-of-sharing": "Types of Sharing",
"toggling-share-mode": "Toggling Share Mode",
"selecting-elements": "Selecting Elements",
"generating-share-link": "Generating Share Link",
"exiting-share-mode": "Exiting Share Mode",
"focus-mode": "Focus Mode",
"configurations": "Configurations",
"using-custardui-without-the-settings-dialog": "Using CustardUI without the Settings Dialog",
"customizing-share-behavior-wip": "Customizing Share Behavior ( WIP )"
},
"headingKeywords": {}
},
{
"src": "authorGuide/components/tabs.md",
"title": "Author Guide - Tabs",
"headings": {
"basic-example": "Basic Example",
"advanced-example-with-badges": "Advanced Example with Badges",
"using-icons-in-headers": "Using Icons in Headers",
"tabs": "Tabs",
"no-id-tabs": "No-ID Tabs",
"multi-id-tabs": "Multi-ID Tabs",
"setting-the-default-tab": "Setting the Default Tab",
"header-syntax-with-rich-formatting": "Header Syntax with Rich Formatting",
"syntax-and-amp-rules": "Syntax & Rules",
"attributes-and-amp-options": "Attributes & Options",
"cv-tabgroup-attributes": "<cv-tabgroup> Attributes",
"cv-tab-attributes": "<cv-tab> Attributes",
"cv-tab-header-attributes": "<cv-tab-header> Attributes",
"cv-tab-body-attributes": "<cv-tab-body> Attributes",
"configuration": "Configuration",
"json-configuration-option-types": "JSON Configuration Option Types",
"binding-to-placeholders": "Binding to Placeholders",
"global-vs-local-tab-groups": "Global vs. Local Tab Groups",
"defining-local-components": "Defining Local Components",
"shareable-url": "Shareable URL"
},
"headingKeywords": {}
},
{
"src": "authorGuide/components/toggles.md",
"title": "CustardUI - Toggle Component",
"headings": {
"toggles": "Toggles",
"toggle-peek-mode": "Toggle Peek Mode",
"multi-id-toggles": "Multi-ID Toggles",
"attributes-of-cv-toggle": "Attributes of <cv-toggle>",
"toggle-control": "Toggle Control",
"attributes-of-cv-toggle-control": "Attributes of <cv-toggle-control>",
"configuration": "Configuration",
"configuration-fields-in-custardui-config-json": "Configuration Fields in custardui.config.json",
"visibility-resolution-order": "Visibility Resolution Order",
"global-vs-local-toggles": "Global vs. Local Toggles",
"keeping-local-toggles-in-settings": "Keeping Local Toggles in Settings",
"site-managed-toggles": "Site-Managed Toggles",
"shareable-url": "Shareable URL",
"troubleshooting": "Troubleshooting"
},
"headingKeywords": {}
},
{
"src": "authorGuide/configuration.md",
"title": "Author Guide - Configuration",
"headings": {
"configuration-reference": "Configuration Reference",
"configuration-file-custardui-config-json": "Configuration File (custardui.config.json)",
"basic-structure": "Basic Structure",
"summary-of-configuration-options": "Summary of Configuration Options",
"core-configuration-config": "Core Configuration (config)",
"settings-configuration-in-config-json-settings": "Settings Configuration in config.json: (settings)",
"global-options-in-custardui-config-json": "Global Options in custardui.config.json",
"script-tag-attributes": "Script Tag Attributes"
},
"headingKeywords": {}
},
{
"src": "authorGuide/gettingStarted.md",
"title": "Author Guide - Getting Started",
"headings": {
"getting-started": "Getting Started",
"what-s-in-this-guide": "What's in this guide",
"prerequisites": "Prerequisites",
"quick-start": "Quick Start",
"1-add-the-script-tag": "1. Add the Script Tag",
"2-create-a-config-file": "2. Create a Config File",
"3-use-features-and-components-in-your-content": "3. Use Features and Components in Your Content",
"what-s-next": "What's Next?"
},
"headingKeywords": {}
},
{
"src": "authorGuide/index.md",
"headings": {},
"headingKeywords": {}
},
{
"src": "authorGuide/integrations/setupWithMarkbind.md",
"title": "Installation (MarkBind Setup)",
"headings": {
"setting-up-custardui-in-a-markbind-site": "Setting up CustardUI in a MarkBind Site",
"create-the-plugin-file": "Create the Plugin File",
"2-register-the-plugin-in-site-json": "2. Register the Plugin in site.json",
"3-create-custardui-config-json": "3. Create custardui.config.json"
},
"headingKeywords": {}
},
{
"src": "authorGuide/urlSharing.md",
"title": "CustardUI - URL Sharing",
"headings": {
"url-sharing": "URL Sharing",
"all-parameters": "All Parameters",
"view-state-parameters": "View State Parameters",
"settings-dialog-parameters": "Settings Dialog Parameters",
"focused-views-parameters": "Focused Views Parameters",
"tab-groups": "Tab Groups",
"placeholders": "Placeholders",
"combined-example-tabs-toggles-placeholders": "Combined Example (Tabs, Toggles, Placeholders)",
"encoding-of-url": "Encoding of URL",
"precedence": "Precedence",
"toggles": "Toggles",
"settings-dialog": "Settings Dialog",
"focused-views": "Focused Views",
"opening-share-mode": "Opening Share Mode",
"direct-focus-view-links": "Direct Focus View Links"
},
"headingKeywords": {}
},
{
"src": "design.md",
"headings": {
"colors": "Colors:",
"word-colors": "Word Colors"
},
"headingKeywords": {}
},
{
"src": "devGuide/changesMade.md",
"title": "Changelog",
"headings": {
"changelog": "Changelog",
"v2-2": "v2.2.*",
"v2-1": "v2.1.*",
"v2-0-0": "v2.0.0",
"features-added": "Features Added",
"v1-7-0": "v1.7.0"
},
"headingKeywords": {}
},
{
"src": "devGuide/componentWorkings.md",
"title": "Developer Guide - Components",
"headings": {
"how-do-the-components-work-rough-explanation": "How do the components work (rough explanation)",
"placeholders": "Placeholders"
},
"headingKeywords": {}
},
{
"src": "devGuide/components/anchor.md",
"title": "Developer Guide - DOM Element Locator and Anchors",
"headings": {
"overview": "Overview",
"generating-an-anchor-descriptor": "Generating an Anchor Descriptor",
"stable-text-and-amp-placeholder-awareness": "Stable Text & Placeholder Awareness",
"serialization": "Serialization",
"resolving-an-anchor-descriptor": "Resolving an Anchor Descriptor",
"resolution-algorithm": "Resolution Algorithm",
"scoring-thresholds": "Scoring thresholds",
"data-flow": "Data Flow",
"key-considerations": "Key Considerations",
"inspiration-and-future-work": "Inspiration and Future Work"
},
"headingKeywords": {}
},
{
"src": "devGuide/components/tabLogic.md",
"title": "Developer Guide - Tab Logic",
"headings": {
"overview": "Overview",
"core-principles": "Core Principles",
"declarative-visibility": "Declarative Visibility",
"state-synchronization": "State Synchronization",
"layout-stabilization-scroll-anchoring": "Layout Stabilization (Scroll Anchoring)",
"key-considerations": "Key Considerations"
},
"headingKeywords": {}
},
{
"src": "devGuide/devGuide.md",
"title": "Developer Guide",
"headings": {
"developer-guide": "Developer Guide"
},
"headingKeywords": {}
},
{
"src": "devGuide/framework.md",
"title": "Architectural Overview",
"headings": {
"architectural-overview": "Architectural Overview",
"why-svelte": "Why Svelte?"
},
"headingKeywords": {}
},
{
"src": "devGuide/index.md",
"headings": {},
"headingKeywords": {}
},
{
"src": "devGuide/shareFunction.md",
"title": "Developer Guide - Share Functionality",
"headings": {
"share-function": "Share Function",
"core-concepts": "Core Concepts",
"1-the-overlay-interface": "1. The Overlay Interface",
"2-robust-deep-linking": "2. Robust Deep Linking",
"3-url-serialization": "3. URL Serialization"
},
"headingKeywords": {}
},
{
"src": "devGuide/tests/focus-test.md",
"title": "Developer Guide - Focus and Sharing Tests",
"headings": {
"focus-and-sharing-tests": "Focus and Sharing Tests",
"intro-section": "Introduction",
"step-1": "Step 1: Install Dependencies",
"step-2": "Step 2: Configure the Plugin",
"troubleshooting": "Troubleshooting",
"error-1": "Error: Build Fails",
"final-section": "Final Section"
},
"headingKeywords": {}
},
{
"src": "devGuide/tests/localComponents.md",
"title": "Developer Guide - Local Components",
"headings": {
"local-components": "Local Components",
"local-components-2": "Local Components",
"local-toggle": "Local Toggle",
"local-tab-groups": "Local Tab Groups",
"further-testing": "Further Testing"
},
"headingKeywords": {}
},
{
"src": "devGuide/tests/nonStickyHeader.md",
"title": "Developer Guide - Non Sticky Header",
"headings": {},
"headingKeywords": {}
},
{
"src": "devGuide/tests/placeholders.md",
"title": "Developer Guide - Placeholder Tests",
"headings": {
"placeholder-tests": "Placeholder Tests",
"placeholders-from-config-work-with-tabgroup-on-page": "Placeholders from Config work with tabgroup on page:",
"fall-forward-behavior": "Fall forward Behavior"
},
"headingKeywords": {}
},
{
"src": "devGuide/tests/tabs.md",
"title": "Developer Guide - Tabs",
"headings": {
"tabs": "Tabs",
"fruits-tabs": "Fruits Tabs",
"color-schemes": "Color Schemes"
},
"headingKeywords": {}
},
{
"src": "devGuide/workflowAndRelease.md",
"title": "Developer Guide - Project Workflow and Releases",
"headings": {
"release-and-workflow-guide": "Release and Workflow Guide",
"branching-strategy": "Branching Strategy",
"core-branches": "Core Branches",
"the-development-lifecycle": "The Development Lifecycle",
"a-feature-development": "A. Feature Development",
"b-beta-releases-from-develop-branch": "B. Beta Releases (from develop branch)",
"c-production-release-from-main-branch": "C. Production Release (from main branch)",
"d-hotfix-releases-from-main-branch": "D. Hotfix Releases (from main branch)",
"cdn-usage": "CDN Usage"
},
"headingKeywords": {}
},
{
"src": "index.md",
"title": "CustardUI - Your docs, shaped for every reader",
"headings": {
"custardui": "CustardUI",
"static-sites-don-t-have-to-be-static": "Static sites don't have to be static.",
"answer-questions-with-a-link": "Answer questions with a link.",
"one-resource-every-audience": "One resource. Every audience.",
"up-and-running-in-minutes": "Up and running in minutes.",
"your-docs-shaped-for-every-reader": "Your docs, shaped for every reader."
},
"headingKeywords": {}
},
{
"src": "markbindSyntaxReference.md",
"headings": {
"markbind-comprehensive-syntax-reference": "MarkBind Comprehensive Syntax Reference",
"1-structure-and-amp-metadata": "1. Structure & Metadata",
"frontmatter": "Frontmatter",
"variables": "Variables",
"includes": "Includes",
"2-basic-formatting": "2. Basic Formatting",
"text-styles": "Text Styles",
"headings": "Headings",
"lists": "Lists",
"tables": "Tables",
"3-components-and-amp-layout": "3. Components & Layout",
"badges": "Badges",
"blockquotes": "Blockquotes",
"boxes": "Boxes",
"panels": "Panels",
"tabs": "Tabs",
"cardstacks": "CardStacks",
"4-navigation-and-amp-search": "4. Navigation & Search",
"navbars-and-amp-site-menus": "Navbars & Site Menus",
"page-navigation-and-amp-tools": "Page Navigation & Tools",
"5-media-and-amp-diagrams": "5. Media & Diagrams",
"images-pictures-and-amp-thumbnails": "Images, Pictures & Thumbnails",
"annotations": "Annotations",
"diagrams-plantuml": "Diagrams (PlantUML)",
"embeds": "Embeds",
"6-interactive-features": "6. Interactive Features",
"modals-popovers-and-amp-tooltips": "Modals, Popovers & Tooltips",
"questions-and-amp-quizzes": "Questions & Quizzes",
"7-advanced-syntax": "7. Advanced Syntax",
"classes-and-amp-attributes": "Classes & Attributes",
"math-formulae": "Math Formulae",
"footnotes": "Footnotes",
"tree-view": "Tree View",
"tags": "Tags"
},
"headingKeywords": {}
},
{
"src": "nus/index.md",
"headings": {},
"headingKeywords": {}
},
{
"src": "sample/index.md",
"headings": {},
"headingKeywords": {}
}
]
}