Skip to content

Commit 7cbee65

Browse files
committed
Enable sections and link to the Remix docs
Signed-off-by: Davide Cavalca <[email protected]>
1 parent 7fb9987 commit 7cbee65

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: mkdocs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ nav:
2121
- Codenames: Codenames.md
2222
- Display Controllers: Display-Controllers.md
2323
- For users:
24+
- Fedora Asahi Remix Documentation <i class="fa-solid fa-arrow-up-right-from-square"></i>: https://docs.fedoraproject.org/en-US/fedora-asahi-remix/
2425
- Broken Software: Broken-Software.md
2526
- Alternative Distros: SW-Alternative-Distros.md
2627
- For developers:
@@ -42,9 +43,11 @@ theme:
4243
features:
4344
- navigation.expand
4445
- navigation.instant
46+
- navigation.sections
4547
- navigation.tracking
4648
- navigation.top
4749
- toc.integrate
50+
custom_dir: overrides
4851

4952
extra_css:
5053
- stylesheets/extra.css

Diff for: overrides/main.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends "base.html" %}
2+
3+
{% block extrahead %}
4+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
5+
{% endblock %}

0 commit comments

Comments
 (0)