From c4d01da179cd7a87749fbbce6b6aed98e7059165 Mon Sep 17 00:00:00 2001 From: Muhammad Elhossary Date: Sat, 17 Feb 2024 01:23:31 +0100 Subject: [PATCH 1/2] fixing some links --- _includes/aside.html | 2 +- _includes/breadcrumb.html | 2 +- _includes/footer.html | 2 +- _includes/sidebar.html | 2 +- docs/_Getting-Started/01-introduction.md | 4 ---- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/_includes/aside.html b/_includes/aside.html index 7d6599b6..f996b4aa 100644 --- a/_includes/aside.html +++ b/_includes/aside.html @@ -32,7 +32,7 @@
Browse docs
{% if doc.hide != true %} -
  • {{ doc.title }}
  • {%endif%} {% endfor %} diff --git a/_includes/breadcrumb.html b/_includes/breadcrumb.html index 99fb88f3..ffdacb91 100644 --- a/_includes/breadcrumb.html +++ b/_includes/breadcrumb.html @@ -7,7 +7,7 @@ {% assign previous_url = previous_url | append: "/" | append: url_part %} {% assign previous_url = previous_url | replace: "Home/", "" %} - + {% endfor %} diff --git a/_includes/footer.html b/_includes/footer.html index a1e96ae1..5429d6d0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,7 +2,7 @@
    - diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 304c0613..549f091a 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -28,7 +28,7 @@ {% unless doc.hide %} -
  • {{ doc.title }}
  • {% endunless %} diff --git a/docs/_Getting-Started/01-introduction.md b/docs/_Getting-Started/01-introduction.md index d911ab2b..d93c1810 100644 --- a/docs/_Getting-Started/01-introduction.md +++ b/docs/_Getting-Started/01-introduction.md @@ -3,10 +3,6 @@ title: The NFDI4Microbiota Knowledge Base category: Getting-Started layout: default docs_css: markdown -redirect_from: - - /Getting-Started - - /Home -permalink: / ---