From 6dfab4d9a2805a315a529a4eef72bb202a5b44a5 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 15 Mar 2024 14:28:38 -0400 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20HAPI=20FHIR=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dfdaaf6..d126722 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,21 @@ 欢迎来到鲨鱼君的文档和手册的空间 -GitHub 上有关 HoneyMoose 的项目:[https://github.com/iSharkfly-Docs/docs-isharkfly-com](https://github.com/iSharkfly-Docs/docs-isharkfly-com) +GitHub 上有关 HoneyMoose +的项目:[https://github.com/iSharkfly-Docs/docs-isharkfly-com](https://github.com/iSharkfly-Docs/docs-isharkfly-com) [联系我们](CONTACT.md ':include') ## 如何运行文档 + 本文档是通过 docsify 进行编译和安装的。 ### 安装 docsify + 如果你的计算机还没有安装 docsify 的话,请运行命令 `npm i docsify-cli -g` 来进行安装。 ### 校验安装结果 + 运行命令 `docsify -version` 来校验安装结果,界面上应该显示: ```text @@ -21,6 +25,7 @@ docsify-cli version: ``` ### 运行 docsify + 如果你希望在你的本地计算机上查看本文档,请运行 `docsify serve ./` , 在你的控制台上将会有下面的内如输出: ```text @@ -36,10 +41,10 @@ Listening at http://localhost:3000 在这里对原作者表示感谢。 -| 网站名称 | URL | NOTE | GitHuba Page 链接 | -|----------------|--------------------------------------------------------|---------------------------|----------------------------------------------------------------------------------------------------| -| DOCS.OSSEZ.COM | [https://docs.ossez.com/#/](https://docs.ossez.com/#/) | 本手册的编译版本将会部署在这个链接上 | [https://cwiki-us-docs.github.io/cwikius-docs/#/](https://cwiki-us-docs.github.io/cwikius-docs/#/) | -| WWW.CWIKIUS.CN | [http://www.cwikius.cn/](http://www.cwikius.cn/) | CWIKIUS.CN 一个有独立思考和温度的清新站 | N/A | +| 网站名称 | URL | NOTE | GitHub | +|--------------------|----------------------------------------------------------------|---------------------------|--------------------------------------------------------------------------------------------------------------| +| DOCS.ISHARKFLY.COM | [https://docs.isharkfly.com/#/](https://docs.isharkfly.com/#/) | 本手册的编译版本将会部署在这个链接上 | [https://github.com/iSharkfly-Docs/docs-isharkfly-com](https://github.com/iSharkfly-Docs/docs-isharkfly-com) | +| WWW.CWIKIUS.CN | [http://www.cwikius.cn/](http://www.cwikius.cn/) | CWIKIUS.CN 一个有独立思考和温度的清新站 | N/A | ### 前端和 UI @@ -50,12 +55,13 @@ Listening at http://localhost:3000 | Angular 技术手册 | https://angular.ossez.com/ | Angular 手册的在线翻译版本,从源代码中进行编译 | | TypeScript 文档手册 | https://typescript.ossez.com/ | TypeScript 相关技术文档和手册 | -### 后端和数据层 +### 后端和数据 | 网站名称 | URL | NOTE | |------------------------|-------------------------------|----------------------| | Apache Druid 技术手册 | https://druid.ossez.com/ | Druid 手册的在线翻译版本 | | Amazon OpenSearch 技术手册 | https://opensearch.ossez.com/ | OpenSearch 手册的在线翻译版本 | +| HAPI FHIR | https://fhir.isharkfly.com/#/ | FHIR 相关技术文档的收集和讨论 | ### 容器 docker