feat: adds page about self-managed handsets
Some checks failed
ci / build_and_publish (push) Failing after 1m39s
Some checks failed
ci / build_and_publish (push) Failing after 1m39s
This commit is contained in:
parent
405ce462b1
commit
0d6676a154
3 changed files with 95 additions and 6 deletions
11
docs/link/e2e_channels/index.md
Normal file
11
docs/link/e2e_channels/index.md
Normal 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} />
|
||||
Loading…
Add table
Add a link
Reference in a new issue