1
0

newWebsite2.0

This commit is contained in:
Br0tcraft
2026-08-20 20:36:47 +02:00
parent 7020f970d8
commit 7d975feae4
100 changed files with 6774 additions and 3327 deletions

View File

@@ -0,0 +1 @@
# Einleitung\nDas ist der erste Teil einer strukturierten Dokumentation.

View File

@@ -0,0 +1 @@
# Installation\nHier steht, wie man alles installiert.

View File

@@ -0,0 +1 @@
# Performance\nOptimierungstipps für Profis.

View File

@@ -0,0 +1,13 @@
{
"title": "Struktur-Demo",
"chapters": [
{ "title": "Einleitung", "file": "01-intro.md", "id": "intro" },
{ "title": "Installation", "file": "02-install.md", "id": "install" },
{
"title": "Fortgeschritten",
"children": [
{ "title": "Performance", "file": "adv/performance.md", "id": "perf" }
]
}
]
}