-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (30 loc) · 769 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (30 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
site_name: LinuxProfile
site_url: http://linuxprofile.com
repo_name: linux-profile/linux-profile-plugin
repo_url: https://github.com/linux-profile/linux-profile-plugin
nav:
- Home: index.md
- Release Notes: nav/release-notes.md
theme:
name: material
logo: assets/linux-profile-icon.png
favicon: assets/linux-profile-icon.ico
features:
- navigation.top
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight
- codehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/linux-profile