https://github.com/nixos/release-wiki
https://github.com/nixos/release-wiki
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nixos/release-wiki
- Owner: NixOS
- License: cc0-1.0
- Created: 2020-10-02T06:47:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T09:43:18.000Z (about 2 years ago)
- Last Synced: 2024-04-15T12:49:41.771Z (about 2 years ago)
- Homepage: https://nixos.github.io/release-wiki
- Size: 1.44 MB
- Stars: 20
- Watchers: 13
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NixOS Release Wiki
Home for the NixOS Release Wiki.
This is deployed to GitHub pages at https://nixos.github.io/release-wiki/.
# Contributing
This project is built with [mdbook](https://github.com/rust-lang/mdBook)
You can built the documentation with
```bash
mdbook build
```
or have it get rebuild when you make edits with:
```bash
mdbook watch
```
and view the `book/index.html`.
You can also serve it over `localhost` with:
```bash
mdbook serve
```
and open http://localhost:3000. The serve command functions in the same way as `watch`.
Also see the [mdbook User Guide](https://rust-lang.github.io/mdBook/) for a more exhaustive
walkthrough.