feat(docs): Enhance deployment guides with improved formatting and visual elements

- Updated the introductory notes in both English and Vietnamese deployment guides for clarity.
- Changed subgraph titles in Mermaid diagrams for consistency and improved readability.
- Added color styling to Mermaid diagram elements for better visual distinction.
This commit is contained in:
Ho Ngoc Hai
2026-01-08 15:45:18 +07:00
parent 510e2306cd
commit 3f5d9715dc
4 changed files with 41 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ const ITEM_ORDER: Record<string, string[]> = {
'guides': [
'getting-started', // EN: Always show getting started first / VI: Luôn hiển thị getting started đầu tiên
'local-development', // EN: Then local setup / VI: Sau đó là local setup
'development', // EN: Then development / VI: Sau đó là development
'deployment', // EN: Then deployment / VI: Sau đó là deployment
// EN: Other items will be alphabetically sorted / VI: Các items khác sẽ được sắp xếp theo alphabet
],