refactor(docs): migrate existing content to v1 legacy structure

- Move all existing docs content (concepts, project, solution) to /docs/v1/
- Add legacy banner component to warn users about archived documentation
- Create v1 index page with legacy notice and redirect guidance
- Implement automatic banner display for all v1 paths
- Preserve all original content for reference during migration

This enables incremental content migration while maintaining access to
original documentation.
This commit is contained in:
Stephan Lo 2025-10-23 14:54:08 +02:00
parent acbdf33fac
commit 43cbd69c9c
164 changed files with 46 additions and 24 deletions

View file

@ -0,0 +1,7 @@
---
title: Bootstrapping Infrastructure
weight: 30
description: The cluster and the installed applications in the bootstrapping cluster
---
In order to be able to do useful work, we do need a number of applications right away. We're deploying these manually so we have the necessary basis for our work. Once the framework has been developed far enough, we will deploy this infrastructure with the framework itself.