-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
86 lines (68 loc) · 1.81 KB
/
Copy path_config.yml
File metadata and controls
86 lines (68 loc) · 1.81 KB
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
80
81
82
83
84
85
86
# don't delete Vite-generated files
keep_files:
- dist
# NOTE: keep in sync with .gitignore
# (except for dotfiles which are automatically excluded)
exclude:
- scripts
- src
- README.*
- TODO.*
- vite.config.js
- wrangler.jsonc
- node_modules
- package.json
- package-lock.json
- pnpm-lock.yaml
- Gemfile
- Gemfile.lock
# Avoid watching release symlinks during development; jekyll:build copies this into _site.
- releases
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
baseurl: ''
prod_url: https://fullcalendar.io
v6_to_v7_url: https://fullcalendar.io/docs/upgrading-from-v6
demo_feed_url: https://fullcalendar.io/api/demo-feeds
docs_repo_url: https://github.com/fullcalendar/fullcalendar-docs-legacy
repo_url: https://github.com/fullcalendar/fullcalendar
premium_repo_url: https://github.com/fullcalendar/fullcalendar-workspace
react_repo_url: https://github.com/fullcalendar/fullcalendar-react
vue_repo_url: https://github.com/fullcalendar/fullcalendar-vue
angular_repo_url: 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: /v6/: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