-
Notifications
You must be signed in to change notification settings - Fork 2.9k
/
_config.yml
79 lines (61 loc) · 1.59 KB
/
_config.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# don't delete webpack-generated files
keep_files:
- dist
# NOTE: keep in sync with .gitignore
# (except for dotfiles which are automatically excluded)
exclude:
- scripts
- src
- README.*
- webpack.config.js
- node_modules
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
baseurl: /docs
fullcalendar_site: https://fullcalendar-site.pages.dev
fullcalendar_org: https://github.com/fullcalendar
fullcalendar_repo: https://github.com/fullcalendar/fullcalendar
fullcalendar_premium_repo: https://github.com/fullcalendar/fullcalendar-workspace
fullcalendar_react_repo: https://github.com/fullcalendar/fullcalendar-react
fullcalendar_vue_repo: https://github.com/fullcalendar/fullcalendar-vue
fullcalendar_angular_repo: https://github.com/fullcalendar/fullcalendar-angular
# ordered by how they should appear in UI
available_versions:
- id: v6
collection: docs-v6
is_latest: true
- id: v5
collection: docs-v5
- id: v4
collection: docs-v4
- id: v3
collection: docs-v3
- id: v2
aliased_to: v3
- id: v1
collection: docs-v1
# `output: true` says a page should be generated for each document.
# NOTE: if you change the permalink structure, you must also change
# the permalinks in the _docs-*/index.md files.
collections:
docs-v6:
output: true
permalink: /:slug
docs-v5:
output: true
permalink: /v5/:slug
docs-v4:
output: true
permalink: /v4/:slug
docs-v3:
output: true
permalink: /v3/:slug
docs-v1:
output: true
permalink: /v1/:slug