From dc93f1c1fd7b67e2da5af2ffada732b9ddeb2d6a Mon Sep 17 00:00:00 2001 From: Kent Daleng Date: Sun, 17 Aug 2025 16:05:41 +0200 Subject: github wiki replacement / mkdocs-docs (#2147) * Add wiki based on mkdocs * wording fixes * fix github bg color on narrow * Fix left sidebar section headers being bigger than pages * fix hover accent * fix list rendering on fractional layout * fix videos * fix automatic full links * remove redundant commented css * improve dark mode contrast * update pygments for better child node coloring * update logo * remove blank lines * add systemd language hint --------- Co-authored-by: Ivan Molodetskikh --- docs/wiki/Configuration:-Overview.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/wiki/Configuration:-Overview.md (limited to 'docs/wiki/Configuration:-Overview.md') diff --git a/docs/wiki/Configuration:-Overview.md b/docs/wiki/Configuration:-Overview.md new file mode 100644 index 00000000..974fe768 --- /dev/null +++ b/docs/wiki/Configuration:-Overview.md @@ -0,0 +1 @@ +This wiki page has moved to: [Introduction](./Configuration:-Introduction.md). -- cgit