From 54dd7f449502e175948d63984cb4ab068a8e76f9 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 7 Feb 2026 12:19:49 -0500 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20FHIR=20=E5=BC=80=E6=94=BE?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 6 +++++- docs/fhir/introduction/index.md | 10 +++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 67971fd..caf46f4 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -35,7 +35,11 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= collapsed: true, link: '/fhir/', items: [ - {text: '简介', link: '/fhir/introduction', collapsed: true}, + {text: '简介', link: './introduction', collapsed: true}, + {text: '开发者眼中的 FHIR', link: './introduction/toreader', collapsed: true}, + {text: 'FHIR 实现', link: './introduction/fhir-overview', collapsed: true}, + {text: 'FHIR 开发者指南', link: './introduction/fhir-dev-guide', collapsed: true}, + {text: '开放数据专题', link: './introduction/open-data-is-coming', collapsed: true}, ] }, { diff --git a/docs/fhir/introduction/index.md b/docs/fhir/introduction/index.md index 24dbf4b..3cb70e3 100644 --- a/docs/fhir/introduction/index.md +++ b/docs/fhir/introduction/index.md @@ -3,8 +3,8 @@ 主要是介绍一些FHIR 缘起的大背景,以及产业界对其唱衰唱好的各种论调。 -- [开发者眼中的 FHIR](/fhir-in-action/introduction/toreader.md) -- [FHIR 实现](/fhir-in-action/introduction/fhir-mplementation.md) -- [FHIR 概述](/fhir-in-action/introduction/fhir-overview.md) -- [FHIR 开发者指南](/fhir-in-action/introduction/fhir-dev-guide.md) -- [开放数据](/fhir-in-action/introduction/open-data-is-coming.md) \ No newline at end of file +- [开发者眼中的 FHIR](/fhir/introduction/toreader.md) +- [FHIR 实现](/fhir/introduction/fhir-mplementation.md) +- [FHIR 概述](/fhir/introduction/fhir-overview.md) +- [FHIR 开发者指南](/fhir/introduction/fhir-dev-guide.md) +- [开放数据](/fhir/introduction/open-data-is-coming.md) \ No newline at end of file -- 2.43.0