summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-10-14 14:06:19 +0200
committerLibravatar GitHub <noreply@github.com>2024-10-14 14:06:19 +0200
commit400fd8c62b80b3585c35362bcb69d6e635ebd9b6 (patch)
treeab38bbfafcf9350f6771f7b14898e2c27d1b532c /mkdocs.yml
parent[feature/OFFICIALLY UNSUPPORTED] add nowasm build tag to disable building wit... (diff)
downloadgotosocial-400fd8c62b80b3585c35362bcb69d6e635ebd9b6.tar.xz
[docs] Document experimental, unsupported `nowasm` tag (#3436)v0.17.0-rc5
* [docs] Document experimental, unsupported `nowasm` tag * change some awkward wording
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 7e8e5b952..4f179f1a4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -100,7 +100,7 @@ nav:
- "configuration/advanced.md"
- "configuration/observability.md"
- "Advanced":
- - "advanced/index.md"
+ - "Overview": "advanced/index.md"
- "advanced/host-account-domain.md"
- "advanced/outgoing-proxy.md"
- "Caching":
@@ -117,6 +117,8 @@ nav:
- "advanced/metrics.md"
- "advanced/replicating-sqlite.md"
- "advanced/sqlite-networked-storage.md"
+ - "Advanced builds":
+ - "advanced/builds/nowasm.md"
- "Admin":
- "admin/settings.md"