Publish docs for local build

This commit is contained in:
Forgejo Actions 2026-04-19 00:22:42 -07:00
commit 3dcc440766
98 changed files with 61024 additions and 0 deletions

13
stylesheets/extra.css Normal file
View file

@ -0,0 +1,13 @@
.md-typeset .arithmatex {
overflow-x: auto;
}
.md-typeset .doc-contents {
overflow-wrap: anywhere;
}
.md-typeset h1 code,
.md-typeset h2 code,
.md-typeset h3 code {
word-break: break-word;
}