]> git.ipfire.org Git - ipfire.org.git/commitdiff
base: Remove all sorts of references to the old wiki
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Oct 2023 16:10:34 +0000 (16:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Oct 2023 16:10:34 +0000 (16:10 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/base.html

index b5cc0262332a7378dcaebe7ebc6dab7548488762..5ff1e81d17d910a2acc87856055a5be143c80944 100644 (file)
@@ -34,8 +34,6 @@
                                                                {{ _("Nopaste") }}
                                                        {% elif hostname.startswith("location.") %}
                                                                {{ _("Location") }}
-                                                       {% elif hostname.startswith("wiki.") %}
-                                                               {{ _("Wiki") }}
                                                        {% end %}
                                                </strong>
                                        </a>
                                                                        </li>
                                                                </ul>
                                                        </div>
-                                               {% elif hostname == "wiki.ipfire.org" %}
-                                                       <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
-                                                                       aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
-                                                               <span class="fas fa-bars"></span>
-                                                       </button>
-
-                                                       <div class="collapse navbar-collapse" id="navbar">
-                                                               <form class=" ml-auto my-2 my-lg-0" action="/search" method="GET">
-                                                                       <input class="form-control form-control-sm" type="search" name="q"
-                                                                               placeholder="{{ _("Search...") }}" aria-label="{{ _("Search") }}" value="{% try %}{{ q }}{% except %}{% end %}">
-                                                               </form>
-
-                                                               <a class="btn btn-primary ml-lg-2" href="https://www.ipfire.org/donate">
-                                                                       {{ _("Donate") }}
-                                                               </a>
-                                                       </div>
                                                {% end %}
                                        {% end block %}
                                </div>
                                                                        </a>
                                                                </li>
                                                                <li>
-                                                                       <a href="https://wiki.ipfire.org">
-                                                                               {{ _("Wiki") }}
+                                                                       <a href="/docs">
+                                                                               {{ _("Documentation") }}
                                                                        </a>
                                                                </li>
                                                                <li>
                                                                        </a>
                                                                </li>
                                                                <li>
-                                                                       <a href="https://wiki.ipfire.org/devel">
+                                                                       <a href="/docs/devel">
                                                                                {{ _("Development") }}
                                                                        </a>
                                                                </li>