mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-17 21:38:27 +00:00
11 lines
368 B
Text
11 lines
368 B
Text
import { Cards, Card } from "nextra/components";
|
|
|
|
<Cards>
|
|
<Card href="installation/docker" title="Using Docker" />
|
|
<Card href="installation/manual" title="Manual Installation" />
|
|
</Cards>
|
|
|
|
<Cards>
|
|
<Card href="installation/environment-variables" title="Environment Variables" />
|
|
<Card href="installation/reverse-proxy" title="Reverse Proxy" />
|
|
</Cards>
|