Open
Conversation
Contributor
|
I like some of the adds, but the deletions were really slack and burn and a bit much for me. |
Collaborator
Author
Yes I know what you mean; anything in particular you want put back in? |
Collaborator
Author
|
Will pull back in old database-service and testing files |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Cleanup and Reorganization
Related Issue
Fixes #555
Type of Change
Summary
Comprehensive cleanup and simplification of the
/docsdirectory. Consolidates redundant content, fills in stub files with real content, and creates a clear navigation structure with a main README table of contents.Changes
Before: 40 files, ~10,100 lines
After: 25 files, ~5,800 lines (43% reduction)
What Changed
README.mdwith TOCdatabase-service/database/4 files (~750 lines)testing/developers/architecture.md,roadmap.mdNew Files
README.md- Main documentation hub with quick links table and full TOCarchitecture.md- System overview with ASCII diagram, component descriptionsdata-store.md- Agent data store documentation (new feature)testing/backend-testing.md- Comprehensive Python/pytest guidetesting/frontend-testing.md- Comprehensive React/Vitest guidetesting/integration-testing.md- Backend integration + Playwright E2Etesting/ci-cd.md- GitHub Actions workflows and coverageRemoved/Consolidated
Database docs consolidated:
database-service/architecture.md→ merged intodatabase/README.mddatabase-service/interface.md→ merged intodatabase/README.mddatabase-service/implementing-new-database.md→ merged intodatabase/README.mddatabase-service/performance.md→ removed (enterprise-level detail)database-service/security.md→ removed (enterprise-level detail)database-service/migration.md→ brief note indatabase/troubleshooting.mddatabase-service/testing.md→ removed (covered in main testing docs)database-service/implementations/(4 files) → removed (links to external docs)Testing docs reorganized:
testing/overview.md→ merged intotesting/README.mdtesting/coverage.md→ merged intotesting/README.mdandtesting/ci-cd.mdtesting/SUMMARY.md→ removed (redundant)Stubs removed:
license.md→ points to repo root LICENSEcontact-community.md→ content in main README "Getting Help"database-service.md→ was just a redirectFiles Kept As-Is
quickstart/README.md(with images)developers-quickstart.mdllm-provider-configuration.mdapi-key-management.mdapi.mdobservability.mdEXTENSION_EXAMPLE.mdabout-name-origin.mddevelopers/llm-service.mddevelopers/website.mddatabase/schema.mdtesting/unit-testing.mdtesting/contributing.mdNew Structure
Migration Notes
Broken Links to Fix
If any external links point to old paths:
database-service/README.mddatabase/README.mddatabase-service/configuration.mddatabase/configuration.mddatabase-service/schema.mddatabase/schema.mddatabase-service/troubleshooting.mddatabase/troubleshooting.mddatabase-service/*(other files)database/README.mdor removedtesting/overview.mdtesting/README.mdtesting/coverage.mdtesting/README.mdtesting/backend-testing.mdtesting/backend-testing.md(same, but expanded)testing/frontend-testing.mdtesting/frontend-testing.md(same, but expanded)Docusaurus Sync
The
website/scripts/sync-docs.jsmay need updates if it references specific file paths. The sync should handle the new structure automatically since it processes whatever is in/docs.Related Issues
By submitting this PR, I confirm that I have read and agree to follow the project's Code of Conduct and Contributing Guidelines.