-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
81 lines (78 loc) · 2.2 KB
/
Copy pathmkdocs.yml
File metadata and controls
81 lines (78 loc) · 2.2 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
site_name: Federator Documentation
site_description: Federator is a middleware solution for connecting different traffic management systems and sharing real-time traffic data and control capabilities between them in a standardized way
site_author: NDTP
site_url: https://docs.ndtp.co.uk/
#repo_url: https://github.com/National-Digital-Twin/federator
edit_uri: edit/main/docs/
nav: []
theme:
features:
- content.code.annotate
- content.code.copy
- content.code.select
- content.tooltips
- navigation.indexes
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- search.share
- navigation.instant
- navigation.instant.prefetch
- navigation.instant
- navigation.instant.progress
- navigation.path
- toc.follow
icon:
repo: fontawesome/brands/github
language: en
name: material
logo: assets/light-page_header_logo.png
favicon: assets/android-chrome-512x512-1-150x150.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_css:
- stylesheets/extra.css
extra:
version:
provider: mike
generator: false
plugins:
- include-markdown:
rewrite_relative_urls: true
- search
- git-revision-date-localized:
enabled: true
copyright: |
©Crown Copyright 2025. This work has been developed by the National Digital Twin Programme and is legally attributed to the Department for Business and Trade (UK) as the governing entity.