- Added new devDependencies for vitepress-docs, including mermaid, vitepress, vitepress-plugin-mermaid, and vue. - Updated existing dependencies for vitepress and vue to their latest versions. - Introduced several new Algolia client packages with specific versions to enhance search capabilities. - Cleaned up and organized the lock file to reflect the latest package resolutions and integrity checks.
30 lines
991 B
Markdown
30 lines
991 B
Markdown
---
|
|
layout: home
|
|
|
|
hero:
|
|
name: "GoodGo Platform"
|
|
text: "Microservices Documentation"
|
|
tagline: Enterprise-grade microservices platform built with Node.js, .NET, and modern cloud technologies
|
|
actions:
|
|
- theme: brand
|
|
text: Get Started (EN)
|
|
link: /en/guides/getting-started
|
|
- theme: alt
|
|
text: Bắt đầu (VI)
|
|
link: /vi/guides/getting-started
|
|
|
|
features:
|
|
- title: 🏗️ Architecture
|
|
details: Comprehensive system design with microservices, event-driven patterns, and CQRS implementation.
|
|
link: /en/architecture/system-design
|
|
- title: 📚 Guides
|
|
details: Step-by-step guides for development, deployment, and troubleshooting.
|
|
link: /en/guides/getting-started
|
|
- title: 🛠️ Templates
|
|
details: Production-ready templates for Node.js and .NET microservices.
|
|
link: /en/templates/
|
|
- title: 🌐 Multi-language
|
|
details: Full documentation available in both English and Vietnamese.
|
|
link: /vi/guides/getting-started
|
|
---
|