Commit Graph

8 Commits

Author SHA1 Message Date
Hayden
15b3e59c55 chore(docs): migrate documentation from MkDocs to Zensical
Material for MkDocs is in maintenance mode; Zensical is its successor from
the same maintainers. Zensical reads the existing mkdocs.yml natively, so
this is a tooling swap rather than a config rewrite.

- pyproject.toml: replace mkdocs-material with zensical in docs/dev groups
- Taskfile/CI/netlify: swap `mkdocs build|serve` for `zensical build|serve`
- mkdocs.yml: move custom `demo_url` under `extra:` (Zensical doesn't expose
  custom top-level config keys to templates); move `custom_dir` out of the
  docs source tree so raw templates aren't published as static files
- home.html: use `config.extra.demo_url`; replace the non-functional
  `lang.t('source.link.title')` (a Python call MiniJinja can't run, already
  rendering as literal text) with a static tooltip

Verified: `zensical build` exits clean ("No issues found"), 46 pages, with
mermaid, admonitions, content tabs, task lists, nav tabs, code-copy, custom
homepage, and announce banner all rendering at parity with the prior build.
2026-05-31 10:10:54 -05:00
Hayden
007b861ad6 docs: add docs on restoring to PSQL server (#1584)
* docs: add docs on restoring to PSQL server

* prevent iframe in netlify site
2022-08-20 11:53:48 -08:00
hay-kot
917177da5b test-docs ci/cd 2021-08-04 10:05:53 -08:00
hay-kot
fe41875d8b set venv settings 2021-08-04 10:00:11 -08:00
hay-kot
8b3644b898 test-netlify 2021-08-04 09:51:28 -08:00
hay-kot
b65a0f5722 pip3 -> pip 2021-08-04 09:45:16 -08:00
hay-kot
e29bb2212e remove cache 2021-08-04 09:43:24 -08:00
hay-kot
84043f8235 feat(docs): 👷 add netlify.toml for docs
Add netlify.toml file for automated deployed of documentation on netlify
2021-08-04 09:41:04 -08:00