From 6b0e1266b11dcee14d08377735dd434b174e0779 Mon Sep 17 00:00:00 2001 From: Stephan Lo Date: Fri, 30 Aug 2024 13:53:02 +0200 Subject: [PATCH] fix(project) --- content/en/docs/_index.md | 7 ------- content/en/docs/project/onboarding/_index.md | 2 +- content/en/docs/use-cases/_index.md | 10 +++++++++- content/en/docs/{ => use-cases}/image.png | Bin 4 files changed, 10 insertions(+), 9 deletions(-) rename content/en/docs/{ => use-cases}/image.png (100%) diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index 985c4d6..688aef1 100755 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -7,10 +7,3 @@ weight: 20 This section is the project documentation for IPCEI-CIS Developer Framework. -## When and how to use th edeveloper framework? - -### e.g. an example - -.... taken from https://cloud.google.com/blog/products/application-development/common-myths-about-platform-engineering?hl=en - -![alt text](image.png) \ No newline at end of file diff --git a/content/en/docs/project/onboarding/_index.md b/content/en/docs/project/onboarding/_index.md index 5a62faf..d08ee3f 100644 --- a/content/en/docs/project/onboarding/_index.md +++ b/content/en/docs/project/onboarding/_index.md @@ -1,5 +1,5 @@ --- -title: Onboarding +title: Onboarding [WiP] weight: 1 --- diff --git a/content/en/docs/use-cases/_index.md b/content/en/docs/use-cases/_index.md index 2b846dc..42c1dca 100644 --- a/content/en/docs/use-cases/_index.md +++ b/content/en/docs/use-cases/_index.md @@ -39,4 +39,12 @@ Deploy and develop the famous socks shops: ### Github Examples -* https://github.com/kezoo/nestjs-reactjs-graphql-typescript-boilerplate-example \ No newline at end of file +* https://github.com/kezoo/nestjs-reactjs-graphql-typescript-boilerplate-example + +## When and how to use the developer framework? + +### e.g. an example + +.... taken from https://cloud.google.com/blog/products/application-development/common-myths-about-platform-engineering?hl=en + +![alt text](image.png) \ No newline at end of file diff --git a/content/en/docs/image.png b/content/en/docs/use-cases/image.png similarity index 100% rename from content/en/docs/image.png rename to content/en/docs/use-cases/image.png