docs: slight improvements
This commit is contained in:
@@ -151,7 +151,6 @@ export default withMermaid({
|
||||
sidebar: [
|
||||
{ text: "Quickstart", link: "/guide/index.md" },
|
||||
{ text: "Feature comparison", link: "/guide/alternatives.md" },
|
||||
{ text: "Philosophy", link: "/guide/philosophy.md" },
|
||||
{
|
||||
text: "Modes",
|
||||
collapsed: false,
|
||||
@@ -172,8 +171,8 @@ export default withMermaid({
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Checkpoints",
|
||||
collapsed: false,
|
||||
text: "Checkpoint",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: "About", link: "/guide/middleware/index.md" },
|
||||
{ text: "Elysia", link: "/guide/middleware/elysia.md" },
|
||||
@@ -183,10 +182,11 @@ export default withMermaid({
|
||||
},
|
||||
{
|
||||
text: "Proof-of-work",
|
||||
collapsed: false,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: "Effectiveness", link: "/guide/effectiveness.md" },
|
||||
{ text: "How does it work", link: "/guide/workings.md" },
|
||||
{ text: "Philosophy", link: "/guide/philosophy.md" },
|
||||
],
|
||||
},
|
||||
{ text: "Benchmark", link: "/guide/benchmark.md" },
|
||||
|
||||
@@ -20,4 +20,6 @@ Tested with BrowserStack using the following configuration:
|
||||
- **Challenge difficulty:** 4
|
||||
- **Number of challenges:** 50
|
||||
- **Salt/challenge size:** 32
|
||||
- **Number of benchmarks:** 50
|
||||
- **Number of benchmarks:** 50
|
||||
|
||||
Note that this benchmark uses a placeholder server and that the actual speed might vary in production depending on network latency.
|
||||
+1
-1
@@ -17,4 +17,4 @@
|
||||
<Demo custom />
|
||||
</div>
|
||||
|
||||
You can find demos for a lot of more stuff [inside the demo folder](https://github.com/tiagorangel1/cap/tree/main/demo) on the GitHub repo.
|
||||
You can find more demos [in the GitHub repo](https://github.com/tiagorangel1/cap/tree/main/demo). Note that this demo is not a full implementation of Cap and uses a placeholder server.
|
||||
Reference in New Issue
Block a user