From 51729f6c8403c292d766187f073024462281dcbe Mon Sep 17 00:00:00 2001 From: Stephan Lo Date: Mon, 31 Mar 2025 21:45:10 +0200 Subject: [PATCH] chore(arch): projectmgmt likec4 model separated from arch models by projects ref: https://likec4.dev/dsl/projects/#_top --- .../conceptual-onboarding/7_conclusio/likec4.config.json | 3 +++ likec4/likec4.config.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 docs/technical-documentation/project/conceptual-onboarding/7_conclusio/likec4.config.json create mode 100644 likec4/likec4.config.json diff --git a/docs/technical-documentation/project/conceptual-onboarding/7_conclusio/likec4.config.json b/docs/technical-documentation/project/conceptual-onboarding/7_conclusio/likec4.config.json new file mode 100644 index 0000000..85c668e --- /dev/null +++ b/docs/technical-documentation/project/conceptual-onboarding/7_conclusio/likec4.config.json @@ -0,0 +1,3 @@ +{ + "name": "project-management" +} \ No newline at end of file diff --git a/likec4/likec4.config.json b/likec4/likec4.config.json new file mode 100644 index 0000000..bf92db2 --- /dev/null +++ b/likec4/likec4.config.json @@ -0,0 +1,3 @@ +{ + "name": "architecture" +} \ No newline at end of file