From 56ab019ef2861a70ee01d4c94fd100cc83862a36 Mon Sep 17 00:00:00 2001 From: Ho Ngoc Hai Date: Mon, 12 Jan 2026 12:55:56 +0700 Subject: [PATCH] fix(docs): Update Vietnamese templates section and remove outdated README files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed the label from 'Mẫu' to 'Templates' in the Vietnamese documentation for consistency. - Deleted outdated README.md files for both English and Vietnamese templates to streamline documentation and reduce clutter. - This update aims to enhance clarity and maintain a more organized structure in the documentation. --- apps/web-docs/.vitepress/config.mts | 4 ++-- docs/en/templates/{README.md => index.md} | 0 docs/vi/templates/{README.md => index.md} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/en/templates/{README.md => index.md} (100%) rename docs/vi/templates/{README.md => index.md} (100%) diff --git a/apps/web-docs/.vitepress/config.mts b/apps/web-docs/.vitepress/config.mts index 720b8597..4f0545fb 100644 --- a/apps/web-docs/.vitepress/config.mts +++ b/apps/web-docs/.vitepress/config.mts @@ -82,7 +82,7 @@ export default withMermaid(defineConfig({ { text: 'Trang chủ', link: '/vi/' }, { text: 'Hướng dẫn', link: '/vi/guides/getting-started' }, { text: 'Kiến trúc', link: '/vi/architecture/system-design' }, - { text: 'Mẫu', link: '/vi/templates/' } + { text: 'Templates', link: '/vi/templates/' } ], sidebar: { '/vi/guides/': [ @@ -120,7 +120,7 @@ export default withMermaid(defineConfig({ ], '/vi/templates/': [ { - text: 'Mẫu', + text: 'Templates', items: [ { text: 'Tổng quan', link: '/vi/templates/' }, { text: 'Node.js Template', link: '/vi/templates/nodejs-template' }, diff --git a/docs/en/templates/README.md b/docs/en/templates/index.md similarity index 100% rename from docs/en/templates/README.md rename to docs/en/templates/index.md diff --git a/docs/vi/templates/README.md b/docs/vi/templates/index.md similarity index 100% rename from docs/vi/templates/README.md rename to docs/vi/templates/index.md