Documentation

This is the documentation placeholder.


Separating sections
0 cards

In order to separate a section, just add a separated tag in navigation.yml:

- name: Documentation
  link: /docs/index.html
  folder: docs
  children:
    - name: Includes
      path: includes
    - name: Layouts
      path: layouts
    - name: Separating sections
      path: separated
      separated: true

Cards
6 cards

To add cards for a given section, you first need to add some content. For example, this section contains some cards under the docs/cards folder.

Sections
4 cards

You can have sub-sections inside a given section/folder. Just use the sections layout. This is an example of a section.

Layouts
0 cards

These are the available layouts.

TODO: add the layouts documentation.