feat: reorganise for cloud content
Some checks failed
ci / build_and_publish (push) Failing after 1m15s

This commit is contained in:
Iain Learmonth 2026-02-23 19:09:21 +00:00
parent c7d058c599
commit a27970713e
27 changed files with 203 additions and 19 deletions

15
docs/link/admin/index.mdx Normal file
View 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} />