https://github.com/system76/tech-docs
System76 Technical Documentation
https://github.com/system76/tech-docs
Last synced: 10 months ago
JSON representation
System76 Technical Documentation
- Host: GitHub
- URL: https://github.com/system76/tech-docs
- Owner: system76
- License: gpl-3.0
- Created: 2020-01-26T01:54:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-11T18:36:11.000Z (10 months ago)
- Last Synced: 2025-08-11T20:33:57.682Z (10 months ago)
- Language: CSS
- Homepage: https://tech-docs.system76.com
- Size: 1.27 GB
- Stars: 62
- Watchers: 23
- Forks: 17
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# System76 Technical Documentation
This repository contains the Technical documentation about System76 products. It
can be viewed at https://tech-docs.system76.com.
## Editing
There are two methods to view and edit the book. There is a quick method that
does not include additional UI elements such as search, and the complete way
that will render the book as it is rendered on the official website.
### GitHub (Quick)
The book can be viewed and edited on GitHub by going to
[src/README.md](src/README.md).
### mdBook (Complete)
- Install [mdBook](https://github.com/rust-lang/mdBook#installation)
- Clone the repository using `git`.
- From the cloned repository, run `mdbook serve`
- You may now view the book at `http://localhost:3000`
- Edits are made in the `src` directory. The server will automatically update