-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
99 lines (99 loc) · 2.66 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#
# -------------------------------------------
#
# THIS FILE IS AUTOGENERATED, DO NOT EDIT!
# Instead, perform your changes or extensions (to mkdocs_base.yml) in mkdocs_custom.yml
# These files will be merged together into mkdocs.yml (this file)
#
# -------------------------------------------
#
copyright: Copyright © Zebbra AG
edit_uri: edit/main/docs
extra:
social:
- icon: fontawesome/solid/house
link: https://neops.io
name: Neops
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
name: mermaid
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path:
- !relative
check_paths: true
restrict_base_path: false
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- attr_list
- md_in_html
nav:
- Legacy Documentation: legacy
- Neops 2.0: index.md
- Components and Services:
- Task Engine: '!include ./submodules/neops-task-engine/mkdocs_custom.yml'
- Task Runner: '!include ./submodules/neops-task-runner-py/mkdocs_custom.yml'
- Secure Gateway: '!include ./submodules/neops-gql-gtw/mkdocs_custom.yml'
- GraphQL Infrastructure: '!include ./submodules/neops-graphql/mkdocs_custom.yml'
- WebSDK: '!include ./submodules/neops-web-sdk/mkdocs_custom.yml'
- WebClient: '!include ./submodules/neops-web-client/mkdocs_custom.yml'
plugins:
- search
- include_dir_to_nav
- search
- git-authors
- include_dir_to_nav
- monorepo
repo_url: https://github.com/zebbra/neops
site_name: Neops Docs
theme:
custom_dir: docs/override
favicon: assets/favicon.png
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- header.autohide
- announce.dismiss
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- navigation.instant
- search.share
- search.suggest
- search.highlight
- content.action.edit
logo: assets/logo.svg
name: material
palette:
- media: (prefers-color-scheme)
toggle:
icon: material/link
name: Switch to light mode
- accent: indigo
media: '(prefers-color-scheme: light)'
primary: blue grey
scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- accent: deep orange
media: '(prefers-color-scheme: dark)'
primary: black
scheme: slate
toggle:
icon: material/toggle-switch-off
name: Switch to system preference