Thomas Buck 4d5199f381 some words in docs about mainboard | před 10 měsíci | |
---|---|---|
.. | ||
modelview @ d3f2ffd2cd | před 11 měsíci | |
src | před 10 měsíci | |
svg-pan-zoom @ 632c04b408 | před 11 měsíci | |
.gitignore | před 11 měsíci | |
README.md | před 11 měsíci | |
book.toml | před 11 měsíci | |
generate_docs.sh | před 11 měsíci |
You can find the documentation here on GitHub pages. This file is intended for contributors that want to modify this website!
The PCB SVG files are displayed using svg-pan-zoom, licensed as BSD-2-Clause
.
The 3D PCB files are displayed using modelview, licensed as MIT
.
Fetch the included git submodules after cloning this repository before working on the docs.
git submodule update --init
The docs are built using mdbook, licensed as MPL-2.0
.
Get the latest release from GitHub for a pre-built binary if you want to test changes to the docs locally.
./docs/generate_docs.sh serve
This will open your browser to a local development instance of the docs.