-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (54 loc) · 1.41 KB
/
Copy pathmkdocs.yml
File metadata and controls
62 lines (54 loc) · 1.41 KB
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
57
58
59
60
61
62
site_name: kedro-inspect
site_description: kedro-inspect, inspect your Kedro project to spot the unused configs.
site_url: https://noklam.github.io/kedro-inspect/
theme:
name: material
# custom_dir: docs/overrides
palette:
primary: black
accent: teal
# icon:
# repo: fontawesome/brands/github-alt
logo: img/favicon.png
favicon: img/favicon.png
repo_name: noklam/kedro-inspect
repo_url: https://github.com/noklam/kedro-inspect
edit_uri: ""
nav:
- Introduction: index.md
markdown_extensions:
- toc:
permalink: true
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- codehilite
- extra
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ''
- pymdownx.tabbed:
alternate_style: true
- mdx_include:
base_path: docs
# Enable while writing docs to simplify highlighting
- pymdownx.highlight:
linenums: true
extra:
# analytics:
# provider: google
# property: _
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/noklam/kedro-inspect
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/noklamchan
# extra_css:
# - css/termynal.css
# - css/custom.css
# extra_javascript:
# - https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js
# - js/termynal.js
# - js/custom.js