-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
178 lines (174 loc) · 5.17 KB
/
mkdocs.yml
File metadata and controls
178 lines (174 loc) · 5.17 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Use Case Tree Method
site_description: Use Case Tree Method, a method to develop an Enterprise Knowledge Graph (EKG)
repo_name: "EKGF/ekg-method"
repo_url: https://github.com/EKGF/ekg-method
site_url: https://method.ekgf.org
edit_uri: edit/main/docs/
site_dir: site
site_author: Object Management Group (OMG) Enterprise Knowledge Graph Forum
copyright: >-
Copyright © 2026 EDMCouncil Inc., d/b/a Enterprise Data Management Association ("EDMA")
Copyright © 2026 agnos.ai UK Ltd
# Navigation
# nav: omitted, because we're using the awesome-pages plugin (https://squidfunk.github.io/mkdocs-material/plugins/awesome-pages/)
theme:
name: material
language: en
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
# icon: material/toggle-switch-off-outline
# icon: material/lightbulb-outline
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
# icon: material/toggle-switch
# icon: material/lightbulb
icon: material/weather-sunny
name: Switch to light mode
features:
- search.highlight
- navigation.top
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
# - navigation.sections
# - navigation.expand
- navigation.indexes
- toc.follow
- toc.integrate
- content.code.annotate
extra:
homepage: https://ekgf.org/quadrants
generator: false
google_site_verification: "Q_9d2He8XxoBrVAXrAXsEm2R_UrGZ6KcOCXkeNRQ058"
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/EKG_Foundation
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/EKGF
- icon: fontawesome/brands/github
link: https://github.com/EKGF/ekg-method
analytics:
provider: google
property: G-9LCW4TSSRP
extra_javascript:
- javascripts/mermaid.js
- javascripts/darkable-objects.js
- javascripts/objective-badges.js
hooks:
- docs/main.py
plugins:
- material-ekgf:
social_cards: true
- include-markdown
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
locale: en
type: timeago
timezone: America/New_York
exclude:
- pillar/*
- search:
lang:
- en
- exclude-search:
exclude:
- "fragment/*"
- build_plantuml:
render: "server" # or "local" for local rendering
bin_path: "/usr/local/bin/plantuml" # ignored when render: server
server: "http://www.plantuml.com/plantuml" # official plantuml server
output_format: "svg" # or "png"
diagram_root: "docs/diagrams" # should reside under docs_dir
output_folder: "out"
input_folder: "src"
input_extensions: "" # comma separated list of extensions to parse, by default every file is parsed
theme_enabled: true
theme_folder: "include/themes"
theme_light: "light.puml"
theme_dark: "dark.puml"
- awesome-pages:
filename: .pages.yaml
collapse_single_pages: false
strict: true
- exclude:
glob:
- "*.tmp"
- "*.sparql"
- "*.gz"
- "diagrams/src/*"
- "fragment/*"
regex:
- '.*\.(tmp|bin|tar)$'
- '_.*\.md$'
- kroki:
server_url: https://kroki.io/
markdown_extensions:
- footnotes
- attr_list
- md_in_html
- toc:
permalink: true
- meta
# - mdx_spanner
- def_list
- abbr
- admonition
- mdx_emdash
- tables
- mkdocs_graphviz
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
- pymdownx.snippets:
base_path:
- .
- docs
check_paths: true
auto_append:
- abbreviations.md
- pymdownx.details
- pymdownx.magiclink
- pymdownx.critic
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
options:
custom_icons:
- docs-overrides/.icons
# Mermaid diagram support - using Material for MkDocs native integration
# NOTE: Do NOT use mkdocs-mermaid2-plugin - it conflicts with Material's native support
# Material for MkDocs has built-in Mermaid.js support that works better with instant loading
# Custom colors are configured using:
# 1. Theme palette set to 'custom' (primary/accent colors)
# 2. CSS variables in docs/stylesheets/extra.css
# 3. Inline %%{init}%% directives in individual diagrams (docs/fragment/uctm-diagram-*.md)
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true