|
| 1 | +# Site settings |
| 2 | +site_name: Development |
| 3 | +site_url: https://nodesautomations.com/Development/ |
| 4 | +use_directory_urls: false |
| 5 | +# Navigation Tree |
| 6 | +nav: |
| 7 | + - Home: |
| 8 | + - index.md |
| 9 | + |
| 10 | +# Theme |
| 11 | +theme: |
| 12 | + name: material |
| 13 | + logo: assets/favicon.png |
| 14 | + favicon: assets/favicon.png |
| 15 | + # Palette toggle for dark mode |
| 16 | + palette: |
| 17 | + # Palette toggle for dark mode |
| 18 | + - scheme: slate |
| 19 | + primary: black |
| 20 | + accent: indigo |
| 21 | + toggle: |
| 22 | + icon: material/brightness-4 |
| 23 | + name: Switch to light mode |
| 24 | + - scheme: default |
| 25 | + primary: black |
| 26 | + accent: indigo |
| 27 | + toggle: |
| 28 | + icon: material/brightness-7 |
| 29 | + name: Switch to dark mode |
| 30 | + features: |
| 31 | + - content.action.edit # Allows "Edit on GitHub" links |
| 32 | + - content.action.view # Allows "View on GitHub" links |
| 33 | + - content.code.copy # Allows code blocks to have a copy button |
| 34 | + - navigation.path # Enables path navigation top of docs for smaller screens |
| 35 | + - navigation.tabs # Enables tabbed navigation |
| 36 | + - navigation.indexes # Enables attachment of sub section index |
| 37 | + icon: |
| 38 | + repo: fontawesome/brands/git-alt |
| 39 | + edit: material/pencil |
| 40 | + view: material/eye |
| 41 | + |
| 42 | +# Extensions |
| 43 | +markdown_extensions: |
| 44 | + - admonition # for Callout boxes |
| 45 | + - pymdownx.highlight: |
| 46 | + anchor_linenums: true |
| 47 | + line_spans: __span |
| 48 | + pygments_lang_class: true |
| 49 | + - pymdownx.inlinehilite |
| 50 | + - pymdownx.snippets |
| 51 | + - pymdownx.superfences: |
| 52 | + custom_fences: |
| 53 | + - name: mermaid |
| 54 | + class: mermaid |
| 55 | + format: !!python/name:pymdownx.superfences.fence_code_format |
| 56 | + - pymdownx.arithmatex: # for rendering math equations |
| 57 | + generic: true |
| 58 | + - def_list # List extensions |
| 59 | + - pymdownx.tasklist: # List extensions |
| 60 | + custom_checkbox: true |
| 61 | + |
| 62 | +# Copyright |
| 63 | +copyright: Copyright © 2025 Nodes Automations |
| 64 | + |
| 65 | +# Footer social links |
| 66 | +extra: |
| 67 | + generator: false # remove "Generated with MkDocs" footer |
| 68 | + social: |
| 69 | + - icon: fontawesome/solid/globe |
| 70 | + link: www.nodesautomations.com |
| 71 | + - icon: fontawesome/brands/youtube |
| 72 | + link: https://www.youtube.com/NodesAutomations |
| 73 | + - icon: fontawesome/brands/linkedin |
| 74 | + link: https://www.linkedin.com/in/vivekpatel-nodesautomations/ |
| 75 | + - icon: fontawesome/brands/github |
| 76 | + link: https://github.com/orgs/NodesAutomations |
| 77 | + |
| 78 | + |
0 commit comments