mirror of
https://github.com/openziti/zrok.git
synced 2025-06-24 11:41:25 +02:00
lint (#877)
This commit is contained in:
parent
c3716a74f5
commit
4f2770025a
@ -41,31 +41,31 @@ If [sharing privately](./concepts/sharing-private.mdx), only users with the shar
|
|||||||
<Card shadow='tl'>
|
<Card shadow='tl'>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<h3>Hosted zrok</h3>
|
<h3>Hosted zrok</h3>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardBody>
|
<CardBody>
|
||||||
Use NetFoundry's public zrok instance.
|
Use NetFoundry's public zrok instance.
|
||||||
</CardBody>
|
</CardBody>
|
||||||
<CardFooter>
|
<CardFooter>
|
||||||
<a href="https://myzrok.io/">
|
<a href="https://myzrok.io/">
|
||||||
<button className='button button--secondary button--block'>Get an Account</button>
|
<button className='button button--secondary button--block'>Get an Account</button>
|
||||||
</a>
|
</a>
|
||||||
</CardFooter>
|
</CardFooter>
|
||||||
</Card>
|
</Card>
|
||||||
</Column>
|
</Column>
|
||||||
<Column style={{paddingBottom: 20}}>
|
<Column style={{paddingBottom: 20}}>
|
||||||
<Card shadow='tl'>
|
<Card shadow='tl'>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<h3>Self-Hosted zrok</h3>
|
<h3>Self-Hosted zrok</h3>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardBody>
|
<CardBody>
|
||||||
Run a zrok instance on Linux, Docker, or Kubernetes.
|
Run a zrok instance on Linux, Docker, or Kubernetes.
|
||||||
</CardBody>
|
</CardBody>
|
||||||
<CardFooter>
|
<CardFooter>
|
||||||
<a href="/docs/category/self-hosting/">
|
<a href="/docs/category/self-hosting/">
|
||||||
<button className='button button--secondary button--block'>Guides</button>
|
<button className='button button--secondary button--block'>Guides</button>
|
||||||
</a>
|
</a>
|
||||||
</CardFooter>
|
</CardFooter>
|
||||||
</Card>
|
</Card>
|
||||||
</Column>
|
</Column>
|
||||||
</Columns>
|
</Columns>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user