Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Buck 860f99ebf2 add CERN-OHL-S-2.0+ license hace 1 año
..
src typo hace 1 año
svg-pan-zoom @ 632c04b408 make svgs in docs interactive hace 1 año
.gitignore add github pages docs with auto generated schematics and pcb layout hace 1 año
README.md add CERN-OHL-S-2.0+ license hace 1 año
book.toml add github pages docs with auto generated schematics and pcb layout hace 1 año
generate_docs.sh make svgs in docs interactive hace 1 año

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. Get the latest release from GitHub for a pre-built binary if you want to test changes to the docs locally.

mdbook serve --open docs

This will open your browser to a local development instance of the docs.