Skip to content

Commit b524bfd

Browse files
committed
lint
1 parent a6ca77c commit b524bfd

File tree

3 files changed

+1293
-3
lines changed

3 files changed

+1293
-3
lines changed

src/lib/lib/library-pages.ts

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
export const libraryPages: any[] = [{"text":"Getting Started","href":"/docs/getting-started","children":[{"text":"Adding Scripts","href":"/docs/getting-started/adding-scripts"},{"text":"Getting Help","href":"/docs/getting-started/getting-help"},{"text":"Resources","href":"/docs/getting-started/resources"},{"text":"Script Checklist","href":"/docs/getting-started/script-checklist"},{"text":"Style Guide","href":"/docs/getting-started/style-guide"}]},{"text":"Library","href":"/docs/library","children":[{"text":"Articulation","href":"/docs/library/articulation"},{"text":"Configuration","href":"/docs/library/configuration"},{"text":"Enigma String","href":"/docs/library/enigma-string"},{"text":"Expression","href":"/docs/library/expression"},{"text":"General Library","href":"/docs/library/general-library"},{"text":"Note Entry","href":"/docs/library/note-entry"},{"text":"Transposition","href":"/docs/library/transposition"}]}]
1+
export const libraryPages: any[] = [
2+
{
3+
text: 'Getting Started',
4+
href: '/docs/getting-started',
5+
children: [
6+
{ text: 'Adding Scripts', href: '/docs/getting-started/adding-scripts' },
7+
{ text: 'Getting Help', href: '/docs/getting-started/getting-help' },
8+
{ text: 'Resources', href: '/docs/getting-started/resources' },
9+
{ text: 'Script Checklist', href: '/docs/getting-started/script-checklist' },
10+
{ text: 'Style Guide', href: '/docs/getting-started/style-guide' },
11+
],
12+
},
13+
{
14+
text: 'Library',
15+
href: '/docs/library',
16+
children: [
17+
{ text: 'Articulation', href: '/docs/library/articulation' },
18+
{ text: 'Configuration', href: '/docs/library/configuration' },
19+
{ text: 'Enigma String', href: '/docs/library/enigma-string' },
20+
{ text: 'Expression', href: '/docs/library/expression' },
21+
{ text: 'General Library', href: '/docs/library/general-library' },
22+
{ text: 'Note Entry', href: '/docs/library/note-entry' },
23+
{ text: 'Transposition', href: '/docs/library/transposition' },
24+
],
25+
},
26+
]

0 commit comments

Comments
 (0)