mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
532008c768
* Restructure tutorials and add two new tutorials - Non-generated documentation review and edit - Consistent terminology - Stylistic changes - Minor structure changes - Minor clarifications - Typo fixes - Split basic tutorial into two - Tutorials are easier to follow when they are short and to the point - Added event and variable instancer tutorials - Had to bump node version for the docker container to work * #189 - Fixing minor nitpicks Co-authored-by: Adam Ramberg <adam@mambojambostudios.com>
64 lines
1.5 KiB
JSON
Executable File
64 lines
1.5 KiB
JSON
Executable File
{
|
|
"docs": {
|
|
"Introduction": [
|
|
"introduction/quick-start",
|
|
"introduction/overview",
|
|
"introduction/preferences"
|
|
],
|
|
"Tutorials": [
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Basics",
|
|
"ids": [
|
|
"tutorials/variables",
|
|
"tutorials/events",
|
|
"tutorials/listeners",
|
|
"tutorials/actions",
|
|
"tutorials/mono-hooks"
|
|
]
|
|
},
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Intermediate",
|
|
"ids": [
|
|
"tutorials/variable-instancer",
|
|
"tutorials/event-instancer",
|
|
"tutorials/generator"
|
|
]
|
|
},
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Advanced",
|
|
"ids": [
|
|
"tutorials/advanced-example",
|
|
"tutorials/unirx"
|
|
]
|
|
}
|
|
],
|
|
"API Reference": [
|
|
"api/unityatoms",
|
|
"api/unityatoms.editor",
|
|
"api/unityatoms.baseatoms",
|
|
"api/unityatoms.baseatoms.editor",
|
|
"api/unityatoms.fsm",
|
|
"api/unityatoms.fsm.editor",
|
|
"api/unityatoms.mobile",
|
|
"api/unityatoms.mobile.editor",
|
|
"api/unityatoms.monohooks",
|
|
"api/unityatoms.scenemgmt",
|
|
"api/unityatoms.scenemgmt.editor",
|
|
"api/unityatoms.tags",
|
|
"api/unityatoms.ui"
|
|
],
|
|
"Subpackages": [
|
|
"subpackages/base-atoms",
|
|
"subpackages/fsm",
|
|
"subpackages/mobile",
|
|
"subpackages/mono-hooks",
|
|
"subpackages/scene-mgmt",
|
|
"subpackages/tags",
|
|
"subpackages/ui"
|
|
]
|
|
}
|
|
}
|