From 6faea38cc35f16d5586c96fb2753c4a744986eb6 Mon Sep 17 00:00:00 2001 From: leejooy96 Date: Wed, 18 Oct 2023 11:09:24 +0900 Subject: [PATCH] pack: change documentation directory link --- README.ko-KR.md | 4 ++-- README.md | 4 ++-- README.zh-CN.md | 4 ++-- docs/src/.vitepress/config.mts | 6 +++--- .../main-and-renderer-process.md | 0 .../{Electron How To => electron-how-to}/preload-script.md | 0 .../automated-testing.md | 0 .../build-configuration.md | 0 .../getting-started.md | 0 .../install-local-documentation.md | 0 .../npm-scripts.md | 0 .../pre-configured-components.md | 0 .../project-structure.md | 0 13 files changed, 9 insertions(+), 9 deletions(-) rename docs/src/{Electron How To => electron-how-to}/main-and-renderer-process.md (100%) rename docs/src/{Electron How To => electron-how-to}/preload-script.md (100%) rename docs/src/{Installation and Build => installation-and-build}/automated-testing.md (100%) rename docs/src/{Installation and Build => installation-and-build}/build-configuration.md (100%) rename docs/src/{Installation and Build => installation-and-build}/getting-started.md (100%) rename docs/src/{Installation and Build => installation-and-build}/install-local-documentation.md (100%) rename docs/src/{Installation and Build => installation-and-build}/npm-scripts.md (100%) rename docs/src/{Project Structures => project-structures}/pre-configured-components.md (100%) rename docs/src/{Project Structures => project-structures}/project-structure.md (100%) diff --git a/README.ko-KR.md b/README.ko-KR.md index 020d68bd..8d4e9c5f 100644 --- a/README.ko-KR.md +++ b/README.ko-KR.md @@ -34,9 +34,9 @@ - ⚡️ Pinia 스토어를 활용한 글로벌 상태 관리 - ⚡️ GitHub 커뮤니티와 공식 문서를 통한 프로젝트 기술지원 -## [문서 (설치 및 시작하기)](https://vutron.jooy2.com/Installation%20and%20Build/getting-started) +## [문서 (설치 및 시작하기)](https://vutron.jooy2.com/installation-and-build/getting-started) -자세한 설치 방법이나 기본적인 템플릿 사용 방법에 대한 전체 문서를 참고하려면 다음 문서 페이지를 방문하세요: https://vutron.jooy2.com/Installation%20and%20Build/getting-started +자세한 설치 방법이나 기본적인 템플릿 사용 방법에 대한 전체 문서를 참고하려면 다음 문서 페이지를 방문하세요: https://vutron.jooy2.com/installation-and-build/getting-started ## 기여 diff --git a/README.md b/README.md index c065e725..0cdee805 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ Quick Start Templates for **[Vite](https://vitejs.dev)** + **[Vue 3](https://vue - ⚡️ Global state management through the Pinia store - ⚡️ Quick support through the GitHub community and official documentation -## [Documentation (Getting Started)](https://vutron.jooy2.com/Installation%20and%20Build/getting-started) +## [Documentation (Getting Started)](https://vutron.jooy2.com/installation-and-build/getting-started) -For complete documentation including installation instructions and basic usage, please refer to each item in the link below: https://vutron.jooy2.com/Installation%20and%20Build/getting-started +For complete documentation including installation instructions and basic usage, please refer to each item in the link below: https://vutron.jooy2.com/installation-and-build/getting-started ## Contribute diff --git a/README.zh-CN.md b/README.zh-CN.md index 37eb6800..e75d09aa 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -34,9 +34,9 @@ - ⚡️ 通过 Pinia 存储进行全局状态管理 - ⚡️ 通过 GitHub 社区和官方文档提供快速支持 -## [文档(入门指南)](https://vutron.jooy2.com/Installation%20and%20Build/getting-started) +## [文档(入门指南)](https://vutron.jooy2.com/installation-and-build/getting-started) -完整的文档,包括安装说明和基本使用方法,请参阅以下链接的每个项目:https://vutron.jooy2.com/Installation%20and%20Build/getting-started +完整的文档,包括安装说明和基本使用方法,请参阅以下链接的每个项目:https://vutron.jooy2.com/installation-and-build/getting-started ## 贡献 diff --git a/docs/src/.vitepress/config.mts b/docs/src/.vitepress/config.mts index 22100296..9b9750c3 100644 --- a/docs/src/.vitepress/config.mts +++ b/docs/src/.vitepress/config.mts @@ -24,9 +24,9 @@ export default { useTitleFromFrontmatter: true, sortMenusByFrontmatterOrder: true, manualSortFileNameByPriority: [ - 'Installation and Build', - 'Project Structures', - 'Electron How To' + 'installation-and-build', + 'project-structures', + 'electron-how-to' ] }), socialLinks: [{ icon: 'github', link: repository.url.replace('.git', '') }] diff --git a/docs/src/Electron How To/main-and-renderer-process.md b/docs/src/electron-how-to/main-and-renderer-process.md similarity index 100% rename from docs/src/Electron How To/main-and-renderer-process.md rename to docs/src/electron-how-to/main-and-renderer-process.md diff --git a/docs/src/Electron How To/preload-script.md b/docs/src/electron-how-to/preload-script.md similarity index 100% rename from docs/src/Electron How To/preload-script.md rename to docs/src/electron-how-to/preload-script.md diff --git a/docs/src/Installation and Build/automated-testing.md b/docs/src/installation-and-build/automated-testing.md similarity index 100% rename from docs/src/Installation and Build/automated-testing.md rename to docs/src/installation-and-build/automated-testing.md diff --git a/docs/src/Installation and Build/build-configuration.md b/docs/src/installation-and-build/build-configuration.md similarity index 100% rename from docs/src/Installation and Build/build-configuration.md rename to docs/src/installation-and-build/build-configuration.md diff --git a/docs/src/Installation and Build/getting-started.md b/docs/src/installation-and-build/getting-started.md similarity index 100% rename from docs/src/Installation and Build/getting-started.md rename to docs/src/installation-and-build/getting-started.md diff --git a/docs/src/Installation and Build/install-local-documentation.md b/docs/src/installation-and-build/install-local-documentation.md similarity index 100% rename from docs/src/Installation and Build/install-local-documentation.md rename to docs/src/installation-and-build/install-local-documentation.md diff --git a/docs/src/Installation and Build/npm-scripts.md b/docs/src/installation-and-build/npm-scripts.md similarity index 100% rename from docs/src/Installation and Build/npm-scripts.md rename to docs/src/installation-and-build/npm-scripts.md diff --git a/docs/src/Project Structures/pre-configured-components.md b/docs/src/project-structures/pre-configured-components.md similarity index 100% rename from docs/src/Project Structures/pre-configured-components.md rename to docs/src/project-structures/pre-configured-components.md diff --git a/docs/src/Project Structures/project-structure.md b/docs/src/project-structures/project-structure.md similarity index 100% rename from docs/src/Project Structures/project-structure.md rename to docs/src/project-structures/project-structure.md