File tree Expand file tree Collapse file tree 4 files changed +173
-14
lines changed
Expand file tree Collapse file tree 4 files changed +173
-14
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 ">
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
2929set -e
3030
You can’t perform that action at this time.
0 commit comments