Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Thomas Buck 79c8f29a61 more routing. all parts placed somewhere on board now. 11 meses atrás
..
src typo 11 meses atrás
svg-pan-zoom @ 632c04b408 make svgs in docs interactive 11 meses atrás
.gitignore add github pages docs with auto generated schematics and pcb layout 11 meses atrás
README.md more routing. all parts placed somewhere on board now. 11 meses atrás
book.toml add license header to source files 11 meses atrás
generate_docs.sh add license header to source files 11 meses atrás

README.md

Dispensy Documentation

You can find the documentation here on GitHub pages. This file is intended for contributors that want to modify this website!

Dependencies

The PCB SVG files are displayed using svg-pan-zoom, licensed as BSD-2-Clause. Fetch the included git submodules after cloning this repository before working on the docs.

git submodule update --init

Local Build

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.