ButterDocs
Edit this page
on GitHub

Butter basics

Important: In case-sensitive hosts you may run into problems when using multiple cases in your filenames. To avoid this, use only lowercased names.

Special files

There are two files inside each version folder that will be handled differently:

Example of folder structure

└── docs
    └── v0.5
        ├── _menu.md
        ├── README.md
        └── introduction
            ├── getting-started.md
            ├── configuration.md
            ├── ...
        └── the-basics
            ├── ...
    └── v1.0
    └── ...