11 lines
265 B
Markdown
11 lines
265 B
Markdown
---
|
|
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} />
|