Skip to content

Commit ab3d835

Browse files
authored
Module chapter rewrite (#1597)
* Module chapter rewrite * Small tweaks while writing PR notes * Fix typos
1 parent 994aeee commit ab3d835

File tree

6 files changed

+808
-597
lines changed

6 files changed

+808
-597
lines changed

.vuepress/configs/sidebar/en.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,15 @@ export const sidebarEn: SidebarConfig = {
5151
'/book/variables.md',
5252
'/book/control_flow.md',
5353
'/book/scripts.md',
54-
'/book/modules.md',
54+
{
55+
text: 'Modules',
56+
link: '/book/modules.md',
57+
collapsible: false,
58+
children: [
59+
'/book/modules/using_modules.md',
60+
'/book/modules/creating_modules.md',
61+
],
62+
},
5563
'/book/overlays.md',
5664
'/book/testing.md',
5765
'/book/style_guide.md',
@@ -145,6 +153,7 @@ export const sidebarEn: SidebarConfig = {
145153
'/cookbook/foreign_shell_scripts',
146154
'/cookbook/pattern_matching',
147155
'/cookbook/external_completers',
156+
'/cookbook/modules',
148157
'/cookbook/files',
149158
'/cookbook/git',
150159
'/cookbook/parsing_git_log',

0 commit comments

Comments
 (0)