feat(deps): Update pnpm-lock.yaml with new dependencies and versions

- 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.
This commit is contained in:
Ho Ngoc Hai
2026-01-12 12:49:04 +07:00
parent 1e22e83879
commit 2e61c45620
188 changed files with 198865 additions and 124 deletions

29
docs/en/index.md Normal file
View File

@@ -0,0 +1,29 @@
---
layout: home
hero:
name: "GoodGo Platform"
text: "Documentation"
tagline: Enterprise-grade microservices platform
actions:
- theme: brand
text: Get Started
link: /en/guides/getting-started
- theme: alt
text: View Architecture
link: /en/architecture/system-design
features:
- title: 🚀 Getting Started
details: Quick setup guide to get your development environment running.
link: /en/guides/getting-started
- title: 🏗️ System Design
details: Understand the overall architecture and design decisions.
link: /en/architecture/system-design
- title: 🛠️ Templates
details: Use our production-ready service templates.
link: /en/templates/
- title: 📖 Guides
details: Comprehensive guides for all aspects of development.
link: /en/guides/development
---

29
docs/index.md Normal file
View File

@@ -0,0 +1,29 @@
---
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
---

29
docs/vi/index.md Normal file
View File

@@ -0,0 +1,29 @@
---
layout: home
hero:
name: "GoodGo Platform"
text: "Tài liệu"
tagline: Nền tảng microservices cấp doanh nghiệp
actions:
- theme: brand
text: Bắt đầu
link: /vi/guides/getting-started
- theme: alt
text: Xem Kiến trúc
link: /vi/architecture/system-design
features:
- title: 🚀 Bắt đầu
details: Hướng dẫn thiết lập môi trường phát triển nhanh chóng.
link: /vi/guides/getting-started
- title: 🏗️ Thiết kế Hệ thống
details: Hiểu về kiến trúc tổng thể và các quyết định thiết kế.
link: /vi/architecture/system-design
- title: 🛠️ Mẫu
details: Sử dụng các template service production-ready.
link: /vi/templates/
- title: 📖 Hướng dẫn
details: Hướng dẫn toàn diện cho mọi khía cạnh phát triển.
link: /vi/guides/development
---