Skip to content

Commit bca4ba7

Browse files
committed
Merge branch 'feature/docsy-module' into next_version
2 parents 381a881 + 77796f3 commit bca4ba7

File tree

16 files changed

+19
-948
lines changed

16 files changed

+19
-948
lines changed

documentation/book/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules/
22
resources/
33
public/
4-
.hugo_build.lock
4+
.hugo_build.lock
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
---
2-
title: "{{ replace .Name "-" " " | title }}"
3-
date: {{ .Date }}
4-
draft: true
5-
---
6-
1+
+++
2+
date = '{{ .Date }}'
3+
draft = true
4+
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
5+
+++

documentation/book/content/en/theory/business-relationships/entity-entity.md

100755100644
File mode changed.

documentation/book/content/en/theory/business-relationships/entity-place.md

100755100644
File mode changed.

documentation/book/content/en/theory/business-relationships/person-roles.md

100755100644
File mode changed.

documentation/book/content/en/theory/technology/information-architecture/business-relationships.md

100755100644
File mode changed.

documentation/book/content/en/theory/technology/information-architecture/early_brm_info_arch.svg

100755100644
File mode changed.

documentation/book/content/en/theory/technology/information-architecture/final_brm_info_arch.svg

100755100644
File mode changed.

documentation/book/content/en/theory/technology/information-architecture/later_brm_info_arch.svg

100755100644
File mode changed.

documentation/book/content/en/theory/technology/information-architecture/later_implicit_brm_info_arch.svg

100755100644
File mode changed.

0 commit comments

Comments
 (0)