docs: enhance documentation site with improved design and features

- Update MkDocs configuration with advanced theme settings
- Add custom color palette and navigation features
- Expand markdown extensions for better documentation rendering
- Include new documentation sections and plugins
- Add custom CSS for improved site styling
- Update site description and navigation structure
This commit is contained in:
jango-blockchained
2025-02-05 02:33:05 +01:00
parent 01991c0060
commit af3399515a
3 changed files with 123 additions and 11 deletions

View File

@@ -58,17 +58,17 @@ Our architecture is engineered for performance, scalability, and security. The f
```mermaid
graph TD
subgraph Client
A[Client Application\n(Web / Mobile / Voice)]
A[Client Application<br>(Web / Mobile / Voice)]
end
subgraph CDN
B[CDN / Cache]
end
subgraph Server
C[Bun Native Server]
E[NLP Engine &\nLanguage Processing Module]
E[NLP Engine &<br>Language Processing Module]
end
subgraph Integration
D[Home Assistant\n(Devices, Lights, Thermostats)]
D[Home Assistant<br>(Devices, Lights, Thermostats)]
end
A -->|HTTP Request| B