diff --git a/docs/docs/releases.md b/docs/docs/releases.md index 7cfdc40cb..b660f8e00 100644 --- a/docs/docs/releases.md +++ b/docs/docs/releases.md @@ -1,6 +1,6 @@ --- title: Download -sidebarDepth: 2 +sidebarDepth: 1 description: This article describes various ways to install pomerium --- @@ -173,6 +173,10 @@ make build NAME=pomerium-cli ./bin/pomerium-cli --help ``` +## Pomerium Desktop + +The Desktop Client is available from [GitHub](https://github.com/pomerium/desktop-client/releases) as an `exe`, `dmg`, and `AppImage`. + ## Release cycle The current release cycle is aligned on a monthly basis. Pre-`1.0.0` we target a `MINOR` release on or around the **first day of each month**. We try to hit the targets as closely as possible, while still delivering a quality release. diff --git a/docs/docs/topics/certificates.md b/docs/docs/topics/certificates.md index cb4d8f37f..2e0234421 100644 --- a/docs/docs/topics/certificates.md +++ b/docs/docs/topics/certificates.md @@ -1,5 +1,6 @@ --- title: Certificates +sidebarDepth: 1 lang: en-US meta: - name: keywords diff --git a/docs/docs/topics/data-storage.md b/docs/docs/topics/data-storage.md index bad5ca142..8be1c10de 100644 --- a/docs/docs/topics/data-storage.md +++ b/docs/docs/topics/data-storage.md @@ -1,6 +1,6 @@ --- title: Data Storage -sidebarDepth: 3 +sidebarDepth: 1 description: >- This article describes Pomerium's data storage requirements and backends diff --git a/docs/enterprise/about.md b/docs/enterprise/about.md index 1df24a376..2b138a200 100644 --- a/docs/enterprise/about.md +++ b/docs/enterprise/about.md @@ -1,6 +1,6 @@ --- title: About -sidebarDepth: 2 +sidebarDepth: 1 description: What does the Pomerium Enterpise Console offer? ---