From 5a1958243bc386aa93710db83df9b7f478f3be36 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Fri, 19 Jun 2026 02:31:13 -0500 Subject: [PATCH] docs: organize wiki into guides/ and reference/ folders --- unnamed.md => Home.md | 0 Configuration.md => guides/Configuration.md | 0 Installation.md => guides/Installation.md | 0 Developer-Guide.-.md => reference/Developer-Guide.md | 0 Platform-Support.-.md => reference/Platform-Support.md | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename unnamed.md => Home.md (100%) rename Configuration.md => guides/Configuration.md (100%) rename Installation.md => guides/Installation.md (100%) rename Developer-Guide.-.md => reference/Developer-Guide.md (100%) rename Platform-Support.-.md => reference/Platform-Support.md (100%) diff --git a/unnamed.md b/Home.md similarity index 100% rename from unnamed.md rename to Home.md diff --git a/Configuration.md b/guides/Configuration.md similarity index 100% rename from Configuration.md rename to guides/Configuration.md diff --git a/Installation.md b/guides/Installation.md similarity index 100% rename from Installation.md rename to guides/Installation.md diff --git a/Developer-Guide.-.md b/reference/Developer-Guide.md similarity index 100% rename from Developer-Guide.-.md rename to reference/Developer-Guide.md diff --git a/Platform-Support.-.md b/reference/Platform-Support.md similarity index 100% rename from Platform-Support.-.md rename to reference/Platform-Support.md