-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
123 lines (116 loc) · 3.39 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
site_name: HQDM Implementation Patterns
copyright: Copyright © 2023 Critical Insight Security Ltd
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ClimbingAl/HqdmPatterns
extra_css:
- stylesheets/extra.css
plugins:
- glightbox
- search
- table-reader
theme:
name: material
palette:
- scheme: default
primary: deep purple
accent: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- content.footnote.tooltips
icon:
annotation: material/plus-circle
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
markdown_extensions:
- abbr
- attr_list
- def_list
- md_in_html
- admonition
- footnotes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ["docs/extras/example-files"]
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
nav:
- 'index.md'
- 'scenario.md'
- 'Introducing HQDM':
- introducing_hqdm/basic_intro_to_hqdm.md
- introducing_hqdm/top_level_type.md
- introducing_hqdm/diagrams_used.md
- 'Fundamental Relations':
- fundamental_elements/types.md
- fundamental_elements/relations.md
- fundamental_elements/parts.md
- fundamental_elements/sets.md
- fundamental_elements/order.md
- 'Individual':
- individual/individual.md
- individual/individual_LM5.md
- individual/individual_queries.md
- 'Activity and Association':
- 'Association' :
- association/association.md
- association/associationEagleCrew.md
- 'Activity' :
- activity/activity.md
- activity/activityEagle.md
- 'Sign and Pattern':
- signs_and_patterns/what_are_signs.md
- signs_and_patterns/sign.md
- signs_and_patterns/sign_options_by_diagram.md
- signs_and_patterns/patterns.md
- signs_and_patterns/sign_and_pattern.md
- signs_and_patterns/sign_and_pattern_apollo_example.md
- 'System and System Component':
- system/system.md
- system/system_component.md
- system/system_LM5.md
- system/system_spatio-temporal-extents.md
- 'Properties and Qualities':
- properties/properties.md
- 'Levels of Reality':
- levels_of_reality/multiple_inheritance.md
- levels_of_reality/types_of_states.md
- levels_of_reality/actual_and_possible_individuals.md
- 'Requirements':
- requirements/requirements.md
- 'Implementation Guidance':
- implementation_guidance/managing_immutable_data.md
- implementation_guidance/model_mapping_process.md
- implementation_guidance/lifecycle_activity_models_to_support_information_requirements.md