summaryrefslogtreecommitdiffstats
path: root/docs/_templates
diff options
context:
space:
mode:
authorShubhamRathi <shubhamiiitbackup@gmail.com>2017-04-29 15:56:27 +0530
committerShubhamRathi <shubhamiiitbackup@gmail.com>2017-05-02 19:32:03 +0530
commita3c38919def45d732897aa91533bb0e30e6e3670 (patch)
tree05f07ec764e9532ece1c128bf60fa1b8008f57e9 /docs/_templates
parent494dc57a7c838a0129ddd1ec15c858ef71022060 (diff)
Misc Changes
1. Add sidebar akin to ODL 2. Remove redundant 'OPNFV' from all composite document titles 3. Edit documentation-example for the updated toolchain. Renamed this file as 'addendum.rst'. Eliminated obsolete content. 4. Listed test projects in alphabetic order Change-Id: Ica1c4aa89e3c8f8bcb960fcd4574971960dc52dc Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/relations.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/_templates/relations.html b/docs/_templates/relations.html
new file mode 100644
index 000000000..5bad0b562
--- /dev/null
+++ b/docs/_templates/relations.html
@@ -0,0 +1,15 @@
+<center>
+<div class="btn-group" role="group" aria-label="...">
+ {% if prev %}
+ <a class="btn btn-default" href="{{ prev.link|e }}">Prev Page</a>
+ {% else %}
+ <button type="button" class="btn btn-default disabled">Prev Page</button>
+ {% endif %}
+
+ {% if next %}
+ <a class="btn btn-default" href="{{ next.link|e }}">Next Page</a>
+ {% else %}
+ <button type="button" class="btn btn-default disabled">Next Page</button>
+ {% endif %}
+</div>
+</center> \ No newline at end of file