feat: reorganise for cloud content
Some checks failed
ci / build_and_publish (push) Failing after 1m15s
Some checks failed
ci / build_and_publish (push) Failing after 1m15s
This commit is contained in:
parent
c7d058c599
commit
a27970713e
27 changed files with 203 additions and 19 deletions
15
docs/link/admin/index.mdx
Normal file
15
docs/link/admin/index.mdx
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
sidebar_label: Admin Guide
|
||||
sidebar_position: 30
|
||||
---
|
||||
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
# Admin Guide
|
||||
|
||||
:::warning[Under construction]
|
||||
This documentation is a work in progress. Please [get in touch with us](mailto:contact@sr2.uk) if you have any questions.
|
||||
:::
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items} />
|
||||
Loading…
Add table
Add a link
Reference in a new issue