This repository contains the product documentation for the SecureAPI platform.
The documentation is automatically published to GitHub Pages:
- Live Documentation: https://rasheed-fabrichq.github.io/fabric-auto-release-notes-docs/
This repository is automatically updated when code changes are merged in the main codebase:
- Code PR merged in fabric-auto-release-note-creator-and-document-updater
- GitHub Action analyzes changes using Claude AI
- Documentation update PR is automatically created here
- Product manager reviews and merges the updates
- GitHub Pages publishes the updated documentation
docs/
βββ index.md # Documentation home page
βββ authentication.md # Authentication guide
βββ billing.md # Billing and pricing guide
To preview documentation locally:
# Clone the repository
git clone https://github.com/rasheed-fabrichq/fabric-auto-release-notes-docs.git
cd fabric-auto-release-notes-docs
# View the markdown files in your editor
# Or use a markdown previewerDocumentation updates are managed by:
- Source: Changes detected in code repository
- Analysis: Claude AI compares code changes with current docs
- Review: Human approval required before publishing
- Publishing: GitHub Pages auto-deploys on merge to main