File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 21
21
- Codenames : Codenames.md
22
22
- Display Controllers : Display-Controllers.md
23
23
- 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/
24
25
- Broken Software : Broken-Software.md
25
26
- Alternative Distros : SW-Alternative-Distros.md
26
27
- For developers :
@@ -42,9 +43,11 @@ theme:
42
43
features :
43
44
- navigation.expand
44
45
- navigation.instant
46
+ - navigation.sections
45
47
- navigation.tracking
46
48
- navigation.top
47
49
- toc.integrate
50
+ custom_dir : overrides
48
51
49
52
extra_css :
50
53
- stylesheets/extra.css
Original file line number Diff line number Diff line change
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 %}
You can’t perform that action at this time.
0 commit comments