Skip to content

Commit 401daa7

Browse files
committed
Linkify option
1 parent f569dda commit 401daa7

File tree

1 file changed

+32
-29
lines changed

1 file changed

+32
-29
lines changed

docs/.vuepress/config.js

+32-29
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
module.exports = {
2-
title: 'Vetur',
3-
description: "Vue tooling for VS Code.",
4-
base: '/vetur/',
5-
themeConfig: {
6-
repo: 'vuejs/vetur',
7-
editLinks: true,
8-
docsDir: 'docs',
9-
sidebar: [
10-
'/setup',
11-
{
12-
title: 'Features',
13-
collapsable: false,
14-
children: [
15-
'/highlighting',
16-
'/snippet',
17-
'/emmet',
18-
'/linting-error',
19-
'/formatting',
20-
'/intellisense',
21-
'/debugging',
22-
'/framework'
23-
]
24-
},
25-
'/FAQ',
26-
'/CONTRIBUTING',
27-
'/roadmap',
28-
'/CHANGELOG',
29-
'/credits'
2+
title: 'Vetur',
3+
description: 'Vue tooling for VS Code.',
4+
base: '/vetur/',
5+
markdown: {
6+
linkify: true
7+
},
8+
themeConfig: {
9+
repo: 'vuejs/vetur',
10+
editLinks: true,
11+
docsDir: 'docs',
12+
sidebar: [
13+
'/setup',
14+
{
15+
title: 'Features',
16+
collapsable: false,
17+
children: [
18+
'/highlighting',
19+
'/snippet',
20+
'/emmet',
21+
'/linting-error',
22+
'/formatting',
23+
'/intellisense',
24+
'/debugging',
25+
'/framework'
26+
]
27+
},
28+
'/FAQ',
29+
'/CONTRIBUTING',
30+
'/roadmap',
31+
'/CHANGELOG',
32+
'/credits'
3033
]
31-
}
3234
}
35+
};

0 commit comments

Comments
 (0)