mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 10:41:50 +00:00
* remove duplicate files for nftables * github logo in navbar * add company links to footer * use auto-generated indexes * make use of swizzling * SEO * lint error
12 lines
240 B
Markdown
12 lines
240 B
Markdown
---
|
|
title: Reference
|
|
sidebar_position: 6
|
|
---
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|