diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b512c09
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+node_modules
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
index dabfedd..2e858b6 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,22 @@
{
- "peacock.color": "#832561"
+ "peacock.color": "#832561",
+ "workbench.colorCustomizations": {
+ "activityBar.activeBackground": "#ab307e",
+ "activityBar.background": "#ab307e",
+ "activityBar.foreground": "#e7e7e7",
+ "activityBar.inactiveForeground": "#e7e7e799",
+ "activityBarBadge.background": "#25320e",
+ "activityBarBadge.foreground": "#e7e7e7",
+ "commandCenter.border": "#e7e7e799",
+ "sash.hoverBorder": "#ab307e",
+ "statusBar.background": "#832561",
+ "statusBar.foreground": "#e7e7e7",
+ "statusBarItem.hoverBackground": "#ab307e",
+ "statusBarItem.remoteBackground": "#832561",
+ "statusBarItem.remoteForeground": "#e7e7e7",
+ "titleBar.activeBackground": "#832561",
+ "titleBar.activeForeground": "#e7e7e7",
+ "titleBar.inactiveBackground": "#83256199",
+ "titleBar.inactiveForeground": "#e7e7e799"
+ }
}
\ No newline at end of file
diff --git a/docs/technical-documentation/solution/design/architecture/architecture-IMG_20250121_163020.jpg b/docs/technical-documentation/architecture/architecture-IMG_20250121_163020.jpg
similarity index 100%
rename from docs/technical-documentation/solution/design/architecture/architecture-IMG_20250121_163020.jpg
rename to docs/technical-documentation/architecture/architecture-IMG_20250121_163020.jpg
diff --git a/docs/technical-documentation/decisions/0001-pipeline-tools.md b/docs/technical-documentation/architecture/decisions/0001-pipeline-tools.md
similarity index 100%
rename from docs/technical-documentation/decisions/0001-pipeline-tools.md
rename to docs/technical-documentation/architecture/decisions/0001-pipeline-tools.md
diff --git a/docs/technical-documentation/decisions/README.md b/docs/technical-documentation/architecture/decisions/README.md
similarity index 100%
rename from docs/technical-documentation/decisions/README.md
rename to docs/technical-documentation/architecture/decisions/README.md
diff --git a/docs/technical-documentation/decisions/_adr-template.md b/docs/technical-documentation/architecture/decisions/_adr-template.md
similarity index 100%
rename from docs/technical-documentation/decisions/_adr-template.md
rename to docs/technical-documentation/architecture/decisions/_adr-template.md
diff --git a/docs/technical-documentation/solution/design/_index.md b/docs/technical-documentation/architecture/design/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/design/_index.md
rename to docs/technical-documentation/architecture/design/_index.md
diff --git a/docs/technical-documentation/solution/design/decision-iam-and-edf-self-containment.md b/docs/technical-documentation/architecture/design/decision-iam-and-edf-self-containment.md
similarity index 100%
rename from docs/technical-documentation/solution/design/decision-iam-and-edf-self-containment.md
rename to docs/technical-documentation/architecture/design/decision-iam-and-edf-self-containment.md
diff --git a/docs/technical-documentation/solution/design/proposal-local-deployment.md b/docs/technical-documentation/architecture/design/proposal-local-deployment.md
similarity index 100%
rename from docs/technical-documentation/solution/design/proposal-local-deployment.md
rename to docs/technical-documentation/architecture/design/proposal-local-deployment.md
diff --git a/docs/technical-documentation/solution/design/proposal-stack-hydration.md b/docs/technical-documentation/architecture/design/proposal-stack-hydration.md
similarity index 100%
rename from docs/technical-documentation/solution/design/proposal-stack-hydration.md
rename to docs/technical-documentation/architecture/design/proposal-stack-hydration.md
diff --git a/docs/technical-documentation/solution/design/architecture/highlevelarch.md b/docs/technical-documentation/architecture/highlevelarch.md
similarity index 100%
rename from docs/technical-documentation/solution/design/architecture/highlevelarch.md
rename to docs/technical-documentation/architecture/highlevelarch.md
diff --git a/docs/technical-documentation/concepts/.pages b/docs/technical-documentation/concepts/.pages
new file mode 100644
index 0000000..73f6151
--- /dev/null
+++ b/docs/technical-documentation/concepts/.pages
@@ -0,0 +1,5 @@
+title: Concepts
+arrange:
+ - general
+ - customer-developer
+ - edp-developer
\ No newline at end of file
diff --git a/docs/technical-documentation/project/intro-stakeholder-workshop/DevOps-Lifecycle-1.jpg b/docs/technical-documentation/concepts/customer-developer/DevOps-Lifecycle-1.jpg
similarity index 100%
rename from docs/technical-documentation/project/intro-stakeholder-workshop/DevOps-Lifecycle-1.jpg
rename to docs/technical-documentation/concepts/customer-developer/DevOps-Lifecycle-1.jpg
diff --git a/docs/technical-documentation/project/intro-stakeholder-workshop/DevOps-Lifecycle.jpg b/docs/technical-documentation/concepts/customer-developer/DevOps-Lifecycle.jpg
similarity index 100%
rename from docs/technical-documentation/project/intro-stakeholder-workshop/DevOps-Lifecycle.jpg
rename to docs/technical-documentation/concepts/customer-developer/DevOps-Lifecycle.jpg
diff --git a/docs/technical-documentation/project/intro-stakeholder-workshop/_index.md b/docs/technical-documentation/concepts/customer-developer/_index.md
similarity index 100%
rename from docs/technical-documentation/project/intro-stakeholder-workshop/_index.md
rename to docs/technical-documentation/concepts/customer-developer/_index.md
diff --git a/docs/technical-documentation/project/intro-stakeholder-workshop/devops.png b/docs/technical-documentation/concepts/customer-developer/devops.png
similarity index 100%
rename from docs/technical-documentation/project/intro-stakeholder-workshop/devops.png
rename to docs/technical-documentation/concepts/customer-developer/devops.png
diff --git a/docs/technical-documentation/project/intro-stakeholder-workshop/image.png b/docs/technical-documentation/concepts/customer-developer/image.png
similarity index 100%
rename from docs/technical-documentation/project/intro-stakeholder-workshop/image.png
rename to docs/technical-documentation/concepts/customer-developer/image.png
diff --git a/docs/technical-documentation/concepts/edp-developer/.pages b/docs/technical-documentation/concepts/edp-developer/.pages
new file mode 100644
index 0000000..caa7887
--- /dev/null
+++ b/docs/technical-documentation/concepts/edp-developer/.pages
@@ -0,0 +1,7 @@
+title: edgeDeveloper Framework
+arrange:
+ - storyline.md
+ - introduction.md
+ - edge-developer-framework.md
+ - platforming.md
+ - orchestrators.md
diff --git a/docs/technical-documentation/project/conceptual-onboarding/3_platforming/humanitec-history.png b/docs/technical-documentation/concepts/edp-developer/3_platforming/humanitec-history.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/3_platforming/humanitec-history.png
rename to docs/technical-documentation/concepts/edp-developer/3_platforming/humanitec-history.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/3_platforming/platform-self-services.webp b/docs/technical-documentation/concepts/edp-developer/3_platforming/platform-self-services.webp
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/3_platforming/platform-self-services.webp
rename to docs/technical-documentation/concepts/edp-developer/3_platforming/platform-self-services.webp
diff --git a/docs/technical-documentation/concepts/3_use-cases/platforms-def.drawio.png b/docs/technical-documentation/concepts/edp-developer/3_platforming/platforms-def.drawio.png
similarity index 100%
rename from docs/technical-documentation/concepts/3_use-cases/platforms-def.drawio.png
rename to docs/technical-documentation/concepts/edp-developer/3_platforming/platforms-def.drawio.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/3_platforming/teams.png b/docs/technical-documentation/concepts/edp-developer/3_platforming/teams.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/3_platforming/teams.png
rename to docs/technical-documentation/concepts/edp-developer/3_platforming/teams.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/4_orchestrators/platform-architectures.webp b/docs/technical-documentation/concepts/edp-developer/4_orchestrators/platform-architectures.webp
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/4_orchestrators/platform-architectures.webp
rename to docs/technical-documentation/concepts/edp-developer/4_orchestrators/platform-architectures.webp
diff --git a/docs/technical-documentation/project/conceptual-onboarding/4_orchestrators/platform-tooling-humanitec-platform-report-2024.PNG b/docs/technical-documentation/concepts/edp-developer/4_orchestrators/platform-tooling-humanitec-platform-report-2024.PNG
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/4_orchestrators/platform-tooling-humanitec-platform-report-2024.PNG
rename to docs/technical-documentation/concepts/edp-developer/4_orchestrators/platform-tooling-humanitec-platform-report-2024.PNG
diff --git a/docs/technical-documentation/project/conceptual-onboarding/4_orchestrators/vendor-neutral-idp-final.gif b/docs/technical-documentation/concepts/edp-developer/4_orchestrators/vendor-neutral-idp-final.gif
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/4_orchestrators/vendor-neutral-idp-final.gif
rename to docs/technical-documentation/concepts/edp-developer/4_orchestrators/vendor-neutral-idp-final.gif
diff --git a/docs/technical-documentation/project/conceptual-onboarding/5_cnoe/_index.md b/docs/technical-documentation/concepts/edp-developer/5_cnoe/_index.md
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/5_cnoe/_index.md
rename to docs/technical-documentation/concepts/edp-developer/5_cnoe/_index.md
diff --git a/docs/technical-documentation/project/conceptual-onboarding/5_cnoe/cnoe-architecture.png b/docs/technical-documentation/concepts/edp-developer/5_cnoe/cnoe-architecture.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/5_cnoe/cnoe-architecture.png
rename to docs/technical-documentation/concepts/edp-developer/5_cnoe/cnoe-architecture.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/5_cnoe/cnoe-capabilities.png b/docs/technical-documentation/concepts/edp-developer/5_cnoe/cnoe-capabilities.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/5_cnoe/cnoe-capabilities.png
rename to docs/technical-documentation/concepts/edp-developer/5_cnoe/cnoe-capabilities.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/5_cnoe/cnoe-stacks.png b/docs/technical-documentation/concepts/edp-developer/5_cnoe/cnoe-stacks.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/5_cnoe/cnoe-stacks.png
rename to docs/technical-documentation/concepts/edp-developer/5_cnoe/cnoe-stacks.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/_index.md b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/_index.md
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/_index.md
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/_index.md
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-1.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-1.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-1.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-1.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-10.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-10.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-10.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-10.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-11.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-11.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-11.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-11.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-12.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-12.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-12.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-12.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-13.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-13.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-13.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-13.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-14.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-14.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-14.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-14.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-15.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-15.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-15.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-15.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-16.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-16.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-16.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-16.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-2.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-2.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-2.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-2.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-3.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-3.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-3.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-3.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-4.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-4.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-4.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-4.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-5.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-5.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-5.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-5.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-6.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-6.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-6.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-6.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-7.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-7.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-7.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-7.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-8.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-8.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-8.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-8.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-9.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-9.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image-9.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image-9.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image.png b/docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/6_cnoe-showtime/image.png
rename to docs/technical-documentation/concepts/edp-developer/6_cnoe-showtime/image.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/7_conclusio/README.md b/docs/technical-documentation/concepts/edp-developer/7_conclusio/README.md
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/7_conclusio/README.md
rename to docs/technical-documentation/concepts/edp-developer/7_conclusio/README.md
diff --git a/docs/technical-documentation/project/conceptual-onboarding/7_conclusio/_index.md b/docs/technical-documentation/concepts/edp-developer/7_conclusio/_index.md
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/7_conclusio/_index.md
rename to docs/technical-documentation/concepts/edp-developer/7_conclusio/_index.md
diff --git a/docs/technical-documentation/project/conceptual-onboarding/7_conclusio/domain-architecture.c4 b/docs/technical-documentation/concepts/edp-developer/7_conclusio/domain-architecture.c4
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/7_conclusio/domain-architecture.c4
rename to docs/technical-documentation/concepts/edp-developer/7_conclusio/domain-architecture.c4
diff --git a/docs/technical-documentation/project/conceptual-onboarding/7_conclusio/images/layers-and-framework-engineer.png b/docs/technical-documentation/concepts/edp-developer/7_conclusio/images/layers-and-framework-engineer.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/7_conclusio/images/layers-and-framework-engineer.png
rename to docs/technical-documentation/concepts/edp-developer/7_conclusio/images/layers-and-framework-engineer.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/7_conclusio/images/layers-and-platform-engineer.png b/docs/technical-documentation/concepts/edp-developer/7_conclusio/images/layers-and-platform-engineer.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/7_conclusio/images/layers-and-platform-engineer.png
rename to docs/technical-documentation/concepts/edp-developer/7_conclusio/images/layers-and-platform-engineer.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/7_conclusio/images/layers.png b/docs/technical-documentation/concepts/edp-developer/7_conclusio/images/layers.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/7_conclusio/images/layers.png
rename to docs/technical-documentation/concepts/edp-developer/7_conclusio/images/layers.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/7_conclusio/images/modern.png b/docs/technical-documentation/concepts/edp-developer/7_conclusio/images/modern.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/7_conclusio/images/modern.png
rename to docs/technical-documentation/concepts/edp-developer/7_conclusio/images/modern.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/2_edge-developer-framework/_index.md b/docs/technical-documentation/concepts/edp-developer/edge-developer-framework.md
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/2_edge-developer-framework/_index.md
rename to docs/technical-documentation/concepts/edp-developer/edge-developer-framework.md
diff --git a/docs/technical-documentation/project/conceptual-onboarding/1_intro/_index.md b/docs/technical-documentation/concepts/edp-developer/introduction.md
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/1_intro/_index.md
rename to docs/technical-documentation/concepts/edp-developer/introduction.md
diff --git a/docs/technical-documentation/project/conceptual-onboarding/4_orchestrators/_index.md b/docs/technical-documentation/concepts/edp-developer/orchestrators.md
similarity index 94%
rename from docs/technical-documentation/project/conceptual-onboarding/4_orchestrators/_index.md
rename to docs/technical-documentation/concepts/edp-developer/orchestrators.md
index c51b864..d91a842 100644
--- a/docs/technical-documentation/project/conceptual-onboarding/4_orchestrators/_index.md
+++ b/docs/technical-documentation/concepts/edp-developer/orchestrators.md
@@ -21,7 +21,7 @@ This is something extremely new since late 2023 - the rise of the automation of
It was Humanitec creating a definition of platform architecture, as they needed to defien what they are building with their 'orchestrator':
-
+
## Declarative Platform Orchestration
diff --git a/docs/technical-documentation/project/conceptual-onboarding/3_platforming/_index.md b/docs/technical-documentation/concepts/edp-developer/platforming.md
similarity index 92%
rename from docs/technical-documentation/project/conceptual-onboarding/3_platforming/_index.md
rename to docs/technical-documentation/concepts/edp-developer/platforming.md
index a94c203..1332e10 100644
--- a/docs/technical-documentation/project/conceptual-onboarding/3_platforming/_index.md
+++ b/docs/technical-documentation/concepts/edp-developer/platforming.md
@@ -18,7 +18,7 @@ Let's start with a look into the history of platform engineering. A good startin
They create lots of [beautiful articles and insights](https://humanitec.com/blog), their own [platform products](https://humanitec.com/products/) and [basic concepts for the platform architecture](https://humanitec.com/platform-engineering) (we'll meet this later on!).
-
+
### Further nice reference to the raise of platforms
@@ -41,7 +41,7 @@ When looking at these 'capabilities', we have CNCF itself:
There is a CNCF working group which provides the definition of [Capabilities of platforms](https://tag-app-delivery.cncf.io/whitepapers/platforms/#capabilities-of-platforms) and shows a first idea of the layered architecture of platforms as **service layer for developers** ("product and application teams"):
-
+
> Important: As Platform engineer also notice the [platform-eng-maturity-model](https://tag-app-delivery.cncf.io/whitepapers/platform-eng-maturity-model/)
@@ -50,7 +50,7 @@ There is a CNCF working group which provides the definition of [Capabilities of
Or, in another illustration for the platform as a developer service interface, which also defines the **'Platform Engineering Team'** inbetween:
-
+
## How to set up Platforms
@@ -77,7 +77,7 @@ Build or buy - this is also in pltaform engineering a tweaked discussion, which
{{% pageinfo color="info" %}}
### What comes next?
-[Next](../orchestrators/) we'll see how these concepts got structured!
+[Next](./orchestrators.md) we'll see how these concepts got structured!
{{% /pageinfo %}}
## Addendum
diff --git a/docs/technical-documentation/project/conceptual-onboarding/storyline.md b/docs/technical-documentation/concepts/edp-developer/storyline.md
similarity index 82%
rename from docs/technical-documentation/project/conceptual-onboarding/storyline.md
rename to docs/technical-documentation/concepts/edp-developer/storyline.md
index 11d2997..283c2be 100644
--- a/docs/technical-documentation/project/conceptual-onboarding/storyline.md
+++ b/docs/technical-documentation/concepts/edp-developer/storyline.md
@@ -1,3 +1,11 @@
+---
+title: 'Storyline'
+linktitle: Conceptual Onboarding
+weight: 20
+description: How to conceptually onboard onto the Edge Developer Framework (EDF) requirements and the designed solution
+---
+
+# Platform 101: Conceptual Onboarding
## Storyline
@@ -24,5 +32,3 @@
3. Don't miss to further investigate and truely understand **CNOE solution**
## Architecture
-
-
diff --git a/docs/technical-documentation/concepts/1_software-and-workloads/_index.md b/docs/technical-documentation/concepts/general/1_software-and-workloads/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/1_software-and-workloads/_index.md
rename to docs/technical-documentation/concepts/general/1_software-and-workloads/_index.md
diff --git a/docs/technical-documentation/concepts/2_engineering-people/_index.md b/docs/technical-documentation/concepts/general/2_engineering-people/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/2_engineering-people/_index.md
rename to docs/technical-documentation/concepts/general/2_engineering-people/_index.md
diff --git a/docs/technical-documentation/concepts/3_use-cases/_index.md b/docs/technical-documentation/concepts/general/3_use-cases/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/3_use-cases/_index.md
rename to docs/technical-documentation/concepts/general/3_use-cases/_index.md
diff --git a/docs/technical-documentation/concepts/3_use-cases/fibonacci-app_cpu-spike.png b/docs/technical-documentation/concepts/general/3_use-cases/fibonacci-app_cpu-spike.png
similarity index 100%
rename from docs/technical-documentation/concepts/3_use-cases/fibonacci-app_cpu-spike.png
rename to docs/technical-documentation/concepts/general/3_use-cases/fibonacci-app_cpu-spike.png
diff --git a/docs/technical-documentation/concepts/3_use-cases/image.png b/docs/technical-documentation/concepts/general/3_use-cases/image.png
similarity index 100%
rename from docs/technical-documentation/concepts/3_use-cases/image.png
rename to docs/technical-documentation/concepts/general/3_use-cases/image.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/3_platforming/platforms-def.drawio.png b/docs/technical-documentation/concepts/general/3_use-cases/platforms-def.drawio.png
similarity index 100%
rename from docs/technical-documentation/project/conceptual-onboarding/3_platforming/platforms-def.drawio.png
rename to docs/technical-documentation/concepts/general/3_use-cases/platforms-def.drawio.png
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/_index.md b/docs/technical-documentation/concepts/general/4_digital-platforms/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/_index.md
rename to docs/technical-documentation/concepts/general/4_digital-platforms/_index.md
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-components/_index.md b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-components/_index.md
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/_index.md
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-components/cicd-pipeline/_index.md b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/cicd-pipeline/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-components/cicd-pipeline/_index.md
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/cicd-pipeline/_index.md
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-components/cicd-pipeline/cicd.drawio.png b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/cicd-pipeline/cicd.drawio.png
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-components/cicd-pipeline/cicd.drawio.png
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/cicd-pipeline/cicd.drawio.png
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-components/cicd-pipeline/review.md b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/cicd-pipeline/review.md
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-components/cicd-pipeline/review.md
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/cicd-pipeline/review.md
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-components/developer-portals/_index.md b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/developer-portals/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-components/developer-portals/_index.md
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/developer-portals/_index.md
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-components/orchestrator/_index.md b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/orchestrator/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-components/orchestrator/_index.md
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/orchestrator/_index.md
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-components/references/_index.md b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/references/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-components/references/_index.md
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-components/references/_index.md
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-engineering/Viktor-restaurant.png b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-engineering/Viktor-restaurant.png
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-engineering/Viktor-restaurant.png
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-engineering/Viktor-restaurant.png
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-engineering/_index.md b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-engineering/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-engineering/_index.md
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-engineering/_index.md
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-engineering/cortex-use-cases.png b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-engineering/cortex-use-cases.png
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-engineering/cortex-use-cases.png
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-engineering/cortex-use-cases.png
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-engineering/idp.webp b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-engineering/idp.webp
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-engineering/idp.webp
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-engineering/idp.webp
diff --git a/docs/technical-documentation/concepts/4_digital-platforms/platform-engineering/reference-architecture/_index.md b/docs/technical-documentation/concepts/general/4_digital-platforms/platform-engineering/reference-architecture/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/4_digital-platforms/platform-engineering/reference-architecture/_index.md
rename to docs/technical-documentation/concepts/general/4_digital-platforms/platform-engineering/reference-architecture/_index.md
diff --git a/docs/technical-documentation/concepts/5_platforms/CNOE/_index.md b/docs/technical-documentation/concepts/general/5_platforms/CNOE/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/5_platforms/CNOE/_index.md
rename to docs/technical-documentation/concepts/general/5_platforms/CNOE/_index.md
diff --git a/docs/technical-documentation/concepts/5_platforms/CNOE/cnoe.png b/docs/technical-documentation/concepts/general/5_platforms/CNOE/cnoe.png
similarity index 100%
rename from docs/technical-documentation/concepts/5_platforms/CNOE/cnoe.png
rename to docs/technical-documentation/concepts/general/5_platforms/CNOE/cnoe.png
diff --git a/docs/technical-documentation/concepts/5_platforms/CNOE/local-argocd.png b/docs/technical-documentation/concepts/general/5_platforms/CNOE/local-argocd.png
similarity index 100%
rename from docs/technical-documentation/concepts/5_platforms/CNOE/local-argocd.png
rename to docs/technical-documentation/concepts/general/5_platforms/CNOE/local-argocd.png
diff --git a/docs/technical-documentation/concepts/5_platforms/CNOE/local-backstage.png b/docs/technical-documentation/concepts/general/5_platforms/CNOE/local-backstage.png
similarity index 100%
rename from docs/technical-documentation/concepts/5_platforms/CNOE/local-backstage.png
rename to docs/technical-documentation/concepts/general/5_platforms/CNOE/local-backstage.png
diff --git a/docs/technical-documentation/concepts/5_platforms/Humanitec/_index.md b/docs/technical-documentation/concepts/general/5_platforms/Humanitec/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/5_platforms/Humanitec/_index.md
rename to docs/technical-documentation/concepts/general/5_platforms/Humanitec/_index.md
diff --git a/docs/technical-documentation/concepts/5_platforms/_index.md b/docs/technical-documentation/concepts/general/5_platforms/_index.md
similarity index 100%
rename from docs/technical-documentation/concepts/5_platforms/_index.md
rename to docs/technical-documentation/concepts/general/5_platforms/_index.md
diff --git a/docs/technical-documentation/concepts/general/_index.md b/docs/technical-documentation/concepts/general/_index.md
new file mode 100644
index 0000000..9507b5a
--- /dev/null
+++ b/docs/technical-documentation/concepts/general/_index.md
@@ -0,0 +1,7 @@
+---
+title: General Concepts
+weight: 1
+description: The underlying platforming concepts of the Edge Developer Framework (EDF) solution, i.e. the problem domain
+---
+
+The underlying platforming concepts of the Edge Developer Framework (EDF) solution, i.e. the problem domain
diff --git a/docs/technical-documentation/solution/_index.md b/docs/technical-documentation/product/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/_index.md
rename to docs/technical-documentation/product/_index.md
diff --git a/docs/technical-documentation/solution/tools/Backstage/CNOE-backstage-commit-history/_index.md b/docs/technical-documentation/product/components/Backstage/CNOE-backstage-commit-history/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/Backstage/CNOE-backstage-commit-history/_index.md
rename to docs/technical-documentation/product/components/Backstage/CNOE-backstage-commit-history/_index.md
diff --git a/docs/technical-documentation/solution/tools/Backstage/_index.md b/docs/technical-documentation/product/components/Backstage/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/Backstage/_index.md
rename to docs/technical-documentation/product/components/Backstage/_index.md
diff --git a/docs/technical-documentation/solution/tools/Backstage/backstage-setup-tutorial/_index.md b/docs/technical-documentation/product/components/Backstage/backstage-setup-tutorial/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/Backstage/backstage-setup-tutorial/_index.md
rename to docs/technical-documentation/product/components/Backstage/backstage-setup-tutorial/_index.md
diff --git a/docs/technical-documentation/solution/tools/Backstage/existing-plugins/_index.md b/docs/technical-documentation/product/components/Backstage/existing-plugins/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/Backstage/existing-plugins/_index.md
rename to docs/technical-documentation/product/components/Backstage/existing-plugins/_index.md
diff --git a/docs/technical-documentation/solution/tools/Backstage/general-information/_index.md b/docs/technical-documentation/product/components/Backstage/general-information/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/Backstage/general-information/_index.md
rename to docs/technical-documentation/product/components/Backstage/general-information/_index.md
diff --git a/docs/technical-documentation/solution/tools/Backstage/plugin-creation-tutorial/_index.md b/docs/technical-documentation/product/components/Backstage/plugin-creation-tutorial/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/Backstage/plugin-creation-tutorial/_index.md
rename to docs/technical-documentation/product/components/Backstage/plugin-creation-tutorial/_index.md
diff --git a/docs/technical-documentation/solution/tools/Backstage/plugin-creation-tutorial/example_1.png b/docs/technical-documentation/product/components/Backstage/plugin-creation-tutorial/example_1.png
similarity index 100%
rename from docs/technical-documentation/solution/tools/Backstage/plugin-creation-tutorial/example_1.png
rename to docs/technical-documentation/product/components/Backstage/plugin-creation-tutorial/example_1.png
diff --git a/docs/technical-documentation/solution/tools/Backstage/plugin-creation-tutorial/example_2.png b/docs/technical-documentation/product/components/Backstage/plugin-creation-tutorial/example_2.png
similarity index 100%
rename from docs/technical-documentation/solution/tools/Backstage/plugin-creation-tutorial/example_2.png
rename to docs/technical-documentation/product/components/Backstage/plugin-creation-tutorial/example_2.png
diff --git a/docs/technical-documentation/solution/tools/Backstage/template-creation/_index.md b/docs/technical-documentation/product/components/Backstage/template-creation/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/Backstage/template-creation/_index.md
rename to docs/technical-documentation/product/components/Backstage/template-creation/_index.md
diff --git a/docs/technical-documentation/solution/tools/CNOE/_index.md b/docs/technical-documentation/product/components/CNOE/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/_index.md
rename to docs/technical-documentation/product/components/CNOE/_index.md
diff --git a/docs/technical-documentation/solution/tools/CNOE/argocd/_index.md b/docs/technical-documentation/product/components/CNOE/argocd/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/argocd/_index.md
rename to docs/technical-documentation/product/components/CNOE/argocd/_index.md
diff --git a/docs/technical-documentation/solution/tools/CNOE/argocd/argocd-core-components.webp b/docs/technical-documentation/product/components/CNOE/argocd/argocd-core-components.webp
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/argocd/argocd-core-components.webp
rename to docs/technical-documentation/product/components/CNOE/argocd/argocd-core-components.webp
diff --git a/docs/technical-documentation/solution/tools/CNOE/argocd/argocd_architecture.webp b/docs/technical-documentation/product/components/CNOE/argocd/argocd_architecture.webp
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/argocd/argocd_architecture.webp
rename to docs/technical-documentation/product/components/CNOE/argocd/argocd_architecture.webp
diff --git a/docs/technical-documentation/solution/tools/CNOE/competitors/_index.md b/docs/technical-documentation/product/components/CNOE/competitors/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/competitors/_index.md
rename to docs/technical-documentation/product/components/CNOE/competitors/_index.md
diff --git a/docs/technical-documentation/solution/tools/CNOE/idpbuilder/_index.md b/docs/technical-documentation/product/components/CNOE/idpbuilder/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/idpbuilder/_index.md
rename to docs/technical-documentation/product/components/CNOE/idpbuilder/_index.md
diff --git a/docs/technical-documentation/solution/tools/CNOE/idpbuilder/hostname-routing-proxy.png b/docs/technical-documentation/product/components/CNOE/idpbuilder/hostname-routing-proxy.png
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/idpbuilder/hostname-routing-proxy.png
rename to docs/technical-documentation/product/components/CNOE/idpbuilder/hostname-routing-proxy.png
diff --git a/docs/technical-documentation/solution/tools/CNOE/idpbuilder/hostname-routing.png b/docs/technical-documentation/product/components/CNOE/idpbuilder/hostname-routing.png
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/idpbuilder/hostname-routing.png
rename to docs/technical-documentation/product/components/CNOE/idpbuilder/hostname-routing.png
diff --git a/docs/technical-documentation/solution/tools/CNOE/idpbuilder/http-routing.md b/docs/technical-documentation/product/components/CNOE/idpbuilder/http-routing.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/idpbuilder/http-routing.md
rename to docs/technical-documentation/product/components/CNOE/idpbuilder/http-routing.md
diff --git a/docs/technical-documentation/solution/tools/CNOE/idpbuilder/installation/_index.md b/docs/technical-documentation/product/components/CNOE/idpbuilder/installation/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/idpbuilder/installation/_index.md
rename to docs/technical-documentation/product/components/CNOE/idpbuilder/installation/_index.md
diff --git a/docs/technical-documentation/solution/tools/CNOE/idpbuilder/path-routing.png b/docs/technical-documentation/product/components/CNOE/idpbuilder/path-routing.png
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/idpbuilder/path-routing.png
rename to docs/technical-documentation/product/components/CNOE/idpbuilder/path-routing.png
diff --git a/docs/technical-documentation/solution/tools/CNOE/included-backstage-templates/_index.md b/docs/technical-documentation/product/components/CNOE/included-backstage-templates/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/included-backstage-templates/_index.md
rename to docs/technical-documentation/product/components/CNOE/included-backstage-templates/_index.md
diff --git a/docs/technical-documentation/solution/tools/CNOE/included-backstage-templates/basic-argo-workflow/_index.md b/docs/technical-documentation/product/components/CNOE/included-backstage-templates/basic-argo-workflow/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/included-backstage-templates/basic-argo-workflow/_index.md
rename to docs/technical-documentation/product/components/CNOE/included-backstage-templates/basic-argo-workflow/_index.md
diff --git a/docs/technical-documentation/solution/tools/CNOE/included-backstage-templates/basic-kubernetes-deployment/_index.md b/docs/technical-documentation/product/components/CNOE/included-backstage-templates/basic-kubernetes-deployment/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/included-backstage-templates/basic-kubernetes-deployment/_index.md
rename to docs/technical-documentation/product/components/CNOE/included-backstage-templates/basic-kubernetes-deployment/_index.md
diff --git a/docs/technical-documentation/solution/tools/CNOE/verification.md b/docs/technical-documentation/product/components/CNOE/verification.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/CNOE/verification.md
rename to docs/technical-documentation/product/components/CNOE/verification.md
diff --git a/docs/technical-documentation/solution/tools/Kube-prometheus-stack/_index.md b/docs/technical-documentation/product/components/Kube-prometheus-stack/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/Kube-prometheus-stack/_index.md
rename to docs/technical-documentation/product/components/Kube-prometheus-stack/_index.md
diff --git a/docs/technical-documentation/solution/tools/Loki/_index.md b/docs/technical-documentation/product/components/Loki/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/Loki/_index.md
rename to docs/technical-documentation/product/components/Loki/_index.md
diff --git a/docs/technical-documentation/solution/tools/Promtail/_index.md b/docs/technical-documentation/product/components/Promtail/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/Promtail/_index.md
rename to docs/technical-documentation/product/components/Promtail/_index.md
diff --git a/docs/technical-documentation/solution/tools/_index.md b/docs/technical-documentation/product/components/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/_index.md
rename to docs/technical-documentation/product/components/_index.md
diff --git a/docs/technical-documentation/solution/tools/crossplane/_index.md b/docs/technical-documentation/product/components/crossplane/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/crossplane/_index.md
rename to docs/technical-documentation/product/components/crossplane/_index.md
diff --git a/docs/technical-documentation/solution/tools/crossplane/provider-kind/_index.md b/docs/technical-documentation/product/components/crossplane/provider-kind/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/crossplane/provider-kind/_index.md
rename to docs/technical-documentation/product/components/crossplane/provider-kind/_index.md
diff --git a/docs/technical-documentation/solution/tools/crossplane/provider-kind/composition.drawio b/docs/technical-documentation/product/components/crossplane/provider-kind/composition.drawio
similarity index 100%
rename from docs/technical-documentation/solution/tools/crossplane/provider-kind/composition.drawio
rename to docs/technical-documentation/product/components/crossplane/provider-kind/composition.drawio
diff --git a/docs/technical-documentation/solution/tools/crossplane/provider-kind/composition.png b/docs/technical-documentation/product/components/crossplane/provider-kind/composition.png
similarity index 100%
rename from docs/technical-documentation/solution/tools/crossplane/provider-kind/composition.png
rename to docs/technical-documentation/product/components/crossplane/provider-kind/composition.png
diff --git a/docs/technical-documentation/solution/tools/crossplane/provider-kind/kindserver_interface.drawio b/docs/technical-documentation/product/components/crossplane/provider-kind/kindserver_interface.drawio
similarity index 100%
rename from docs/technical-documentation/solution/tools/crossplane/provider-kind/kindserver_interface.drawio
rename to docs/technical-documentation/product/components/crossplane/provider-kind/kindserver_interface.drawio
diff --git a/docs/technical-documentation/solution/tools/crossplane/provider-kind/kindserver_interface.png b/docs/technical-documentation/product/components/crossplane/provider-kind/kindserver_interface.png
similarity index 100%
rename from docs/technical-documentation/solution/tools/crossplane/provider-kind/kindserver_interface.png
rename to docs/technical-documentation/product/components/crossplane/provider-kind/kindserver_interface.png
diff --git a/docs/technical-documentation/solution/tools/crossplane/provider-kind/kindserver_provider-kind.drawio b/docs/technical-documentation/product/components/crossplane/provider-kind/kindserver_provider-kind.drawio
similarity index 100%
rename from docs/technical-documentation/solution/tools/crossplane/provider-kind/kindserver_provider-kind.drawio
rename to docs/technical-documentation/product/components/crossplane/provider-kind/kindserver_provider-kind.drawio
diff --git a/docs/technical-documentation/solution/tools/crossplane/provider-kind/kindserver_provider-kind.png b/docs/technical-documentation/product/components/crossplane/provider-kind/kindserver_provider-kind.png
similarity index 100%
rename from docs/technical-documentation/solution/tools/crossplane/provider-kind/kindserver_provider-kind.png
rename to docs/technical-documentation/product/components/crossplane/provider-kind/kindserver_provider-kind.png
diff --git a/docs/technical-documentation/solution/tools/crossplane/provider-kind/provider-kind_providerconfig.drawio b/docs/technical-documentation/product/components/crossplane/provider-kind/provider-kind_providerconfig.drawio
similarity index 100%
rename from docs/technical-documentation/solution/tools/crossplane/provider-kind/provider-kind_providerconfig.drawio
rename to docs/technical-documentation/product/components/crossplane/provider-kind/provider-kind_providerconfig.drawio
diff --git a/docs/technical-documentation/solution/tools/crossplane/provider-kind/provider-kind_providerconfig.png b/docs/technical-documentation/product/components/crossplane/provider-kind/provider-kind_providerconfig.png
similarity index 100%
rename from docs/technical-documentation/solution/tools/crossplane/provider-kind/provider-kind_providerconfig.png
rename to docs/technical-documentation/product/components/crossplane/provider-kind/provider-kind_providerconfig.png
diff --git a/docs/technical-documentation/solution/tools/kyverno-integration/_index.md b/docs/technical-documentation/product/components/kyverno-integration/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/tools/kyverno-integration/_index.md
rename to docs/technical-documentation/product/components/kyverno-integration/_index.md
diff --git a/docs/technical-documentation/solution/tools/kyverno-integration/kyverno.png b/docs/technical-documentation/product/components/kyverno-integration/kyverno.png
similarity index 100%
rename from docs/technical-documentation/solution/tools/kyverno-integration/kyverno.png
rename to docs/technical-documentation/product/components/kyverno-integration/kyverno.png
diff --git a/docs/technical-documentation/solution/scenarios/_index.md b/docs/technical-documentation/product/operations/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/_index.md
rename to docs/technical-documentation/product/operations/_index.md
diff --git a/docs/technical-documentation/project/bootstrapping/_index.md b/docs/technical-documentation/product/operations/bootstrapping/_index.md
similarity index 100%
rename from docs/technical-documentation/project/bootstrapping/_index.md
rename to docs/technical-documentation/product/operations/bootstrapping/_index.md
diff --git a/docs/technical-documentation/project/bootstrapping/backup/_index.md b/docs/technical-documentation/product/operations/bootstrapping/backup/_index.md
similarity index 100%
rename from docs/technical-documentation/project/bootstrapping/backup/_index.md
rename to docs/technical-documentation/product/operations/bootstrapping/backup/_index.md
diff --git a/docs/technical-documentation/solution/scenarios/gitops/_index.md b/docs/technical-documentation/product/operations/gitops/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/gitops/_index.md
rename to docs/technical-documentation/product/operations/gitops/_index.md
diff --git a/docs/technical-documentation/solution/scenarios/gitops/image.png b/docs/technical-documentation/product/operations/gitops/image.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/gitops/image.png
rename to docs/technical-documentation/product/operations/gitops/image.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/edpbuilder-example-network.drawio b/docs/technical-documentation/product/operations/local-development/edpbuilder-example-network.drawio
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/edpbuilder-example-network.drawio
rename to docs/technical-documentation/product/operations/local-development/edpbuilder-example-network.drawio
diff --git a/docs/technical-documentation/solution/scenarios/local-development/edpbuilder-example-network.drawio.png b/docs/technical-documentation/product/operations/local-development/edpbuilder-example-network.drawio.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/edpbuilder-example-network.drawio.png
rename to docs/technical-documentation/product/operations/local-development/edpbuilder-example-network.drawio.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/edpbuilder-networking.drawio b/docs/technical-documentation/product/operations/local-development/edpbuilder-networking.drawio
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/edpbuilder-networking.drawio
rename to docs/technical-documentation/product/operations/local-development/edpbuilder-networking.drawio
diff --git a/docs/technical-documentation/solution/scenarios/local-development/edpbuilder-networking.drawio.png b/docs/technical-documentation/product/operations/local-development/edpbuilder-networking.drawio.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/edpbuilder-networking.drawio.png
rename to docs/technical-documentation/product/operations/local-development/edpbuilder-networking.drawio.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/host-to-kind-network-routing/index.md b/docs/technical-documentation/product/operations/local-development/host-to-kind-network-routing/index.md
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/host-to-kind-network-routing/index.md
rename to docs/technical-documentation/product/operations/local-development/host-to-kind-network-routing/index.md
diff --git a/docs/technical-documentation/solution/scenarios/local-development/host-to-kind-network-routing/pings.png b/docs/technical-documentation/product/operations/local-development/host-to-kind-network-routing/pings.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/host-to-kind-network-routing/pings.png
rename to docs/technical-documentation/product/operations/local-development/host-to-kind-network-routing/pings.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/host-to-kind-network-routing/windows.png b/docs/technical-documentation/product/operations/local-development/host-to-kind-network-routing/windows.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/host-to-kind-network-routing/windows.png
rename to docs/technical-documentation/product/operations/local-development/host-to-kind-network-routing/windows.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/local-networking.md b/docs/technical-documentation/product/operations/local-development/local-networking.md
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/local-networking.md
rename to docs/technical-documentation/product/operations/local-development/local-networking.md
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/0-overview.md b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/0-overview.md
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/0-overview.md
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/0-overview.md
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/1-registry-mirror-and-cache-proxy-theory.md b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/1-registry-mirror-and-cache-proxy-theory.md
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/1-registry-mirror-and-cache-proxy-theory.md
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/1-registry-mirror-and-cache-proxy-theory.md
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/2-registry-mirror-and-cache-proxy-manual-installation.md b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/2-registry-mirror-and-cache-proxy-manual-installation.md
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/2-registry-mirror-and-cache-proxy-manual-installation.md
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/2-registry-mirror-and-cache-proxy-manual-installation.md
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/3-registry-mirror-and-cache-proxy-hacks.md b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/3-registry-mirror-and-cache-proxy-hacks.md
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/3-registry-mirror-and-cache-proxy-hacks.md
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/3-registry-mirror-and-cache-proxy-hacks.md
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/1-container-engine.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/1-container-engine.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/1-container-engine.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/1-container-engine.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/1-image-naming-convention.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/1-image-naming-convention.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/1-image-naming-convention.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/1-image-naming-convention.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/1-images.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/1-images.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/1-images.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/1-images.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/1-linux-processes.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/1-linux-processes.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/1-linux-processes.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/1-linux-processes.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/2-differnt-engines.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/2-differnt-engines.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/2-differnt-engines.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/2-differnt-engines.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/2-scenario-1-kind-mirror.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/2-scenario-1-kind-mirror.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/2-scenario-1-kind-mirror.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/2-scenario-1-kind-mirror.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/2-scenario-2-kind-cache.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/2-scenario-2-kind-cache.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/2-scenario-2-kind-cache.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/2-scenario-2-kind-cache.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/2-scenario-3-docker-mirror.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/2-scenario-3-docker-mirror.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/2-scenario-3-docker-mirror.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/2-scenario-3-docker-mirror.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/2-scenario-4-docker-cache.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/2-scenario-4-docker-cache.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/2-scenario-4-docker-cache.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/2-scenario-4-docker-cache.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/container-engines-runtimes-orchestrators.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/container-engines-runtimes-orchestrators.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/container-engines-runtimes-orchestrators.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/container-engines-runtimes-orchestrators.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/container-runtimes.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/container-runtimes.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/container-runtimes.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/container-runtimes.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/containerd-runtimes.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/containerd-runtimes.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/containerd-runtimes.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/containerd-runtimes.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/cri-architecture.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/cri-architecture.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/cri-architecture.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/cri-architecture.png
diff --git a/docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/docker-containerd-cri-o-und-runc.png b/docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/docker-containerd-cri-o-und-runc.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/local-development/registry-mirror-and-ache/img/docker-containerd-cri-o-und-runc.png
rename to docs/technical-documentation/product/operations/local-development/registry-mirror-and-ache/img/docker-containerd-cri-o-und-runc.png
diff --git a/docs/technical-documentation/solution/scenarios/orchestration/_index.md b/docs/technical-documentation/product/operations/orchestration/_index.md
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/orchestration/_index.md
rename to docs/technical-documentation/product/operations/orchestration/_index.md
diff --git a/docs/technical-documentation/solution/scenarios/orchestration/image-1.png b/docs/technical-documentation/product/operations/orchestration/image-1.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/orchestration/image-1.png
rename to docs/technical-documentation/product/operations/orchestration/image-1.png
diff --git a/docs/technical-documentation/solution/scenarios/orchestration/image.png b/docs/technical-documentation/product/operations/orchestration/image.png
similarity index 100%
rename from docs/technical-documentation/solution/scenarios/orchestration/image.png
rename to docs/technical-documentation/product/operations/orchestration/image.png
diff --git a/docs/technical-documentation/project/conceptual-onboarding/_index.md b/docs/technical-documentation/project/conceptual-onboarding/_index.md
deleted file mode 100644
index 52cb204..0000000
--- a/docs/technical-documentation/project/conceptual-onboarding/_index.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-title: 'Platform 101: Conceptual Onboarding '
-linktitle: Conceptual Onboarding
-weight: 20
-description: How to conceptually onboard onto the Edge Developer Framework (EDF) requirements and the designed solution
----
-
-
-
diff --git a/live-preview-integration/README-backstage-local.md b/live-preview-integration/README-backstage-local.md
index 9d19c71..7ef3ffb 100644
--- a/live-preview-integration/README-backstage-local.md
+++ b/live-preview-integration/README-backstage-local.md
@@ -57,3 +57,19 @@ rm -rf tmp
devbox init
devbox add yarn nodejs
```
+
+## Troubleshooting
+
+### When npm package download hangs
+
+```bash
+# install lcocally
+npm install @techdocs/cli
+node_modules/@techdocs/cli/bin/techdocs-cli serve
+```
+
+### verbosity level
+
+```bash
+ npx --loglevel silly techdocs-cli serve -v
+ ```
\ No newline at end of file
diff --git a/mkdocs.yaml b/mkdocs.yaml
index c2061ee..7a6e510 100644
--- a/mkdocs.yaml
+++ b/mkdocs.yaml
@@ -5,3 +5,4 @@ site_description: 'EDP documentation'
plugins:
- techdocs-core
+ - awesome-pages
\ No newline at end of file