File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments