Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Thomas Buck a0a2a01038 fetch jlc parts in workflow 9 місяці тому
..
modelview @ d3f2ffd2cd generate pcb 3d files and visualize in docs 9 місяці тому
src generate pcb 3d files and visualize in docs 9 місяці тому
svg-pan-zoom @ 632c04b408 make svgs in docs interactive 9 місяці тому
.gitignore generate pcb 3d files and visualize in docs 9 місяці тому
README.md generate pcb 3d files and visualize in docs 9 місяці тому
book.toml add license header to source files 9 місяці тому
generate_docs.sh fetch jlc parts in workflow 9 місяці тому

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. 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

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.