0821e2f989
- Add dismissable cookie notice banner to base template (essential cookies only, ePrivacy Directive compliant, localStorage persistence) - Expand Privacy Notice to cover all target markets: EU/GDPR, UK GDPR, Switzerland nFADP, Ukraine, US CCPA/CPRA, Canada PIPEDA/ Law 25, Brazil LGPD/Latin America, and Asia-Pacific & Japan (APPI, Australia Privacy Act, South Korea PIPA, Singapore PDPA, India DPDP) - Add International Data Transfers section (SCCs, IDTAs, adequacy decisions) and Data Minimization & Purpose Limitation section - Update Cookie Policy with precise cookie table, ePrivacy exemption rationale, and localStorage notice dismissal documentation - Create docs/PrivacyCompliance.md: full multi-market compliance guide covering cookie strategy, data transfer mechanisms, data subject rights handling matrix with response timelines, and market-specific notes for all supported regions - Add docs/PrivacyCompliance.md to mkdocs.yml Compliance nav section - Add 10 new targeted tests to test_views_general.py validating all key compliance content areas Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
site_name: DocuElevate
|
|
site_description: Intelligent Document Processing & Management
|
|
site_url: https://docuelevate.readthedocs.io/
|
|
repo_url: https://github.com/christianlouis/DocuElevate
|
|
repo_name: DocuElevate
|
|
theme:
|
|
name: material
|
|
logo: logo.png
|
|
favicon: favicon.ico
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.instant
|
|
- search.suggest
|
|
- content.code.copy
|
|
nav:
|
|
- Getting Started:
|
|
- Setup Wizard: SetupWizard
|
|
- User Guide: UserGuide
|
|
- Browser Extension: BrowserExtension
|
|
- API: API
|
|
- Deployment:
|
|
- Overview: DeploymentGuide
|
|
- Kubernetes / Helm: KubernetesDeployment
|
|
- Production Readiness: ProductionReadiness
|
|
- Configuration:
|
|
- Overview: ConfigurationMaster
|
|
- Configuration Guide: ConfigurationGuide
|
|
- Settings Management: SettingsManagement
|
|
- Database: DatabaseConfiguration
|
|
- Dropbox: DropboxSetup
|
|
- Google Drive: GoogleDriveSetup
|
|
- OneDrive: OneDriveSetup
|
|
- Amazon S3: AmazonS3Setup
|
|
- Authentication: AuthenticationSetup
|
|
- Notifications: NotificationsSetup
|
|
- Security:
|
|
- Credential Rotation: CredentialRotationGuide
|
|
- Troubleshooting:
|
|
- General: Troubleshooting
|
|
- Configuration: ConfigurationTroubleshooting
|
|
- Compliance:
|
|
- Licensing: LicensingCompliance
|
|
- Privacy & GDPR: PrivacyCompliance
|