-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
49 lines (42 loc) · 1.15 KB
/
mkdocs.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
site_name: "ARC"
site_description: "Main documentation for ARC"
repo_url: https://github.com/sourcefuse/arc-docs
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
features:
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- techdocs-core
- search
- include-markdown
- awesome-pages:
filename: .pages.yml
docs_dir: docs
markdown_extensions:
- attr_list
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/sourcefuse/loopback4-microservice-catalog
copyright: |
© 2023 <a href="https://github.com/sourcefuse/arc-docs" target="_blank" rel="noopener">ARC</a>
# "nav:" configuration is moved to `.pages.yml` file in respective directories to utlize dynamic listing.
# See: https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin