Header menu logo docs-template

Adding download badges

Script download

[![Script](https://fslab.org/docs-template/img/badge-script.svg)](https://fslab.org/docs-template/download-badges.fsx)`

becomes

Script

(you might need to adjust the paths if there are any more levels between {{root}} and img/badge-script.svg or {{fsdocs-source-basename}})

Notebook download

[![Notebook](https://fslab.org/docs-template/img/badge-notebook.svg)](https://fslab.org/docs-template/download-badges.ipynb)

becomes

Notebook

(you might need to adjust the paths if there are any more levels between {{root}} and img/badge-script.svg or {{fsdocs-source-basename}})

Multiple badges in one line

To add multiple badges to appear on the same line like this:

ScriptNotebook

add a   after the first two badges in you markdown:

[![Script](https://fslab.org/docs-template/img/badge-script.svg)](https://fslab.org/docs-template/download-badges.fsx) 
[![Notebook](https://fslab.org/docs-template/img/badge-notebook.svg)](https://fslab.org/docs-template/download-badges.ipynb)

Type something to start searching.