mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
Website fixes for FSM
This commit is contained in:
parent
8c6abe18a3
commit
e2d16b247b
@ -17,6 +17,14 @@
|
||||
"title": "UnityAtoms.Editor",
|
||||
"sidebar_label": "UnityAtoms.Editor"
|
||||
},
|
||||
"api/unityatoms.fsm.editor": {
|
||||
"title": "UnityAtoms.FSM.Editor",
|
||||
"sidebar_label": "UnityAtoms.FSM.Editor"
|
||||
},
|
||||
"api/unityatoms.fsm": {
|
||||
"title": "UnityAtoms.FSM",
|
||||
"sidebar_label": "UnityAtoms.FSM"
|
||||
},
|
||||
"api/unityatoms": {
|
||||
"title": "UnityAtoms",
|
||||
"sidebar_label": "UnityAtoms"
|
||||
@ -53,6 +61,10 @@
|
||||
"title": "UnityAtoms.UI",
|
||||
"sidebar_label": "UnityAtoms.UI"
|
||||
},
|
||||
"introduction/advanced-example": {
|
||||
"title": "Advanced example",
|
||||
"sidebar_label": "Advanced example"
|
||||
},
|
||||
"introduction/basic-tutorial": {
|
||||
"title": "Basic tutorial",
|
||||
"sidebar_label": "Basic tutorial"
|
||||
@ -80,6 +92,10 @@
|
||||
"title": "Base Atoms",
|
||||
"sidebar_label": "Base Atoms"
|
||||
},
|
||||
"subpackages/fsm": {
|
||||
"title": "FSM",
|
||||
"sidebar_label": "FSM"
|
||||
},
|
||||
"subpackages/mobile": {
|
||||
"title": "Mobile",
|
||||
"sidebar_label": "Mobile"
|
||||
|
@ -12,6 +12,8 @@
|
||||
"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",
|
||||
@ -22,6 +24,7 @@
|
||||
],
|
||||
"Subpackages": [
|
||||
"subpackages/base-atoms",
|
||||
"subpackages/fsm",
|
||||
"subpackages/mobile",
|
||||
"subpackages/mono-hooks",
|
||||
"subpackages/scene-mgmt",
|
||||
|
Loading…
Reference in New Issue
Block a user