docs: slight improvements

This commit is contained in:
Tiago
2025-06-08 17:02:05 +01:00
parent ee1e791ab1
commit 01bb7680e9
3 changed files with 8 additions and 6 deletions
+4 -4
View File
@@ -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" },
+3 -1
View File
@@ -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
View File
@@ -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.