From db543bef4f53f86461cbaf5f018b229b9a284e28 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 02:50:32 +0000 Subject: [PATCH] docs: config,navigation,misc (15 files) --- config/misc/{ => env}/.actrc | 0 config/misc/{ => env}/.secrets.example | 0 config/misc/{ => json}/components.json | 0 config/misc/{ => json}/renovate.json | 0 config/misc/{ => json}/runtime.config.json | 0 config/misc/{ => json}/theme.json | 0 docs/{ => guides-docs}/CONTRIBUTING.md | 0 docs/{ => guides-docs}/DELIVERY_PACKAGE.txt | 0 docs/{ => guides-docs}/DOCS_ORGANIZATION_GUIDE.md | 0 docs/{ => guides-docs}/LICENSE | 0 docs/{ => navigation}/INDEX.md | 0 docs/{ => navigation}/NAVIGATION.md | 0 docs/{ => navigation}/ORGANIZATION.md | 0 docs/{ => navigation}/README.md | 0 docs/{ => navigation}/START_HERE.md | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename config/misc/{ => env}/.actrc (100%) rename config/misc/{ => env}/.secrets.example (100%) rename config/misc/{ => json}/components.json (100%) rename config/misc/{ => json}/renovate.json (100%) rename config/misc/{ => json}/runtime.config.json (100%) rename config/misc/{ => json}/theme.json (100%) rename docs/{ => guides-docs}/CONTRIBUTING.md (100%) rename docs/{ => guides-docs}/DELIVERY_PACKAGE.txt (100%) rename docs/{ => guides-docs}/DOCS_ORGANIZATION_GUIDE.md (100%) rename docs/{ => guides-docs}/LICENSE (100%) rename docs/{ => navigation}/INDEX.md (100%) rename docs/{ => navigation}/NAVIGATION.md (100%) rename docs/{ => navigation}/ORGANIZATION.md (100%) rename docs/{ => navigation}/README.md (100%) rename docs/{ => navigation}/START_HERE.md (100%) diff --git a/config/misc/.actrc b/config/misc/env/.actrc similarity index 100% rename from config/misc/.actrc rename to config/misc/env/.actrc diff --git a/config/misc/.secrets.example b/config/misc/env/.secrets.example similarity index 100% rename from config/misc/.secrets.example rename to config/misc/env/.secrets.example diff --git a/config/misc/components.json b/config/misc/json/components.json similarity index 100% rename from config/misc/components.json rename to config/misc/json/components.json diff --git a/config/misc/renovate.json b/config/misc/json/renovate.json similarity index 100% rename from config/misc/renovate.json rename to config/misc/json/renovate.json diff --git a/config/misc/runtime.config.json b/config/misc/json/runtime.config.json similarity index 100% rename from config/misc/runtime.config.json rename to config/misc/json/runtime.config.json diff --git a/config/misc/theme.json b/config/misc/json/theme.json similarity index 100% rename from config/misc/theme.json rename to config/misc/json/theme.json diff --git a/docs/CONTRIBUTING.md b/docs/guides-docs/CONTRIBUTING.md similarity index 100% rename from docs/CONTRIBUTING.md rename to docs/guides-docs/CONTRIBUTING.md diff --git a/docs/DELIVERY_PACKAGE.txt b/docs/guides-docs/DELIVERY_PACKAGE.txt similarity index 100% rename from docs/DELIVERY_PACKAGE.txt rename to docs/guides-docs/DELIVERY_PACKAGE.txt diff --git a/docs/DOCS_ORGANIZATION_GUIDE.md b/docs/guides-docs/DOCS_ORGANIZATION_GUIDE.md similarity index 100% rename from docs/DOCS_ORGANIZATION_GUIDE.md rename to docs/guides-docs/DOCS_ORGANIZATION_GUIDE.md diff --git a/docs/LICENSE b/docs/guides-docs/LICENSE similarity index 100% rename from docs/LICENSE rename to docs/guides-docs/LICENSE diff --git a/docs/INDEX.md b/docs/navigation/INDEX.md similarity index 100% rename from docs/INDEX.md rename to docs/navigation/INDEX.md diff --git a/docs/NAVIGATION.md b/docs/navigation/NAVIGATION.md similarity index 100% rename from docs/NAVIGATION.md rename to docs/navigation/NAVIGATION.md diff --git a/docs/ORGANIZATION.md b/docs/navigation/ORGANIZATION.md similarity index 100% rename from docs/ORGANIZATION.md rename to docs/navigation/ORGANIZATION.md diff --git a/docs/README.md b/docs/navigation/README.md similarity index 100% rename from docs/README.md rename to docs/navigation/README.md diff --git a/docs/START_HERE.md b/docs/navigation/START_HERE.md similarity index 100% rename from docs/START_HERE.md rename to docs/navigation/START_HERE.md