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:
22
components/engine/docs/theme/mkdocs/prev_next.html
vendored
Normal file
22
components/engine/docs/theme/mkdocs/prev_next.html
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user