Documentation overview

How this documentation is written

How this documentation is structured

How this documentation is built

How the repository is structured

fontra-docs
├── _includes/
├── _layouts/
├── _py/
├── css/
├── images/
├── videos/
├── _introduction/
├── _reference/
├── _explanations/
├── _tutorials/
├── _how-tos/
├── index.md
└── 404.html
System (developers, designers)

_includes : modular template parts such as header and footer

_layouts : just a single default.html template for now

_py : Python scripts used to create images, etc.

css : contains style.sass with custom styles only

404.html : page for Page not found errors

_config.yml : Jekyll configuration file with project metadata

Content (documentation authors)

tutorials : sources for pages in the Tutorials section

how-tos : sources for pages in the How-Tos section

reference : sources for pages in the Reference section

explanations : sources for pages in the Explanations section

index.md : home page of the documentation

images : all images (screenshots, icons, etc.)

videos : all videos