aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_layouts
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-04-16 22:00:35 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-04-16 22:00:35 -0400
commit6f34ba59cb7a14218ace3ceea7d060aeec150a1a (patch)
treeea18ab8bbb7b14be65e0c25638067351f3367f11 /docs/_layouts
parent4739e2813706e5b75a6794d84b23e78e84300c91 (diff)
downloadkutter-6f34ba59cb7a14218ace3ceea7d060aeec150a1a.tar.gz
kutter-6f34ba59cb7a14218ace3ceea7d060aeec150a1a.tar.xz
kutter-6f34ba59cb7a14218ace3ceea7d060aeec150a1a.zip
docs: Add an index page for the www.klipper3d.org website
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/_layouts')
-rw-r--r--docs/_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 86c55029..104d1860 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -40,7 +40,7 @@
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ml-auto">
- <a class="nav-item nav-link" href="Overview.html">Index</a>
+ <a class="nav-item nav-link" href="Overview.html">Documentation</a>
<a class="nav-item nav-link" href="https://github.com/KevinOConnor/klipper">Github</a>
</div>
</div>