fix: page weights

This commit is contained in:
Aravinth Manivannan 2022-08-01 20:24:18 +05:30
parent 41be1291fa
commit 2b1250bc6f
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
8 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
--- ---
title : "API" title : "API"
description: "Docs Doks." description: "Documentation for libraies used in mCaptcha"
lead: "" lead: ""
date: 2020-10-06T08:48:23+00:00 date: 2020-10-06T08:48:23+00:00
lastmod: 2020-10-06T08:48:23+00:00 lastmod: 2020-10-06T08:48:23+00:00

View File

@ -9,7 +9,7 @@ images: []
menu: menu:
docs: docs:
parent: "API" parent: "API"
weight: 110 weight: 551
toc: true toc: true
--- ---

View File

@ -9,7 +9,7 @@ images: []
menu: menu:
docs: docs:
parent: "API" parent: "API"
weight: 100 weight: 552
toc: true toc: true
--- ---

View File

@ -9,13 +9,12 @@ images: []
menu: menu:
docs: docs:
parent: "API" parent: "API"
weight: 130 weight: 553
toc: true toc: true
--- ---
Rust crate which generates SHA256 Proofs of Work on serializable datatypes. 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 This is a fork of the [`pow` library](https://github.com/bddap/pow) by
[@robkorn](https://github.com/robkorn/pow_sha256)) with some new [@robkorn](https://github.com/robkorn/pow_sha256)) with some new
additions. Primary of these being: 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) - [0.1.0](/api-docs/pow_sha256/0.1.0/pow_sha256/index.html)
## Changelog ## Changelog
Changelog is available at the project's Changelog is available at the project's
[repository](https://github.com/mCaptcha/pow_sha256/blob/master/CHANGELOG.md) [repository](https://github.com/mCaptcha/pow_sha256/blob/master/CHANGELOG.md)

View File

@ -9,7 +9,7 @@ images: []
menu: menu:
docs: docs:
parent: "Self-Hosted" parent: "Self-Hosted"
weight: 120 weight: 532
toc: true toc: true
--- ---

View File

@ -11,7 +11,7 @@ images: []
menu: menu:
docs: docs:
parent: "Self-Hosted" parent: "Self-Hosted"
weight: 130 weight: 534
toc: true toc: true
--- ---

View File

@ -9,7 +9,7 @@ images: []
menu: menu:
docs: docs:
parent: "Self-Hosted" parent: "Self-Hosted"
weight: 110 weight: 533
toc: true toc: true
--- ---

View File

@ -9,7 +9,7 @@ images: []
menu: menu:
docs: docs:
parent: "Self-Hosted" parent: "Self-Hosted"
weight: 100 weight: 531
toc: true toc: true
--- ---
@ -17,5 +17,5 @@ toc: true
There are two main ways to self-host mCaptcha: There are two main ways to self-host mCaptcha:
1. Bare metal 1. [Bare metal](./bare-metal.md)
2. With Docker 2. [With Docker](./docker.md)