feat: adds page about self-managed handsets
Some checks failed
ci / build_and_publish (push) Failing after 1m39s

This commit is contained in:
Iain Learmonth 2026-05-23 12:16:53 +01:00
parent 405ce462b1
commit 0d6676a154
3 changed files with 95 additions and 6 deletions

View file

@ -0,0 +1,11 @@
---
sidebar_position: 50
sidebar_label: E2EE Channels
---
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
# End-to-End Encrypted Channels
<DocCardList items={useCurrentSidebarCategory().items} />