forked from mCaptcha/website
fix: page weights
This commit is contained in:
parent
41be1291fa
commit
2b1250bc6f
8 changed files with 11 additions and 11 deletions
|
@ -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
|
||||||
|
|
|
@ -9,7 +9,7 @@ images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "API"
|
parent: "API"
|
||||||
weight: 110
|
weight: 551
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "API"
|
parent: "API"
|
||||||
weight: 100
|
weight: 552
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -9,7 +9,7 @@ images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "Self-Hosted"
|
parent: "Self-Hosted"
|
||||||
weight: 120
|
weight: 532
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "Self-Hosted"
|
parent: "Self-Hosted"
|
||||||
weight: 130
|
weight: 534
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ images: []
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: "Self-Hosted"
|
parent: "Self-Hosted"
|
||||||
weight: 110
|
weight: 533
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue