Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Thomas Buck 57aca6a04d use new 3d rendering in docs 1 mēnesi atpakaļ
..
src use new 3d rendering in docs 1 mēnesi atpakaļ
svg-pan-zoom @ d9b9a55ef3 try to fix scroll bug in docs svg viewer 3 mēnešus atpakaļ
.gitignore generate pcb 3d files and visualize in docs 3 mēnešus atpakaļ
README.md generate pcb 3d files and visualize in docs 3 mēnešus atpakaļ
book.toml tweak docs 3 mēnešus atpakaļ
generate_docs.sh use new 3d rendering in docs 1 mēnesi atpakaļ

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.