aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--about-architecture.html9
-rw-r--r--about-citation.html9
-rw-r--r--about-customize.html9
-rw-r--r--about-future.html9
-rw-r--r--about-introduction.html9
-rw-r--r--about-make.html9
-rw-r--r--about-tips.html9
-rw-r--r--about.html9
-rw-r--r--index.html9
-rw-r--r--tutorial.html9
10 files changed, 50 insertions, 40 deletions
diff --git a/about-architecture.html b/about-architecture.html
index eb24dd6..2b15324 100644
--- a/about-architecture.html
+++ b/about-architecture.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>
diff --git a/about-citation.html b/about-citation.html
index 87f3852..f1ed342 100644
--- a/about-citation.html
+++ b/about-citation.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>
diff --git a/about-customize.html b/about-customize.html
index 7682c1b..d9b982a 100644
--- a/about-customize.html
+++ b/about-customize.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>
diff --git a/about-future.html b/about-future.html
index 3ea428c..d2f6304 100644
--- a/about-future.html
+++ b/about-future.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>
diff --git a/about-introduction.html b/about-introduction.html
index a3ba606..bfe669b 100644
--- a/about-introduction.html
+++ b/about-introduction.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>
diff --git a/about-make.html b/about-make.html
index 97ce02d..a57f68e 100644
--- a/about-make.html
+++ b/about-make.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>
diff --git a/about-tips.html b/about-tips.html
index 4a1b2e2..058d6a0 100644
--- a/about-tips.html
+++ b/about-tips.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>
diff --git a/about.html b/about.html
index 84a92bf..7b402cd 100644
--- a/about.html
+++ b/about.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>
diff --git a/index.html b/index.html
index 11fe894..7cb341d 100644
--- a/index.html
+++ b/index.html
@@ -55,10 +55,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>
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>