Skip to content

Commit 80fe48a

Browse files
Update versions and MkDocs material related settings like CSS
1 parent e088257 commit 80fe48a

File tree

4 files changed

+173
-14
lines changed

4 files changed

+173
-14
lines changed

doc/website/images/ekxide-logo.svg

Lines changed: 157 additions & 0 deletions
Loading

doc/website/overrides/partials/footer.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
{% include ".icons/material/arrow-left.svg" %}
1010
</div>
1111
<div class="md-footer__title">
12+
<span class="md-footer__direction">
13+
{{ lang.t("footer.previous") }}
14+
</span>
1215
<div class="md-ellipsis">
13-
<span class="md-footer__direction">
14-
{{ lang.t("footer.previous") }}
15-
</span>
1616
{{ page.previous_page.title }}
1717
</div>
1818
</div>
@@ -21,10 +21,10 @@
2121
{% if page.next_page %}
2222
<a href="{{ page.next_page.url | url }}" class="md-footer__link md-footer__link--next" rel="next">
2323
<div class="md-footer__title">
24+
<span class="md-footer__direction">
25+
{{ lang.t("footer.next") }}
26+
</span>
2427
<div class="md-ellipsis">
25-
<span class="md-footer__direction">
26-
{{ lang.t("footer.next") }}
27-
</span>
2828
{{ page.next_page.title }}
2929
</div>
3030
</div>
@@ -65,6 +65,8 @@
6565
src="{{ base_url }}/images/bosch-logo.png" width="100px"></img></a><br>
6666
<a href="https://www.apex.ai/" target="_blank" rel="noopener" title="Apex.AI Inc."><img
6767
src="{{ base_url }}/images/apex-logo.webp" width="100px"></img></a><br>
68+
<a href="https://www.ekxide.io/" target="_blank" rel="noopener" title="ekxide IO GmbH"><img
69+
src="{{ base_url }}/images/ekxide-logo.svg" width="100px"></img></a><br>
6870
</div>
6971
</div>
7072
<div class="md-footer-meta__inner md-grid">

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ markdown_extensions:
1515
- markdown_include.include
1616
- admonition
1717
- pymdownx.emoji:
18-
emoji_index: !!python/name:materialx.emoji.twemoji
18+
emoji_index: !!python/name:material.extensions.emoji.twemoji
1919
emoji_generator: !!python/name:materialx.emoji.to_svg
2020
- pymdownx.tasklist:
2121
custom_checkbox: true

tools/website/export-docu-to-website.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
# SPDX-License-Identifier: Apache-2.0
1818

1919
# Necessary tools:
20-
# mkdocs-awesome-pages-plugin, v2.6.0
21-
# mkdocs-autolinks-plugin, v0.4.0 (with svg patch)
22-
# mkdocs-material, v8.1.3-insiders-4.5.0
23-
# markdown-include, v0.6.0
24-
# mkdocs, v1.2.3
25-
# Doxygen, v1.9.1
20+
# mkdocs-awesome-pages-plugin, v2.10.1
21+
# mkdocs-autolinks-plugin, v0.7.1
22+
# mkdocs-material, v9.5.49
23+
# markdown-include, v0.8.1
24+
# mkdocs, v1.6.1
25+
# Doxygen, v1.8.17
2626
# doxybook2, v1.3.3
27-
# mike, v1.0.0
27+
# mike, v2.1.3
2828

2929
set -e
3030

0 commit comments

Comments
 (0)