diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-18 09:53:14 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-18 09:53:42 +0300 |
| commit | 6dc4f6a6229cfdea8e8e69ab130c4ed3c2b847b7 (patch) | |
| tree | 8bbded2e371a8ed381fa97fff920aba2f50a5c13 | |
| parent | 85d42db05d964644e3fa82e2f57172b8cae936ce (diff) | |
| download | niri-6dc4f6a6229cfdea8e8e69ab130c4ed3c2b847b7.tar.gz niri-6dc4f6a6229cfdea8e8e69ab130c4ed3c2b847b7.tar.bz2 niri-6dc4f6a6229cfdea8e8e69ab130c4ed3c2b847b7.zip | |
wiki: Improve home page
| -rw-r--r-- | docs/wiki/Development:-Documenting-niri.md | 4 | ||||
| -rw-r--r-- | docs/wiki/README.md | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/wiki/Development:-Documenting-niri.md b/docs/wiki/Development:-Documenting-niri.md index 9481a1b6..34ac2dc1 100644 --- a/docs/wiki/Development:-Documenting-niri.md +++ b/docs/wiki/Development:-Documenting-niri.md @@ -2,7 +2,7 @@ niri's documentation files are found in `docs/wiki/` and should be viewable and - The GitHub repo's markdown file preview - [The GitHub repo's wiki](https://github.com/YaLTeR/niri/wiki) -- The documentation site +- [The documentation site](https://yalter.github.io/niri/) ## The GitHub repo's wiki @@ -82,4 +82,4 @@ If the language used in the snippet is KDL, open the code block like this: ```md ```kdl -```
\ No newline at end of file +``` diff --git a/docs/wiki/README.md b/docs/wiki/README.md index 98adb2b5..c9e424d0 100644 --- a/docs/wiki/README.md +++ b/docs/wiki/README.md @@ -2,10 +2,14 @@ Welcome to the niri documentation! 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). + +If you'd like to help with niri, there are plenty of both coding- and non-coding-related ways to do so. +See [CONTRIBUTING.md](https://github.com/YaLTeR/niri/blob/main/CONTRIBUTING.md) for an overview. 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. +The documentation is open to contribution, see [Documenting niri](./Development:-Documenting-niri.md). +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. |
