Skip to content

Commit

Permalink
📃 docs(文档): 补充运行时说明
Browse files Browse the repository at this point in the history
  • Loading branch information
lqzhgood committed Nov 25, 2023
1 parent 46c2526 commit 2a9bb44
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
25 changes: 13 additions & 12 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -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: [
Expand Down
7 changes: 7 additions & 0 deletions docs/guide/setup-runtime/explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 说明

这里仅作为目录使用, 你不应该来到这里, 请按相应的项目文档进行

每个项目有自己所需要的运行时, 按照项目文档进行即可.

不是说这里的运行时你需要全部安装

0 comments on commit 2a9bb44

Please sign in to comment.