Fractal pattern library and versions overview

Fractal files

This section highlights the customizations that are used on this fractal instance, to get a deep understanding of fractal itself head over to the documentation.

Fractal source files (markup & documentation) are located in the src-fractal folder.

  • Handlebars is used as a template engine (fractal default), location: ./src-fractal/html.
  • Image assets are located in the ./src-fractal/assets folder
  • There also is a custom CSS file that will be included in the instance: ./src-fractal/fractal-overwrites.css

Versions Index

To give users a overview of all available versions, and to make the this information accessible to them there is a index.html file that will be deployed at the root level of the library and will serve as a home page. In other words it will be written at the root of the versions repository.

The template for this file is located at src-fractal/index/index.html. It uses a simple lodash template to render information to the page and will be re-written every time a new version is released.