17 Commits
Author SHA1 Message Date
zk 0c130ad965 fix: docs ci 2026-05-23 14:45:25 +00:00
zk f53d44b638 feat: homepage (#1563)
* feat: githooks, check before push

* feat: homepage
2026-05-23 10:07:48 +01:00
zk e363bd2532 docs: migrate from mkdocs to mdbook (#1558)
* docs: migrate from mkdocs to mdbook

- Rename old mkdocs docs/ to old-docs/ for reference
- Set up new docs/ with mdbook (book.toml + src/ tree)
- Mirror full nav structure from mkdocs.yml into SUMMARY.md
- Add Justfile-docs with docs-serve, docs-build, docs-check, docs-install recipes
- Import Justfile-docs from root Justfile
- Rewrite .github/workflows/docs.yml: build step uses taiki-e/install-action
  to install mdbook, split into separate build + deploy jobs, PR builds
  run the check step too

* ci(docs): pin actions to SHAs, install mdbook via release binary

* ci(docs): install mdbook from apt instead of curling a release binary

* dev: replace mkdocs python stack with mdbook in dev image

* ci(docs): apt only works on Debian; restore release binary install for Ubuntu CI

* docs: fix duplicate file entries in SUMMARY.md

* docs: remove docs-install recipe

* docs: remove site-url from book.toml to fix asset loading

* dev: install mdbook from upstream release binary, not Debian apt

The Debian package (0.4.x+ds) strips bundled font assets, leaving the
built site without fonts/fonts.css. Use the upstream tarball (same as CI)
so the theme is complete. Handles x86_64 and aarch64.

* docs: vendor mdbook tarballs in dev/mdbook/, install from there

Dockerfile.dev uses COPY + tar to install the right arch at build time.
CI extracts the x86_64 tarball directly from the checkout.
No network access required for either — and no stripped-fonts Debian package.

* fix: unwritten
2026-05-22 20:43:07 +01:00
zk 0338769d2b fix: why does github@'git checkout' depend on Node.JS 20, and why should I care that it's deprecated. Why? 2026-05-17 20:49:13 +01:00
zk c04afbc755 more ci fixes 2026-05-03 15:11:21 +01:00
zk 374f1af8e0 something to do with... (#59)
* something to do with...

* kill and die

* ririri midori
2026-04-28 22:56:24 +01:00
zkldi 07f6c4dd28 feat: install rsync properly 2024-09-19 22:10:38 +01:00
zkldi 46589371fc feat: scp -> rsync 2024-09-19 21:10:44 +01:00
zkldi 60d8557572 fix: ci test 2 2024-09-19 20:10:28 +01:00
zkldi 66b1a2f815 fix: bad ci 2024-09-19 20:08:28 +01:00
zkldi bf70f70092 fix: broken scp on docs script 2024-08-22 20:19:35 +01:00
zkldi 926141a4ac ci: document insane stuff 2024-04-06 20:21:14 +01:00
zkldi 029a5b2796 ci: sort out docs 2024-04-06 18:07:40 +01:00
zkldi 1200f00f92 temp: do away with all CI 2024-04-01 22:01:21 +01:00
zkldi e2372f317c fix: typo 2022-12-21 07:58:08 +00:00
zkldi 17974af4a4 ci: add workflow_dispatch to docs 2022-08-18 04:10:19 +01:00
zkldi 80f5a46379 ci: add tachi-docs autodeploy callers 2022-07-28 01:25:08 +01:00