-
Notifications
You must be signed in to change notification settings - Fork 35
/
mkdocs.yml
56 lines (48 loc) · 1.19 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
50
51
52
53
54
55
56
site_name: Scabbard
site_description: "A tool to visualize Dagger 2 dependency graph"
site_author: "Arunkumar"
site_url: "https://github.com/arunkumar9t2/scabbard"
remote_branch: gh-pages
repo_name: "arunkumar9t2/scabbard"
repo_url: "https://github.com/arunkumar9t2/scabbard"
copyright: "Copyright © 2020 Arunkumar"
theme:
name: "material"
logo: "images/scabbard-icon.png"
favicon: "images/scabbard-icon.png"
palette:
primary: "orange"
accent: "teal"
font:
text: "Roboto"
code: "Roboto Mono"
extra:
social:
- icon: fontawesome/brands/github-alt
link: "https://github.com/arunkumar9t2/scabbard"
- icon: fontawesome/brands/twitter
link: "https://twitter.com/arunkumar_9t2"
nav:
- Overview: index.md
- Features: features.md
- Configuration: configuration.md
- FAQ: faq.md
- Examples: examples.md
- Cheat Sheet: cheat-sheet.md
- Contributing: contributing.md
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.magiclink
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.highlight
- codehilite:
guess_lang: false
- toc:
permalink: true
# Customization
extra_css:
- "css/site.css"