diff --git a/.gitignore b/.gitignore index 76d7621..7c67cd4 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ discussions/ diagrams/ *.puml .tmp_* + +# Documentation symlink (points to project-docs) +docs diff --git a/docs/COLLECTIONS.md b/olddocs/COLLECTIONS.md similarity index 100% rename from docs/COLLECTIONS.md rename to olddocs/COLLECTIONS.md diff --git a/docs/DEPLOYMENT.md b/olddocs/DEPLOYMENT.md similarity index 100% rename from docs/DEPLOYMENT.md rename to olddocs/DEPLOYMENT.md diff --git a/docs/DESIGN.md b/olddocs/DESIGN.md similarity index 100% rename from docs/DESIGN.md rename to olddocs/DESIGN.md diff --git a/docs/EXAMPLES.md b/olddocs/EXAMPLES.md similarity index 100% rename from docs/EXAMPLES.md rename to olddocs/EXAMPLES.md diff --git a/docs/INSTALL.md b/olddocs/INSTALL.md similarity index 100% rename from docs/INSTALL.md rename to olddocs/INSTALL.md diff --git a/docs/META_TOOLS.md b/olddocs/META_TOOLS.md similarity index 100% rename from docs/META_TOOLS.md rename to olddocs/META_TOOLS.md diff --git a/docs/PROJECT.md b/olddocs/PROJECT.md similarity index 100% rename from docs/PROJECT.md rename to olddocs/PROJECT.md diff --git a/docs/PROVIDERS.md b/olddocs/PROVIDERS.md similarity index 100% rename from docs/PROVIDERS.md rename to olddocs/PROVIDERS.md diff --git a/docs/REGISTRY.md b/olddocs/REGISTRY.md similarity index 100% rename from docs/REGISTRY.md rename to olddocs/REGISTRY.md diff --git a/docs/WEB_UI.md b/olddocs/WEB_UI.md similarity index 100% rename from docs/WEB_UI.md rename to olddocs/WEB_UI.md