From 2098f3115d246aa7a74ec46ec15f144f208493f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E5=9D=82=E7=A5=9E=E5=A5=88=E5=AD=90?= Date: Mon, 18 Nov 2024 20:01:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mts | 12 ++++++------ ...Articles&Coverage.md => articles-and-coverage.md} | 0 ...ts&Definitions.md => concepts-and-definitions.md} | 0 .../{Days&Festivals.md => days-and-festivals.md} | 0 ...Diagnosis&Medical.md => diagnosis-and-medical.md} | 0 ...es&Regulations.md => policies-and-regulations.md} | 0 docs/document/{Q&A.md => q-and-a.md} | 0 docs/welcome.md | 12 ++++++------ 8 files changed, 12 insertions(+), 12 deletions(-) rename docs/document/{Articles&Coverage.md => articles-and-coverage.md} (100%) rename docs/document/{Concepts&Definitions.md => concepts-and-definitions.md} (100%) rename docs/document/{Days&Festivals.md => days-and-festivals.md} (100%) rename docs/document/{Diagnosis&Medical.md => diagnosis-and-medical.md} (100%) rename docs/document/{Policies&Regulations.md => policies-and-regulations.md} (100%) rename docs/document/{Q&A.md => q-and-a.md} (100%) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index da2da6b..7f9d070 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -54,13 +54,13 @@ export default defineConfig({ sidebar: [ { items: [ - { text: '相关概念与释义', link: '/document/Concepts&Definitions.md' }, - { text: '相关诊断与医疗', link: '/document/Diagnosis&Medical.md' }, - { text: '相关政策与法规', link: '/document/Policies&Regulations.md' }, - { text: '相关国际纪念日', link: '/document/Days&Festivals.md' }, + { text: '相关概念与释义', link: '/document/concepts-and-definitions.md' }, + { text: '相关诊断与医疗', link: '/document/diagnosis-and-medical.md' }, + { text: '相关政策与法规', link: '/document/policies-and-regulations.md' }, + { text: '相关国际纪念日', link: '/document/days-and-festivals.md' }, { text: '相关调研与资料', link: '/document/research-and-materials.md' }, - { text: '相关误区与问答', link: '/document/Q&A.md' }, - { text: '相关文章与报道', link: '/document/Articles&Coverage.md' }, + { text: '相关误区与问答', link: '/document/q-and-a.md' }, + { text: '相关文章与报道', link: '/document/articles-and-coverage.md' }, { text: '关于我们', link: '/about.md' } ] }, diff --git a/docs/document/Articles&Coverage.md b/docs/document/articles-and-coverage.md similarity index 100% rename from docs/document/Articles&Coverage.md rename to docs/document/articles-and-coverage.md diff --git a/docs/document/Concepts&Definitions.md b/docs/document/concepts-and-definitions.md similarity index 100% rename from docs/document/Concepts&Definitions.md rename to docs/document/concepts-and-definitions.md diff --git a/docs/document/Days&Festivals.md b/docs/document/days-and-festivals.md similarity index 100% rename from docs/document/Days&Festivals.md rename to docs/document/days-and-festivals.md diff --git a/docs/document/Diagnosis&Medical.md b/docs/document/diagnosis-and-medical.md similarity index 100% rename from docs/document/Diagnosis&Medical.md rename to docs/document/diagnosis-and-medical.md diff --git a/docs/document/Policies&Regulations.md b/docs/document/policies-and-regulations.md similarity index 100% rename from docs/document/Policies&Regulations.md rename to docs/document/policies-and-regulations.md diff --git a/docs/document/Q&A.md b/docs/document/q-and-a.md similarity index 100% rename from docs/document/Q&A.md rename to docs/document/q-and-a.md diff --git a/docs/welcome.md b/docs/welcome.md index 84acb9b..12d6e20 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -6,11 +6,11 @@ title: 欢迎 > [!NOTE] 本站计划打造成一个跨性别相关知识科普站,目前还在起步阶段,在内容编写方面可能存在些许不足,如有错误欢请极指出也欢迎加入我们一同参与网站建设!本站所示内容遵循当代客观事实及友善用语;本站不提供相关诊断开具及用药指导等信息;本站所示的医疗相关内容仅适用于大陆地区。 -* [相关概念与释义](/document/Concepts&Definitions.md) -* [相关诊断与医疗](/document/Diagnosis&Medical.md) -* [相关政策与法规](/document/Policies&Regulations.md) -* [相关国际纪念日](/document/Days&Festivals.md) +* [相关概念与释义](/document/concepts-and-definitions.md) +* [相关诊断与医疗](/document/diagnosis-and-medical.md) +* [相关政策与法规](/document/policies-and-regulations.md) +* [相关国际纪念日](/document/days-and-festivals.md) * [相关调研与资料](/document/research-and-materials.md) -* [相关误区与问答](/document/Q&A.md) -* [相关文章与报道](/document/Articles&Coverage.md) +* [相关误区与问答](/document/q-and-a.md) +* [相关文章与报道](/document/articles-and-coverage.md) * [关于我们](/about.md) \ No newline at end of file