From 2a9bb44a2d7903d4cb669277c594b58c7e49f4c6 Mon Sep 17 00:00:00 2001 From: lqzh <9134671+lqzhgood@users.noreply.github.com> Date: Sat, 25 Nov 2023 14:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs(=E6=96=87=E6=A1=A3):=20?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=BF=90=E8=A1=8C=E6=97=B6=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 25 +++++++++++++------------ docs/guide/setup-runtime/explain.md | 7 +++++++ 2 files changed, 20 insertions(+), 12 deletions(-) create mode 100644 docs/guide/setup-runtime/explain.md diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index b9cf00df..4d2f306a 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -57,18 +57,6 @@ export default defineConfig({ { text: 'Show', link: '/guide/use/show' }, ], }, - { - text: '运行时环境的安装', - collapsed: true, - items: [ - { text: 'nodejs', link: '/guide/setup-runtime/nodejs' }, - { text: 'python', link: '/guide/setup-runtime/python' }, - { text: 'java', link: '/guide/setup-runtime/java' }, - { text: 'php', link: '/guide/setup-runtime/php' }, - { text: 'docker', link: '/guide/setup-runtime/docker' }, - { text: '常见问题', link: '/guide/setup-runtime/Q&A' }, - ], - }, { text: '开发-数据格式', items: [ @@ -103,6 +91,19 @@ export default defineConfig({ { text: 'Shmily-Data', link: '/guide/use/data' }, ], }, + { + text: '运行时环境的安装', + collapsed: true, + items: [ + { text: '说明', link: '/guide/setup-runtime/explain' }, + { text: 'nodejs', link: '/guide/setup-runtime/nodejs' }, + { text: 'python', link: '/guide/setup-runtime/python' }, + { text: 'java', link: '/guide/setup-runtime/java' }, + { text: 'php', link: '/guide/setup-runtime/php' }, + { text: 'docker', link: '/guide/setup-runtime/docker' }, + { text: '常见问题', link: '/guide/setup-runtime/Q&A' }, + ], + }, { text: '其他', items: [ diff --git a/docs/guide/setup-runtime/explain.md b/docs/guide/setup-runtime/explain.md new file mode 100644 index 00000000..6fd90721 --- /dev/null +++ b/docs/guide/setup-runtime/explain.md @@ -0,0 +1,7 @@ +# 说明 + +这里仅作为目录使用, 你不应该来到这里, 请按相应的项目文档进行 + +每个项目有自己所需要的运行时, 按照项目文档进行即可. + +不是说这里的运行时你需要全部安装 \ No newline at end of file