diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml
index 77162d7..ae45ef0 100644
--- a/.github/workflows/mdbook.yml
+++ b/.github/workflows/mdbook.yml
@@ -7,14 +7,14 @@ on:
jobs:
deploy:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
- mdbook-version: '0.4.6'
+ mdbook-version: '0.4.35'
# mdbook-version: 'latest'
- run: mdbook build
diff --git a/README.md b/README.md
index b3ae775..050dc92 100644
--- a/README.md
+++ b/README.md
@@ -46,3 +46,44 @@ By default the images are left-aligned with the maximum width being the same as
```
+
+## Applied Theme customizations
+
+Please try to make the customizations somehow findable, e.g. by leaving a comment with the keyword "KIT customization" or so, so one can search for "KIT" and find it.
+
+### Header
+
+To make the logo in the header work:
+
+- `index.hbs`: default is https://github.com/rust-lang/mdBook/blob/master/src/theme/index.hbs
+ - The index file in this repository is a copy with the following modifications.
+ - Switched those lines ([see issue](https://github.com/rust-lang/mdBook/issues/1331#issuecomment-903108413)):
+ ```html
+