docs: Consolidate documentation into single doc/ folder
- Move docs/ contents to doc/ with proper numbering: - CONTACT-FORM-QUICKSTART.md → 17-CONTACT-FORM.md - SECURITY-AUDIT-REPORT.md → 18-SECURITY-AUDIT.md - SECURITY.md → 19-SECURITY-IMPLEMENTATION.md - Delete duplicate/redundant files from docs/: - CMD-K-COMMAND-BAR.md (duplicate of 16-CMD-K-API.md) - CONTACT_FORM_IMPLEMENTATION.md (overlaps with quickstart) - SECURITY-IMPLEMENTATION-SUMMARY.md (summary of audit) - Update doc/README.md with new document references - Update test counts to 39 test files across all READMEs - Update all "Last Updated" dates to 2025-12-01 - Add new API endpoints documentation (text, cmd-k, contact, toggles) - Update PROJECT-MEMORY.md with new features and correct paths
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
# CV Project Test Suite (Active Tests)
|
||||
|
||||
**28 comprehensive tests** covering all functionality from UI interactions to PDF generation.
|
||||
**39 comprehensive test files** covering all functionality from UI interactions to PDF generation, CMD+K command palette, and contact form.
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -149,7 +149,7 @@ bun tests/mjs/28-references-pdf-download.test.mjs
|
||||
|
||||
---
|
||||
|
||||
**Last Updated**: 2025-11-20
|
||||
**Test Count**: 28 active tests
|
||||
**Coverage**: Complete functionality coverage including toast notifications
|
||||
**Last Updated**: 2025-12-01
|
||||
**Test Count**: 39 test files
|
||||
**Coverage**: Complete functionality coverage including toast notifications, CMD+K command palette, and contact form
|
||||
**Status**: Production specification
|
||||
|
||||
Reference in New Issue
Block a user