From e0bf056ba3f80901f2ee905878eb6717c2c17855 Mon Sep 17 00:00:00 2001 From: Kent Daleng Date: Sun, 17 Aug 2025 21:41:17 +0200 Subject: docs: location-agnostic index page (#2256) * Update index.md a simple suggestion for a location-agnostic index page * Update docs/wiki/index.md Co-authored-by: Ivan Molodetskikh --------- Co-authored-by: Ivan Molodetskikh --- docs/wiki/index.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'docs/wiki') diff --git a/docs/wiki/index.md b/docs/wiki/index.md index 53a1fe84..98adb2b5 100644 --- a/docs/wiki/index.md +++ b/docs/wiki/index.md @@ -1,5 +1,11 @@ -Welcome to the niri wiki! +Welcome to the niri documentation! -Check out the available pages on the right. +Feel free to look through usage and [Getting started](./Getting-Started.md). +If you're looking for ways to configure niri, check out the [introduction to configuration](./Configuration:-Introduction.md). +If you want to contribute to niri, look at the development section and [how to develop niri](./Development:-Developing-niri.md). -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 `docs/wiki/` folder of the repository, so you can open a pull request modifying it there. +If you're not already here, check out our new wiki website! https://yalter.github.io/niri/ + +--- + +The documentation 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 `docs/wiki/` folder of the repository, so you can open a pull request modifying it there. -- cgit