doc structure lint (#537)

This commit is contained in:
Michael Quigley 2024-12-11 12:31:44 -05:00
parent eb042105e7
commit da8d954456
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- ---
sidebar_position: 23 sidebar_position: 21
sidebar_label: Organizations sidebar_label: Organizations
--- ---
@ -11,7 +11,7 @@ Future zrok releases will include additional organization features, including `-
## Configuring an Organization ## Configuring an Organization
The API endpoints used to manage organizations and their members require a site-level `ZROK_ADMIN_TOKEN` to access. See the [self-hosting guide](self-hosting/linux for details on configuring admin tokens. The API endpoints used to manage organizations and their members require a site-level `ZROK_ADMIN_TOKEN` to access. See the [self-hosting guide](linux) for details on configuring admin tokens.
### Create an Organization ### Create an Organization

View File

@ -1,7 +1,7 @@
--- ---
title: Personalized Frontend title: Personalized Frontend
sidebar_label: Personalized Frontend sidebar_label: Personalized Frontend
sidebar_position: 19 sidebar_position: 22
--- ---
This guide describes an approach that enables a zrok user to use a hosted, shared instance (zrok.io) and configure their own personalized frontend, which enables custom DNS and TLS for their shares. This guide describes an approach that enables a zrok user to use a hosted, shared instance (zrok.io) and configure their own personalized frontend, which enables custom DNS and TLS for their shares.