From 37d52ef3b03843592682f1d4c7e10c7ed3e050ea Mon Sep 17 00:00:00 2001 From: Andrew Zambazos Date: Fri, 1 Aug 2025 14:15:45 +1200 Subject: [PATCH] Move OAuth debug doc and update README Renamed 'oauth-debug.md' to 'documentation/oauth-debug.md' and updated the README to reference the new location. --- README.md | 1 + oauth-debug.md => documentation/oauth-debug.md | 0 2 files changed, 1 insertion(+) rename oauth-debug.md => documentation/oauth-debug.md (100%) diff --git a/README.md b/README.md index 3e40946..ce4ac93 100644 --- a/README.md +++ b/README.md @@ -98,3 +98,4 @@ This project is licensed under the MIT License. [Read More](documentation/MIT.md * [Project Structure](documentation/PROJECT_STRUCTURE.md) * [Core Concepts](documentation/CORE_CONCEPTS.md) * [Contributing Guide](documentation/CONTRIBUTING.md) +* [OAuth Debug](documentation/oauth-debug.md) diff --git a/oauth-debug.md b/documentation/oauth-debug.md similarity index 100% rename from oauth-debug.md rename to documentation/oauth-debug.md