unity-atoms/website/sidebars.json

30 lines
696 B
JSON
Raw Permalink Normal View History

2019-10-04 01:37:30 +02:00
{
"docs": {
"Introduction": [
"introduction/quick-start",
"introduction/overview",
"introduction/basic-tutorial",
"introduction/generator",
"introduction/unirx"
],
"API Reference": [
2019-10-15 02:08:41 +02:00
"api/unityatoms",
"api/unityatoms.editor",
2019-10-15 23:20:05 +02:00
"api/unityatoms.mobile",
"api/unityatoms.mobile.editor",
2019-10-16 01:43:51 +02:00
"api/unityatoms.monohooks",
2019-10-15 23:20:05 +02:00
"api/unityatoms.scenemgmt",
"api/unityatoms.scenemgmt.editor",
2019-10-15 03:07:22 +02:00
"api/unityatoms.tags",
2019-10-15 23:20:05 +02:00
"api/unityatoms.ui"
],
"Subpackages": [
"subpackages/mobile",
2019-10-16 01:43:51 +02:00
"subpackages/mono-hooks",
"subpackages/scene-mgmt",
"subpackages/tags",
"subpackages/ui"
]
}
2019-10-04 01:37:30 +02:00
}