Skip to content

General information about the balenaFin including design files, software support, and more

License

Notifications You must be signed in to change notification settings

dragonxu/balena-fin

 
 

Repository files navigation

balenaFin repository

Official documentation repository for the balenaFin board.
Get it now from the official balenaFin store.

Directory structure

.
├── documentation
│   ├── CAD                          # 3D files for balenaFin and accesories
│   ├── PDF                          # PDF files generated from markdown source using the builder
│   └── markdown                     # balenaFin and accesories documentation source files
└── software                         # Linux config files for accessing balenaFin HW
├── builder.css                      # PDF generator files
├── config.json                      # PDF generator files
├── index.js                         # PDF generator files
└── package.json                     # PDF generator files

Generated documentation

All files inside documentation/CAD and documentation/PDF are official balenaFin documentation. They are automatically generated from markdown files in documentation/markdown.

Building PDF releases

All PDF documentation is generated automatically frorm markdown files. To install the PDF generator, clone the repository and run npm install

config.json allows to define the document sources and their destination folder, along with custom overall styling

Once config.json is configured, run npm start to generate the PDF

Project specific syntax

Page breaks

Creating a pagebreak on the destination PDF. It's important to leave a blank line above and below.

<div class="page-break"></div>

About

General information about the balenaFin including design files, software support, and more

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 91.2%
  • JavaScript 8.8%