Skip to content

Commit

Permalink
docs: rename to integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Sep 17, 2023
1 parent 272f194 commit acd31f3
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 7 deletions.
26 changes: 20 additions & 6 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default defineConfig({
themeConfig: {
nav: [
{ text: 'Guide', link: '/pages/en/guide/getting-started' },
{ text: 'Integrations', link: '/pages/en/integrations/' },
],
sidebar: [
{
Expand All @@ -28,9 +29,15 @@ export default defineConfig({
],
},
{
text: 'Markdown It Plugins',
text: 'Integrations',
items: [
{ text: 'Bi-directional Links', link: '/pages/en/plugins/markdown-it-bi-directional-links/' },
{ text: 'Overview', link: '/pages/en/integrations/' },
{
text: 'Markdown It Plugins',
items: [
{ text: 'Bi-directional links', link: '/pages/en/integrations/markdown-it-bi-directional-links/' },
],
},
],
},
],
Expand All @@ -45,18 +52,25 @@ export default defineConfig({
themeConfig: {
nav: [
{ text: '指南', link: '/pages/zh-CN/guide/getting-started' },
{ text: '集成', link: '/pages/zh-CN/integrations/' },
],
sidebar: [
{
text: '介绍',
text: '指南',
items: [
{ text: '开始', link: '/pages/zh-CN/guide/getting-started' },
{ text: '如何开始', link: '/pages/zh-CN/guide/getting-started' },
],
},
{
text: 'Markdown It 插件',
text: '集成',
items: [
{ text: '双向链接', link: '/pages/zh-CN/plugins/markdown-it-bi-directional-links/' },
{ text: '概览', link: '/pages/zh-CN/integrations/' },
{
text: 'Markdown It 插件',
items: [
{ text: '双向链接', link: '/pages/zh-CN/integrations/markdown-it-bi-directional-links/' },
],
},
],
},
],
Expand Down
1 change: 1 addition & 0 deletions docs/pages/en/integrations/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Integrations
2 changes: 1 addition & 1 deletion docs/pages/zh-CN/guide/getting-started.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# 开始
# 如何开始
1 change: 1 addition & 0 deletions docs/pages/zh-CN/integrations/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 集成

0 comments on commit acd31f3

Please sign in to comment.