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 --- wiki/Home.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 wiki/Home.md (limited to 'wiki/Home.md') diff --git a/wiki/Home.md b/wiki/Home.md deleted file mode 100644 index 9cbf7563..00000000 --- a/wiki/Home.md +++ /dev/null @@ -1,5 +0,0 @@ -Welcome to the niri wiki! - -Check out the available pages on the right. - -The wiki is open to contribution, but please discuss bigger changes in [our Matrix room](https://matrix.to/#/#niri:matrix.org) first! The wiki is generated from files in the `wiki/` folder of the repository, so you can open a pull request modifying it there. -- cgit