summaryrefslogtreecommitdiff
path: root/docs/_templates/layout.html
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-04-19 16:31:37 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-04-19 16:31:37 +0000
commit21e993c1b1083ef91441a363997d0efc8e646191 (patch)
tree1c07b2ea2dd18b8219d46415cee365abc93578e2 /docs/_templates/layout.html
parent75083ebc09a3dd47099e3912ac090dbc907f3eaf (diff)
downloadllvm-21e993c1b1083ef91441a363997d0efc8e646191.tar.gz
llvm-21e993c1b1083ef91441a363997d0efc8e646191.tar.bz2
llvm-21e993c1b1083ef91441a363997d0efc8e646191.tar.xz
[docs] Convert docs index page into Sphinx.
- Work in progress, this is mostly important because it lets us incrementally migrate the remaining documentation. - Lots of styling, editing, and integration work yet to comeā€¦ - PR12589 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155133 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r--docs/_templates/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 4999488120..de5db5caf1 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -8,6 +8,6 @@
{% endblock %}
{% block rootrellink %}
- <li><a href="{{ pathto('index') }}">LLVM Home</a>&nbsp;|&nbsp;</li>
- <li><a href="{{ pathto('contents') }}">Documentation</a>&raquo;</li>
+ <li><a href="http://llvm.org/">LLVM Home</a>&nbsp;|&nbsp;</li>
+ <li><a href="{{ pathto('index') }}">Documentation</a>&raquo;</li>
{% endblock %}