We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62a47b commit 79270fcCopy full SHA for 79270fc
docs/ubuntu.md
@@ -1,4 +1,8 @@
1
-# Ubuntu
+---
2
+tags:
3
+ - linux
4
5
+# :fontawesome-brands-ubuntu: Ubuntu
6
7
## [Change Hostname 20.04](https://linuxize.com/post/how-to-change-hostname-on-ubuntu-20-04/)
8
mkdocs.yml
@@ -85,6 +85,10 @@ theme:
85
features:
86
- navigation.top
87
- navigation.tracking
88
+ - navigation.footer
89
+ - content.code.copy
90
+ - content.action.edit
91
+ - content.action.view
92
palette:
93
- media: "(prefers-color-scheme)"
94
toggle:
@@ -103,6 +107,7 @@ theme:
103
107
104
108
plugins:
105
109
- search
110
+ - tags
106
111
- minify:
112
minify_html: true
113
0 commit comments