feat: Rebrand to License Authority with Govt of Goa branding

- Replace TLAS with License Authority throughout documentation
- Add Government of Goa emblem/logo (Ashoka Chakra style)
- Update frontend branding to match documentation
- Add configurable Swagger API link via VITE_API_BASE_URL env var
- Fix Docker build for VitePress (git dependency, .dockerignore)
- Fix helmet security headers for HTTP deployments
- Add CORS support for VM deployment

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Mahi
2026-02-10 00:46:25 -04:00
parent 435889ee79
commit 6ec8d3236d
34 changed files with 203 additions and 113 deletions

View File

@@ -1,12 +1,12 @@
# Platform Overview
The Tokenized License Approval System (TLAS) is an enterprise platform that transforms government licensing operations through blockchain-based credential issuance and configurable workflow automation.
License Authority is an enterprise platform that transforms government licensing operations through blockchain-based credential issuance and configurable workflow automation.
## Context
Government licensing processes across India handle millions of applications annually. These processes involve multiple stakeholders, complex approval hierarchies, and strict compliance requirements. Traditional systems face persistent challenges that impact both operational efficiency and citizen trust.
TLAS addresses these challenges through a purpose-built platform that combines workflow automation with cryptographic verification.
The platform addresses these challenges through a purpose-built platform that combines workflow automation with cryptographic verification.
## Platform Objectives
@@ -22,7 +22,7 @@ TLAS addresses these challenges through a purpose-built platform that combines w
### Tokenized License Certificates
Every license issued through TLAS is minted as a Non-Fungible Token (NFT) on a private Hyperledger Besu blockchain. This provides:
Every license issued through the platform is minted as a Non-Fungible Token (NFT) on a private Hyperledger Besu blockchain. This provides:
- **Cryptographic authenticity**: Certificates are digitally signed and verifiable
- **Tamper evidence**: Any modification attempt is detectable
@@ -51,11 +51,11 @@ Administrators and department heads access real-time visibility into:
## Deployment Model
TLAS operates as a multi-tenant platform with department-level isolation:
The platform operates as a multi-tenant platform with department-level isolation:
```
┌─────────────────────────────────┐
TLAS Platform
License Authority
├─────────────────────────────────┤
┌───────────┼───────────┬───────────┐ │
│ │ │ │ │
@@ -77,7 +77,7 @@ TLAS operates as a multi-tenant platform with department-level isolation:
## Integration Points
TLAS integrates with government and third-party services:
The platform integrates with government and third-party services:
| Integration | Purpose | Protocol |
|-------------|---------|----------|
@@ -98,7 +98,7 @@ TLAS integrates with government and third-party services:
## Navigation
- [Problem Statement](/overview/problem) - Challenges addressed by TLAS
- [Problem Statement](/overview/problem) - Challenges addressed by this platform
- [Solution Architecture](/overview/solution) - Technical design and components
- [Key Capabilities](/overview/capabilities) - Feature deep-dive
- [Technology Stack](/overview/technology) - Implementation technologies