docs: Fix errant link, add prek hook to require compilable docs

This commit is contained in:
Julian Anderson
2026-07-07 14:57:11 +00:00
committed by Ellis Git
parent e9e0db8bab
commit f205e2f890
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -57,3 +57,15 @@ repos:
types: [rust]
stages:
- pre-push
- repo: local
hooks:
- id: docs-build
name: docs build
entry: npm run docs:build
language: system
pass_filenames: false
files: docs/
types: [mdx]
stages:
- pre-commit
+1 -1
View File
@@ -64,7 +64,7 @@ ### Nightly releases
Nightly packages for openSUSE are **not currently available**.
If there is an ongoing need for these, please ask in `#continuwuity:continuwuity.org` or [open an issue on Forgejo](https://forgejo.ellis.link/continuwuation/continuwuity/issues/new).
In the meantime, you may follow the [generic deployment instructions](deployment/generic).
In the meantime, you may follow the [generic deployment instructions](/deploying/generic).
</Tab>
</Tabs>