Version: 1.1
Updated: 2026-07-18
This project root is GitBook-ready. GitBook can use README.md as the landing
page and SUMMARY.md as the left navigation.
| File | Purpose |
|---|---|
README.md |
Main landing page for the book. |
SUMMARY.md |
GitBook navigation/sidebar. |
docs/api/ |
API, OpenAPI, Postman and source reference documentation. |
docs/database/ |
Database setup and migration guide. |
docs/security/ |
Security review documentation. |
docs/testing/ |
Test plan, VAPT, load testing and WCAG documents. |
docs/compliance/ |
Open-source, licensing, DPG and release readiness documents. |
The GitBook includes a consolidated reviewer page:
docs/compliance/open_source_dpg_release_status.md
Use this page as the first stop for open-source and DPG readiness review. It links to the detailed readiness checklist, DPG assessment, release checklist, security scan, public data audit, legal/privacy confirmation and data redistribution approval records.
The GitBook Testing and Accessibility section publishes both the WCAG review and the execution record:
docs/testing/saqshi_wcag_web_platform_compliance.md
docs/testing/accessibility_test_execution_report_2026_07_17.md
The current record includes a passed NVDA run for every result captured in the authenticated login and assessment flows. Preserve its scoped wording when publishing: it records the tested flows and does not claim validation of untested pages, JAWS or VoiceOver.
The Developer Guide includes docs/database/sql_query_inventory.md, which maps
the application's SQL query operations to their responsible modules and source
files.
README.md
SUMMARY.md
docs/
api/
database/
security/
testing/
compliance/
- Create a GitBook space.
- Connect the repository that uses this folder as the project root.
- Confirm GitBook detects
README.mdandSUMMARY.md. - Review the generated sidebar.
- Publish the space after checking links and formatting.
Whenever a new public document is added under docs/, update SUMMARY.md so
the page appears in GitBook navigation.
If the document should appear in the standalone HTML reader, also update the document list in gitbook.html.
Do not add .env, logs, uploads, keys, database dumps or real user/facility data
to the GitBook repository.