From 2b1250bc6f3f2cb5423ebd94a39a70575a13d1ec Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 1 Aug 2022 20:24:18 +0530 Subject: [PATCH] fix: page weights --- content/docs/API/_index.md | 2 +- content/docs/API/browser.md | 2 +- content/docs/API/mCaptcha-system.md | 2 +- content/docs/API/pow-sha256.md | 4 ++-- content/docs/self-hosted/bare-metal.md | 2 +- content/docs/self-hosted/dependencies.md | 2 +- content/docs/self-hosted/docker.md | 2 +- content/docs/self-hosted/getting-started.md | 6 +++--- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/docs/API/_index.md b/content/docs/API/_index.md index d6f61d7..abaf6e0 100644 --- a/content/docs/API/_index.md +++ b/content/docs/API/_index.md @@ -1,6 +1,6 @@ --- title : "API" -description: "Docs Doks." +description: "Documentation for libraies used in mCaptcha" lead: "" date: 2020-10-06T08:48:23+00:00 lastmod: 2020-10-06T08:48:23+00:00 diff --git a/content/docs/API/browser.md b/content/docs/API/browser.md index e6b47ff..407e373 100644 --- a/content/docs/API/browser.md +++ b/content/docs/API/browser.md @@ -9,7 +9,7 @@ images: [] menu: docs: parent: "API" -weight: 110 +weight: 551 toc: true --- diff --git a/content/docs/API/mCaptcha-system.md b/content/docs/API/mCaptcha-system.md index b560a0f..0ba37c3 100644 --- a/content/docs/API/mCaptcha-system.md +++ b/content/docs/API/mCaptcha-system.md @@ -9,7 +9,7 @@ images: [] menu: docs: parent: "API" -weight: 100 +weight: 552 toc: true --- diff --git a/content/docs/API/pow-sha256.md b/content/docs/API/pow-sha256.md index b53b08e..2b81834 100644 --- a/content/docs/API/pow-sha256.md +++ b/content/docs/API/pow-sha256.md @@ -9,13 +9,12 @@ images: [] menu: docs: parent: "API" -weight: 130 +weight: 553 toc: true --- Rust crate which generates SHA256 Proofs of Work on serializable datatypes. - This is a fork of the [`pow` library](https://github.com/bddap/pow) by [@robkorn](https://github.com/robkorn/pow_sha256)) with some new additions. Primary of these being: @@ -35,5 +34,6 @@ mostly just stylistic/ease of use improvements. - [0.1.0](/api-docs/pow_sha256/0.1.0/pow_sha256/index.html) ## Changelog + Changelog is available at the project's [repository](https://github.com/mCaptcha/pow_sha256/blob/master/CHANGELOG.md) diff --git a/content/docs/self-hosted/bare-metal.md b/content/docs/self-hosted/bare-metal.md index 48fac65..ec3e02e 100644 --- a/content/docs/self-hosted/bare-metal.md +++ b/content/docs/self-hosted/bare-metal.md @@ -9,7 +9,7 @@ images: [] menu: docs: parent: "Self-Hosted" -weight: 120 +weight: 532 toc: true --- diff --git a/content/docs/self-hosted/dependencies.md b/content/docs/self-hosted/dependencies.md index 2ccc844..e537a1d 100644 --- a/content/docs/self-hosted/dependencies.md +++ b/content/docs/self-hosted/dependencies.md @@ -11,7 +11,7 @@ images: [] menu: docs: parent: "Self-Hosted" -weight: 130 +weight: 534 toc: true --- diff --git a/content/docs/self-hosted/docker.md b/content/docs/self-hosted/docker.md index 6da0e06..5716cd5 100644 --- a/content/docs/self-hosted/docker.md +++ b/content/docs/self-hosted/docker.md @@ -9,7 +9,7 @@ images: [] menu: docs: parent: "Self-Hosted" -weight: 110 +weight: 533 toc: true --- diff --git a/content/docs/self-hosted/getting-started.md b/content/docs/self-hosted/getting-started.md index 3b477d0..44267d2 100644 --- a/content/docs/self-hosted/getting-started.md +++ b/content/docs/self-hosted/getting-started.md @@ -9,7 +9,7 @@ images: [] menu: docs: parent: "Self-Hosted" -weight: 100 +weight: 531 toc: true --- @@ -17,5 +17,5 @@ toc: true There are two main ways to self-host mCaptcha: -1. Bare metal -2. With Docker +1. [Bare metal](./bare-metal.md) +2. [With Docker](./docker.md)