forked from embeddedos-org/ebuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (29 loc) · 657 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
32 lines (29 loc) · 657 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
site_name: ebuild
site_description: EmbeddedOS — ebuild documentation
site_url: https://embeddedos-org.github.io/ebuild/
repo_url: https://github.com/embeddedos-org/ebuild
repo_name: embeddedos-org/ebuild
edit_uri: edit/master/docs/
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- search.highlight
- content.code.copy
palette:
- scheme: default
primary: indigo
- scheme: slate
primary: indigo
docs_dir: docs
plugins:
- search
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true