Commit graph

11 commits

Author SHA1 Message Date
Ruixi-rebirth
d0f98a7260 refactor(docs): switch to nixos-render-docs for nix options generation
- Use nixos-render-docs commonmark as the rendering engine
- Add GitHub source links (Declared by) for each option
- Fix installation.md links pointing to /docs/nix-module -> /docs/nix-options
2026-05-13 21:07:14 +08:00
Ruixi-rebirth
f3dd63006c fix(scripts): improve nix options doc generator
- Restore missing description on hm enable option (fixes nix build warning)
- Rewrite format_default_value into format_value with example support and nix code blocks
- Fix Nix markup stripping: {tag}`content` now preserves backtick content
- Generalize ::: block handling beyond {.note} to any block type
- Switch output from Markdown table to labeled fields format
2026-05-13 08:17:18 +08:00
atheeq
329a7f21a8 refactor(nix): replace sync nix options with direct md generation to … (#1)
* refactor(nix): replace sync nix options with direct md generation to docs

* fix(docs): add trailing comman in meta

* fix(ci): sort nix options and fix default value check
2026-05-13 08:17:11 +08:00
Ruixi-rebirth
e935403e39 feat(nix): generate module options docs and sync to website
- Add nix/generate-hm-options.nix to export HM and NixOS module options as JSON via nixosOptionsDoc
- Expose hm-options-json and nixos-options-json packages in flake.nix
- Add CI workflow to auto-build and push JSONs to mangowm.github.io on module changes
- Add missing description to hm-modules enable option
2026-05-13 08:17:06 +08:00
atheeq-rhxn
3fef7a5a00 fix: simplify sync commit message to use source URL only 2026-03-15 20:53:28 +08:00
atheeq-rhxn
828907d36d chore(sync-website): update commit message 2026-03-13 20:39:34 +08:00
atheeq-rhxn
595524f0b2 feat: add docs and sync with wiki & website 2026-03-13 19:23:54 +08:00
DreamMaoMao
57e02d6217 opt: clear some comment 2026-03-05 23:04:25 +08:00
DreamMaoMao
de43dbc40a update github workflow 2025-06-20 11:07:12 +08:00
DreamMaoMao
fb8a76f51e github: update workflow 2025-06-18 07:53:56 +08:00
DreamMaoMao
77ef3f74d8 github: add workflow action 2025-06-18 07:44:39 +08:00