forked from mCaptcha/website
fix: parent section
This commit is contained in:
parent
f370053af4
commit
41be1291fa
7 changed files with 9 additions and 9 deletions
|
@ -8,7 +8,7 @@ draft: false
|
|||
images: []
|
||||
menu:
|
||||
docs:
|
||||
parent: "help"
|
||||
parent: "Help"
|
||||
weight: 630
|
||||
toc: true
|
||||
---
|
||||
|
|
|
@ -8,7 +8,7 @@ draft: false
|
|||
images: []
|
||||
menu:
|
||||
docs:
|
||||
parent: "help"
|
||||
parent: "Help"
|
||||
weight: 620
|
||||
toc: true
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title : "self-hosted"
|
||||
title : "Self-Hosted"
|
||||
description: "Instructions to self-host mCaptcha"
|
||||
lead: ""
|
||||
date: 2021-07-21 15:44
|
||||
|
|
|
@ -8,7 +8,7 @@ draft: false
|
|||
images: []
|
||||
menu:
|
||||
docs:
|
||||
parent: "self-hosted"
|
||||
parent: "Self-Hosted"
|
||||
weight: 120
|
||||
toc: true
|
||||
---
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
|
@ -8,7 +8,7 @@ draft: false
|
|||
images: []
|
||||
menu:
|
||||
docs:
|
||||
parent: "self-hosted"
|
||||
parent: "Self-Hosted"
|
||||
weight: 110
|
||||
toc: true
|
||||
---
|
||||
|
|
|
@ -8,7 +8,7 @@ draft: false
|
|||
images: []
|
||||
menu:
|
||||
docs:
|
||||
parent: "self-hosted"
|
||||
parent: "Self-Hosted"
|
||||
weight: 100
|
||||
toc: true
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue