Skip to content

Commit 51b21f4

Browse files
committed
Automatic update of _Sidebar.md from github-wiki-sidebar
1 parent 59e0674 commit 51b21f4

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

wiki/_Sidebar.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
* [Getting Started](./Getting Started)
2+
* [Alternate Power Supply](./Alternate Power Supply)
3+
* [Animating Props](./Animating Props)
4+
* [Articulated EMUs](./Articulated EMUs)
5+
* [Custom Add On Entities](./Custom Add-On Entities)
6+
* [File Names and Paths](./File Names and Paths)
7+
* [Lights](./Lights)
8+
* [README](./README)
9+
* [Required Tools](./Required Tools)
10+
* [Sounds Setup and Usage](./Sounds Setup and Usage)
11+
12+
13+
[//]: # (generated by https://www.npmjs.com/package/github-wiki-sidebar)

wiki/options.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"menu": {
3+
"item": "{{#levelRepeat}} {{/levelRepeat}}* [{{{title}}}]({{{link}}})\n",
4+
"category": "{{#levelRepeat}} {{/levelRepeat}}* {{#link}}[{{{title}}}]({{{link}}}){{/link}}{{^link}}{{{title}}}{{/link}}\n{{{subitems}}}",
5+
"category-1": "{{{subitems}}}\n"
6+
},
7+
"rules": {
8+
"exclude": [
9+
"Function Glossary.md"
10+
],
11+
"order": [
12+
"Getting Started.md",
13+
"Alternate Power Supply.md",
14+
"Animating Props.md",
15+
"Articulated EMUs.md",
16+
"Custom Add-On Entities.md",
17+
"File Names and Paths.md",
18+
"Lights.md",
19+
"README.md",
20+
"Required Tools.md",
21+
"Sounds Setup and Usage.md"
22+
]
23+
},
24+
"separator": "Tutorials",
25+
"linkTemplate": "./%s",
26+
"menuFile": "_Sidebar.md",
27+
"multilang": false,
28+
"menuOnly": true
29+
}

0 commit comments

Comments
 (0)