mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
2c46746a34
* * Remove generateDocs.js * Update PUBLISHING.md * Remove generated md files * Remove all package.json deps in root since they are not needed anymore * Remove all refs to api folder in website * Replaced header link to API with link to the first tutorial * Tutorial -> Tutorials * Clean up
55 lines
1.2 KiB
JSON
Executable File
55 lines
1.2 KiB
JSON
Executable File
{
|
|
"docs": {
|
|
"Introduction": [
|
|
"introduction/installation",
|
|
"introduction/philosophy",
|
|
"introduction/overview",
|
|
"introduction/preferences",
|
|
"introduction/faq"
|
|
],
|
|
"Tutorials": [
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Basics",
|
|
"ids": [
|
|
"tutorials/creating-atoms",
|
|
"tutorials/variables",
|
|
"tutorials/events",
|
|
"tutorials/listeners",
|
|
"tutorials/actions",
|
|
"tutorials/mono-hooks"
|
|
]
|
|
},
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Intermediate",
|
|
"ids": [
|
|
"tutorials/variable-transformers",
|
|
"tutorials/variable-instancer",
|
|
"tutorials/event-instancer",
|
|
"tutorials/generator",
|
|
"tutorials/conditions"
|
|
]
|
|
},
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Advanced",
|
|
"ids": [
|
|
"tutorials/advanced-example",
|
|
"tutorials/unirx"
|
|
]
|
|
}
|
|
],
|
|
"Subpackages": [
|
|
"subpackages/base-atoms",
|
|
"subpackages/fsm",
|
|
"subpackages/input-system",
|
|
"subpackages/mobile",
|
|
"subpackages/mono-hooks",
|
|
"subpackages/scene-mgmt",
|
|
"subpackages/tags",
|
|
"subpackages/ui"
|
|
]
|
|
}
|
|
}
|