aboutsummaryrefslogtreecommitdiff
path: root/tutorial.html
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2023-04-10 13:13:38 +0200
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2023-04-10 13:13:38 +0200
commit58ca59f8f0468b213be693f312b6e50610c47b7b (patch)
treee80e4e5b23045631db03c45d284c290be632da0c /tutorial.html
parent2c95bdeec6c079da087884156c69e4d5f3d79fa0 (diff)
Added quick start link to the top menu
Until now, we didn't have a clear link to guide new visitors on how to start using Maneage! The link to the customization checklist was deeply burried within the text of the top page and was hard to find for someone who wants to just get started fast. With this commit, a "Quick start" link has been added to the top menu of the Maneage webpage. It will directly go to the customization checklist within 'README-hacking.md' on Gitlab (which will be up to date; as we don't yet have a complete and independent documentation, this is the best current reference). Later, when the documentation is complete, this link will be changed. This was suggested by Sepideh Eskandarlou.
Diffstat (limited to 'tutorial.html')
-rw-r--r--tutorial.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/tutorial.html b/tutorial.html
index d3083c5..e32e883 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -53,10 +53,11 @@
<input type="checkbox" id="nav-hamburger-input"/>
<label for="nav-hamburger-input">|||</label>
<div id="nav-hamburger-items" class="button">
- <a href="index.html">Home</a>
- <a href="about.html">About</a>
- <a href="http://git.maneage.org/project.git/">Git</a>
- <a href="tutorial.html">Tutorial</a>
+ <a href="index.html">Home</a>
+ <a href="https://gitlab.com/maneage/project/-/blob/maneage/README-hacking.md#customization-checklist">Quick start</a>
+ <a href="about.html">About</a>
+ <a href="http://git.maneage.org/project.git/">Git</a>
+ <a href="tutorial.html">Tutorial</a>
</div>
</nav>
</header>