-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs_custom.yml
61 lines (54 loc) · 1.69 KB
/
mkdocs_custom.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
site_name: Neops Docs
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'
# --8<-- [start:theme]
theme:
# Dark and light mode, defaults to system theme
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: deep orange
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
# --8<-- [end:theme]
# --8<-- [start:repo]
repo_url: https://github.com/zebbra/neops
edit_uri: edit/main/docs
# --8<-- [end:repo]
# --8<-- [start:social]
extra:
social:
- icon: fontawesome/solid/house
link: https://neops.io
name: Neops
# --8<-- [end:social]
# --8<-- [start:copyright]
copyright: Copyright © Zebbra AG
# --8<-- [end:copyright]
# Overwrite plugins, removes last modified date (git-revision-date-localized)
plugins:
- search
- git-authors
- include_dir_to_nav
- monorepo