diff --git a/content/docs/help/faq.md b/content/docs/help/faq.md index 542b256..f60f72a 100644 --- a/content/docs/help/faq.md +++ b/content/docs/help/faq.md @@ -8,7 +8,7 @@ draft: false images: [] menu: docs: - parent: "help" + parent: "Help" weight: 630 toc: true --- diff --git a/content/docs/help/troubleshooting.md b/content/docs/help/troubleshooting.md index 2e20827..62eb6d7 100644 --- a/content/docs/help/troubleshooting.md +++ b/content/docs/help/troubleshooting.md @@ -8,7 +8,7 @@ draft: false images: [] menu: docs: - parent: "help" + parent: "Help" weight: 620 toc: true --- diff --git a/content/docs/self-hosted/_index.md b/content/docs/self-hosted/_index.md index 5d17810..10b8732 100644 --- a/content/docs/self-hosted/_index.md +++ b/content/docs/self-hosted/_index.md @@ -1,5 +1,5 @@ --- -title : "self-hosted" +title : "Self-Hosted" description: "Instructions to self-host mCaptcha" lead: "" date: 2021-07-21 15:44 diff --git a/content/docs/self-hosted/bare-metal.md b/content/docs/self-hosted/bare-metal.md index 7e67ebe..48fac65 100644 --- a/content/docs/self-hosted/bare-metal.md +++ b/content/docs/self-hosted/bare-metal.md @@ -8,7 +8,7 @@ draft: false images: [] menu: docs: - parent: "self-hosted" + parent: "Self-Hosted" weight: 120 toc: true --- diff --git a/content/docs/self-hosted/dependencies.md b/content/docs/self-hosted/dependencies.md index df74b64..2ccc844 100644 --- a/content/docs/self-hosted/dependencies.md +++ b/content/docs/self-hosted/dependencies.md @@ -1,5 +1,5 @@ --- -title: "Databse and cache" +title: "Database and cache" description: "mCaptcha server requires dependencies like a Postgres database and a Redis cache" lead: "mCaptcha server requires dependencies like a Postgres @@ -10,7 +10,7 @@ draft: false images: [] menu: docs: - parent: "self-hosted" + parent: "Self-Hosted" weight: 130 toc: true --- @@ -56,7 +56,7 @@ Download and run Postgres ```bash docker create --name mcaptcha-postgres \ - -e POSTGRES_PASSWORD= \ + -e POSTGRES_PASSWORD= \ -p 5432:5432 \ postgres && docker start mcaptcha-postgres ``` diff --git a/content/docs/self-hosted/docker.md b/content/docs/self-hosted/docker.md index beb8d8b..6da0e06 100644 --- a/content/docs/self-hosted/docker.md +++ b/content/docs/self-hosted/docker.md @@ -8,7 +8,7 @@ draft: false images: [] menu: docs: - parent: "self-hosted" + parent: "Self-Hosted" weight: 110 toc: true --- diff --git a/content/docs/self-hosted/getting-started.md b/content/docs/self-hosted/getting-started.md index 507efa8..3b477d0 100644 --- a/content/docs/self-hosted/getting-started.md +++ b/content/docs/self-hosted/getting-started.md @@ -8,7 +8,7 @@ draft: false images: [] menu: docs: - parent: "self-hosted" + parent: "Self-Hosted" weight: 100 toc: true ---