mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
use the new name-only toc node feature
This commit is contained in:
parent
81d9f155dd
commit
e95d154c71
2 changed files with 20 additions and 18 deletions
|
@ -3,7 +3,7 @@
|
||||||
"isRoot": false,
|
"isRoot": false,
|
||||||
"tools": {
|
"tools": {
|
||||||
"docfx": {
|
"docfx": {
|
||||||
"version": "2.65.0",
|
"version": "2.65.2",
|
||||||
"commands": [
|
"commands": [
|
||||||
"docfx"
|
"docfx"
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,23 +1,25 @@
|
||||||
|
- name: Playing Tiny Life
|
||||||
|
- name: Troubleshooting Common Issues
|
||||||
|
href: common_issues.md
|
||||||
|
- name: Tiny Life's Data Folder
|
||||||
|
href: game_dir.md
|
||||||
|
- name: About Preview Versions
|
||||||
|
href: preview.md
|
||||||
|
|
||||||
|
- name: Community
|
||||||
|
- name: Content and Community Policy
|
||||||
|
href: content_policy.md
|
||||||
|
- name: Contributing Localizations
|
||||||
|
href: localization.md
|
||||||
|
|
||||||
|
- name: Custom Content
|
||||||
- name: Getting Custom Content
|
- name: Getting Custom Content
|
||||||
href: getting.md
|
href: getting.md
|
||||||
- name: Creating Custom Content
|
|
||||||
items:
|
|
||||||
- name: Modding Basics
|
- name: Modding Basics
|
||||||
href: mod_basics.md
|
href: mod_basics.md
|
||||||
- name: Creating Textures
|
- name: Creating Textures
|
||||||
href: creating_textures.md
|
href: creating_textures.md
|
||||||
- name: Creating Custom Maps
|
- name: Creating Custom Maps
|
||||||
href: custom_maps.md
|
href: custom_maps.md
|
||||||
expanded: true
|
|
||||||
- name: Contributing Localizations
|
|
||||||
href: localization.md
|
|
||||||
- name: Tiny Life's Data Folder
|
|
||||||
href: game_dir.md
|
|
||||||
- name: Testing Cheats
|
- name: Testing Cheats
|
||||||
href: cheats.md
|
href: cheats.md
|
||||||
- name: Troubleshooting Common Issues
|
|
||||||
href: common_issues.md
|
|
||||||
- name: About Preview Versions
|
|
||||||
href: preview.md
|
|
||||||
- name: Content and Community Policy
|
|
||||||
href: content_policy.md
|
|
||||||
|
|
Loading…
Reference in a new issue