1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-17 21:38:27 +00:00
thatmattlove-hyperglass/docs/pages/installation.mdx
2024-10-27 13:11:31 +01:00

12 lines
465 B
Text

import { Cards } from "nextra/components";
<Cards>
<Cards.Card href="installation/docker" title="Using Docker" />
<Cards.Card href="installation/docker-ghcr" title="Using Docker (GHCR)" />
<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>