Skip to content

Commit

Permalink
Typos corrected that may impact deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hqdmTop committed Oct 9, 2023
1 parent 47f7bfa commit bcc4eab
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
HqdmPatterns1.code-workspace
HqdmPatterns.code-workspace
8 changes: 8 additions & 0 deletions HqdmPatterns.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HqdmPatterns1
# HqdmPatterns
## Documentation on implementation patterns for HQDM

A markdown-based documentation pack on implementation patterns for the use of the Topl Level Ontology (TLO)-based integration data model created by Dr Matthew West called ["HQDM"](https://www.oreilly.com/library/view/developing-high-quality/9780123751065/), using ```mkdocs material``` and related plugins. The documentation is experimantal and will be updated when capacity allows.
Expand Down
50 changes: 25 additions & 25 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ copyright: Copyright © 2023 Critical Insight Security Ltd
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ClimbingAl/HqdmPatterns1
link: https://github.com/ClimbingAl/HqdmPatterns

extra_css:
- stylesheets/extra.css
Expand Down Expand Up @@ -71,41 +71,41 @@ markdown_extensions:

nav:
- 'index.md'
- 'Introducing HQDM':
- introducing_hqdm\basic _intro_to_hqdm.md
- introducing_hqdm\top_level_type.md
- 'Introducing_HQDM':
- introducing_hqdm/basic_intro_to_hqdm.md
- introducing_hqdm/top_level_type.md
- 'Fundamental Relations':
- fundamental_elements\relations.md
- fundamental_elements\parts.md
- fundamental_elements\sets.md
- fundamental_elements\order.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
- association/association.md
- association/associationEagleCrew.md
- 'Activity' :
- activity\activity.md
- activity\activityEagle.md
- 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
- 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.md
- system/system_component.md
- 'Properties and Qualities':
- properties\properties.md
- properties/properties.md
- 'Levels of Reality':
- levels_of_reality\multiple_inheritance.md
- levels_of_reality\types_of_states.md
- levels_of_reality/multiple_inheritance.md
- levels_of_reality/types_of_states.md
- 'Implementation Guidance':
- implementation_guidance\managing_immutable_data.md
- implementation_guidance\model_mapping_pro,cess.md
- implementation_guidance/managing_immutable_data.md
- implementation_guidance/model_mapping_process.md

0 comments on commit bcc4eab

Please sign in to comment.