https://github.com/void-linux/void-docs
mdbook source for docs.voidlinux.org
https://github.com/void-linux/void-docs
hacktoberfest voidlinux
Last synced: 10 months ago
JSON representation
mdbook source for docs.voidlinux.org
- Host: GitHub
- URL: https://github.com/void-linux/void-docs
- Owner: void-linux
- License: cc-by-sa-4.0
- Created: 2018-11-04T05:48:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T05:20:58.000Z (11 months ago)
- Last Synced: 2025-04-11T23:16:33.528Z (10 months ago)
- Topics: hacktoberfest, voidlinux
- Language: CSS
- Homepage: https://docs.voidlinux.org
- Size: 721 KB
- Stars: 169
- Watchers: 21
- Forks: 187
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Void Docs
Welcome to the Void documentation. This repository contains the source data
behind . Contributing to this repository follows
the same protocol as the packages tree. For details, please read
[CONTRIBUTING](./CONTRIBUTING.md).
## Building
The [res/build.sh](./res/build.sh) script builds HTML, roff and PDF versions of
the Void documentation and the `void-docs.1` man page. It requires the following
Void packages:
- `mdBook`
- `findutils`
- `lowdown` (version 0.8.1 or greater)
- `texlive`
- `perl`
- `perl-File-Which`
- `perl-JSON`
- `librsvg-utils`
- `python3-md2gemini`
In order to build and install these files, set the `PREFIX` and `DESTDIR`
environment variables to appropriate values and run `res/build.sh` followed by
`res/install.sh`.