aboutsummaryrefslogtreecommitdiff
path: root/niri-config/tests
AgeCommit message (Collapse)Author
2025-10-02Partially implement config includesIvan Molodetskikh
Subsequent commits will add merging for all leftover sections.
2025-08-17github wiki replacement / mkdocs-docs (#2147)Kent Daleng
* 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 <yalterz@gmail.com>
2025-07-13Fix new Clippy warningsIvan Molodetskikh
2024-07-13Fix Clippy warningsIvan Molodetskikh
2024-07-08niri-config: update wiki parses test to test all codeblocksSuyashtnt
This makes sure the failing codeblocks do fail. This also optimizes the algorithm a bit by removing a `.collect()` Signed-off-by: Suyashtnt <suyashtnt@gmail.com>
2024-07-08niri-config: add test to see if all snippets inside of the wiki compileSuyashtnt
Signed-off-by: Suyashtnt <suyashtnt@gmail.com>