From c6e3c939c2092b12ce9e1400011572858b4522e6 Mon Sep 17 00:00:00 2001 From: herrmutig <28516408+herrmutig@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:40:10 +0100 Subject: [PATCH 1/3] fixed doc link --- docs/_layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 9e0053a..ba96e94 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -29,7 +29,7 @@
- +

{{ site.title }}

{{ site.description }}

@@ -39,7 +39,7 @@

{{ site.description }}

{% if page.url != "/" %} - + Back to Main Page {% endif %} From 1f005ba43764610218f64591fc2fa98e41ede8b8 Mon Sep 17 00:00:00 2001 From: herrmutig <28516408+herrmutig@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:48:49 +0100 Subject: [PATCH 2/3] improved readme, added missing backlink --- README.md | 2 +- docs/_layouts/default.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a2d3e3..60747f5 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ See https://ldbv-by.github.io/bav4-docs/ for the documentation. To develop the page locally you need to install ruby. Follow the instructions from: [https://jekyllrb.com/docs/installation/](https://jekyllrb.com/docs/installation/). -To start the dev-server execute in the cloned directory: +To start the dev-server execute the following command in the `/docs` folder as working directory: `bundle exec jekyll serve` diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index ba96e94..7d0fed6 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -38,7 +38,7 @@

{{ site.description }}

- {% if page.url != "/" %} + {% if page.url != "/" && page.url != "/bav4-docs" %} Back to Main Page From ec142680f36776f671bf3a9d3001799bc267a654 Mon Sep 17 00:00:00 2001 From: herrmutig <28516408+herrmutig@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:49:09 +0100 Subject: [PATCH 3/3] added correct backlink to logo --- docs/_layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 7d0fed6..efd9893 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -24,7 +24,7 @@ - {% if page.url != "/" && page.url != "/bav4-docs" %} + {% if page.url != "/" and page.url != "/bav4-docs" %} Back to Main Page