Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.14 KB

File metadata and controls

33 lines (29 loc) · 1.14 KB

Documentation Structure

User Documentation (HTML - /docs)

  • index.html - Documentation home
  • user-guide.html - End-user guide
  • deployment.html - Deployment guide
  • configuration.html - Configuration reference
  • authentication.html - SAML setup
  • database.html - Database features
  • api.html - API reference
  • logging.html - Logging & compliance
  • architecture.html - System architecture

Technical Documentation (Markdown - /documentation)

  • PHASE-A-COMPLETE.md - Advanced DBA features
  • AUTHENTICATION-APPROACHES.md - Auth design
  • PRODUCTION-SAFETY.md - Safety features
  • SECURITY-AUDIT.md - Security review
  • SESSION-MANAGEMENT.md - Session handling

Root Documentation

  • README.md - Main project readme
  • QUICK-START.md - Quick start guide
  • TROUBLESHOOTING-BLANK-PAGE.md - Common issues
  • CONTRIBUTING.md - Contribution guidelines
  • CODE_OF_CONDUCT.md - Community standards
  • SECURITY.md - Security policy
  • LICENSE - MIT License

Access Documentation

  • Browse HTML docs: Open docs/index.html in browser
  • Read markdown docs: View files in documentation/ folder
  • Quick start: See QUICK-START.md