-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (72 loc) · 2.21 KB
/
mkdocs.yml
File metadata and controls
80 lines (72 loc) · 2.21 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Site settings
site_name: Python
site_url: https://nodesautomations.com/Python/
# Repository Details for "Edit on GitHub" links
repo_name: Python
repo_url: https://github.com/NodesAutomations/Python
edit_uri: edit/main/docs/
# Theme
theme:
name: material
logo: assets/favicon.png
favicon: assets/favicon.png
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.action.edit # Allows "Edit on GitHub" links
- content.action.view # Allows "View on GitHub" links
- content.code.copy # Allows code blocks to have a copy button
- navigation.path # Enables path navigation top of docs for smaller screens
- navigation.tabs # Enables tabbed navigation
- navigation.indexes # Enables attachment of sub section index
icon:
repo: fontawesome/brands/git-alt
edit: material/pencil
view: material/eye
plugins:
- search
- awesome-nav
# Extensions
markdown_extensions:
- admonition # for Callout boxes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.arithmatex: # for rendering math equations
generic: true
- def_list # List extensions
- pymdownx.tasklist: # List extensions
custom_checkbox: true
# Copyright
copyright: Copyright © 2025 Nodes Automations
# Footer social links
extra:
generator: false # remove "Generated with MkDocs" footer
social:
- icon: fontawesome/solid/globe
link: https://nodesautomations.com
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/NodesAutomations
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/vivekpatel-nodesautomations/
- icon: fontawesome/brands/github
link: https://github.com/orgs/NodesAutomations