forked from fullcalendar/fullcalendar-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
57 lines (44 loc) · 1.08 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
# NOTE: keep in sync with .gitignore
# (except for dotfiles which are automatically excluded)
exclude:
- node_modules
- vendor
- bin
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- gulpfile.js
- README.md
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
fullcalendar_org: https://github.com/fullcalendar
fullcalendar_repo: https://github.com/fullcalendar/fullcalendar
fullcalendar_scheduler_repo: https://github.com/fullcalendar/fullcalendar-scheduler
production_baseurl: https://fullcalendar.io
releases_dir: ../fullcalendar-releases # in a sibling directory
# ordered by how they should appear in UI
available_versions:
- id: v4
collection: docs-v4
is_pre: true
- id: v3
collection: docs-v3
is_latest: true
- id: v2
aliased_to: v3
- id: v1
collection: docs-v1
# output:true says a page should be generated for each document
collections:
docs-v4:
output: true
permalink: /docs/v4/:slug
docs-v3:
output: true
permalink: /docs/:slug
docs-v1:
output: true
permalink: /docs/v1/:slug