mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
Clean up
This commit is contained in:
parent
c18244184f
commit
0e84621059
@ -41,7 +41,7 @@ class Footer extends React.Component {
|
|||||||
<div>
|
<div>
|
||||||
<h5>Docs</h5>
|
<h5>Docs</h5>
|
||||||
<a href={this.docUrl('introduction/installation')}>Installation</a>
|
<a href={this.docUrl('introduction/installation')}>Installation</a>
|
||||||
<a href={this.docUrl('api/actions')}>API</a>
|
<a href={this.docUrl('tutorials/creating-atoms')}>Tutorials</a>
|
||||||
<a href={this.docUrl('subpackages/base-atoms')}>Subpackages</a>
|
<a href={this.docUrl('subpackages/base-atoms')}>Subpackages</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -121,7 +121,6 @@
|
|||||||
"categories": {
|
"categories": {
|
||||||
"Introduction": "Introduction",
|
"Introduction": "Introduction",
|
||||||
"Tutorials": "Tutorials",
|
"Tutorials": "Tutorials",
|
||||||
"API Reference": "API Reference",
|
|
||||||
"Subpackages": "Subpackages"
|
"Subpackages": "Subpackages"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -40,23 +40,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"API Reference": [
|
|
||||||
"api/unityatoms",
|
|
||||||
"api/unityatoms.editor",
|
|
||||||
"api/unityatoms.baseatoms",
|
|
||||||
"api/unityatoms.baseatoms.editor",
|
|
||||||
"api/unityatoms.fsm",
|
|
||||||
"api/unityatoms.fsm.editor",
|
|
||||||
"api/unityatoms.inputsystem",
|
|
||||||
"api/unityatoms.inputsystem.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": [
|
||||||
"subpackages/base-atoms",
|
"subpackages/base-atoms",
|
||||||
"subpackages/fsm",
|
"subpackages/fsm",
|
||||||
|
Loading…
Reference in New Issue
Block a user