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"
|
||||
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
|
||||
|
|
|
@ -9,7 +9,7 @@ images: []
|
|||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
weight: 110
|
||||
weight: 551
|
||||
toc: true
|
||||
---
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ images: []
|
|||
menu:
|
||||
docs:
|
||||
parent: "API"
|
||||
weight: 100
|
||||
weight: 552
|
||||
toc: true
|
||||
---
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -9,7 +9,7 @@ images: []
|
|||
menu:
|
||||
docs:
|
||||
parent: "Self-Hosted"
|
||||
weight: 120
|
||||
weight: 532
|
||||
toc: true
|
||||
---
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ images: []
|
|||
menu:
|
||||
docs:
|
||||
parent: "Self-Hosted"
|
||||
weight: 130
|
||||
weight: 534
|
||||
toc: true
|
||||
---
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ images: []
|
|||
menu:
|
||||
docs:
|
||||
parent: "Self-Hosted"
|
||||
weight: 110
|
||||
weight: 533
|
||||
toc: true
|
||||
---
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue