fix: parent section

This commit is contained in:
Aravinth Manivannan 2022-08-01 19:16:21 +05:30
parent f370053af4
commit 41be1291fa
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
7 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@ draft: false
images: []
menu:
docs:
parent: "help"
parent: "Help"
weight: 630
toc: true
---

View File

@ -8,7 +8,7 @@ draft: false
images: []
menu:
docs:
parent: "help"
parent: "Help"
weight: 620
toc: true
---

View File

@ -1,5 +1,5 @@
---
title : "self-hosted"
title : "Self-Hosted"
description: "Instructions to self-host mCaptcha"
lead: ""
date: 2021-07-21 15:44

View File

@ -8,7 +8,7 @@ draft: false
images: []
menu:
docs:
parent: "self-hosted"
parent: "Self-Hosted"
weight: 120
toc: true
---

View File

@ -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=<databse-password> \
-e POSTGRES_PASSWORD=<database-password> \
-p 5432:5432 \
postgres && docker start mcaptcha-postgres
```

View File

@ -8,7 +8,7 @@ draft: false
images: []
menu:
docs:
parent: "self-hosted"
parent: "Self-Hosted"
weight: 110
toc: true
---

View File

@ -8,7 +8,7 @@ draft: false
images: []
menu:
docs:
parent: "self-hosted"
parent: "Self-Hosted"
weight: 100
toc: true
---