1
0
Fork 0
forked from mCaptcha/website

fix: parent section

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
--- ---
title: "Databse and cache" title: "Database and cache"
description: "mCaptcha server requires dependencies like a Postgres description: "mCaptcha server requires dependencies like a Postgres
database and a Redis cache" database and a Redis cache"
lead: "mCaptcha server requires dependencies like a Postgres lead: "mCaptcha server requires dependencies like a Postgres
@ -10,7 +10,7 @@ draft: false
images: [] images: []
menu: menu:
docs: docs:
parent: "self-hosted" parent: "Self-Hosted"
weight: 130 weight: 130
toc: true toc: true
--- ---
@ -56,7 +56,7 @@ Download and run Postgres
```bash ```bash
docker create --name mcaptcha-postgres \ docker create --name mcaptcha-postgres \
-e POSTGRES_PASSWORD=<databse-password> \ -e POSTGRES_PASSWORD=<database-password> \
-p 5432:5432 \ -p 5432:5432 \
postgres && docker start mcaptcha-postgres postgres && docker start mcaptcha-postgres
``` ```

View file

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

View file

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