move the documentation to markdown

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> (github: SvenDowideit)

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> (github: )
Upstream-commit: 936a03bfddb24cd45f5f12c20a961bf2ae6ede93
Component: engine
This commit is contained in:
Sven Dowideit
2014-04-15 06:01:25 +00:00
parent 388b678ba2
commit 0bb55ea3f4
87 changed files with 34848 additions and 347 deletions

View File

@ -0,0 +1,22 @@
<ul id="nav_prev_next" class="nav navbar-nav">
<li class="prev{% if not previous_page %} disabled{% endif %}">
<a rel="next" {% if previous_page %}href="{{ previous_page.url }}"{% endif %}>
<i class="glyphicon glyphicon-chevron-left"></i> Previous Doc
<span>{{ previous_page.title }}</span>
</a>
</li>
<li class="next{% if not next_page %} disabled{% endif %}">
<a rel="prev" {% if next_page %}href="{{ next_page.url }}"{% endif %}>
Next Doc <i class="glyphicon glyphicon-chevron-right"></i>
<span>{{ next_page.title }}</span>
</a>
</li>
</ul>
<ul id="scroll_to_top" class="nav navbar-nav">
<li>
<a href="#">
<i class="glyphicon glyphicon-chevron-up"></i> Up!
</a>
</li>
</ul>