forked from vuejs/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.json
46 lines (46 loc) · 957 Bytes
/
site.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"baseUrl": "",
"titlePrefix": "",
"titleSuffix": "",
"ignore": [
"_markbind/layouts/*",
"_markbind/logs/*",
"_site/*",
"site.json",
"*.md",
"*.njk",
".git/*",
"node_modules/*",
".github/*",
".editorconfig",
".gitignore",
"LICENSE"
],
"pagesExclude": ["node_modules/*"],
"pages": [
{
"src": "index.md",
"title": "Landing Page"
},
{
"glob": [
"docs/introduction.md",
"docs/quick-start.md",
"docs/essentials/*.md",
"docs/scaling-up/*.md",
"docs/typescript/*.md",
"docs/components/*.md",
"docs/built-ins/*.md",
"docs/best-practices/*.md",
"docs/reusability/*.md",
"docs/extras/*.md"
]
}
],
"deploy": {
"message": "Site Update."
},
"plugins": [
"codeBlockCopyButtons"
]
}