layout | title |
---|---|
affix |
Bootstrap and Markdown guide |
This document will help the community to mainstream Naemon users guide to make it easy to follow with a common look and feel for the best user experience possible.
Our website including the documentation are built upon Bootstrap and Markdown syntax at Github.
It's possible to use both Markdown and html when writing code.
For more information how to use Github's version of Markdown, see this web site: https://help.github.com/articles/github-flavored-markdown
{{ site.warning }}It's not possible to use Markdown inside a html block. Don't forget that <table>...</table> are inside a html block as well{{ site.end }}
<p>This is **bold** text</p>
This is **bold** text
This is **bold** text
This is bold text
Make full use of Bootstrap infrastructure, see Bootstrap web page for more info: http://getbootstrap.com/css/
Each Bootstrap webpage starts with a header with the layout definition. There are two different layouts available for documentation:
- doc - doc layout is a one column page without table of content
- doctoc - doctoc layout are the same as doc but with a table of content to the right. The TOC are automatically generated using headers
---
layout: doctoc
title: Example header page
---
Bootstrap offers support for Glyphicon Halflings set. It's easy to include glyphs in text, just add the icon class and the individual icon class. See example below
This is a thumb up <span class="glyphicon glyphicon-thumbs-up"></span>
This is a thumb up
For more glyphs see http://getbootstrap.com/components/#glyphicons-glyphs