12 lines
386 B
Plaintext
12 lines
386 B
Plaintext
import { Cards } from "nextra/components";
|
|
|
|
<Cards>
|
|
<Cards.Card href="installation/docker" title="Using Docker" />
|
|
<Cards.Card href="installation/manual" title="Manual Installation" />
|
|
</Cards>
|
|
|
|
<Cards>
|
|
<Cards.Card href="installation/environment-variables" title="Environment Variables" />
|
|
<Cards.Card href="installation/reverse-proxy" title="Reverse Proxy" />
|
|
</Cards>
|