forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
69 lines (62 loc) · 1.06 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
destination: production
markdown: kramdown
kramdown:
syntax_highlighter: rouge
toc_levels: "2,3"
highlighter: rouge
paginate: 10
sass:
sass_dir: _sass
gems:
- jekyll-paginate
- jekyll-toc
- jekyll-sitemap
url: "https://docs.bazel.build" # used by jekyll-sitemap
# Update this to the newest release for the default docs.bazel.build version.
version: "3.3.0"
# This must be kept in sync with //scripts/docs:doc_versions.bzl
doc_versions:
- master
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.29.1
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.2
- 0.19.1
- 0.18.1
- 0.17.2
- 0.17.1
main_site_url: https://www.bazel.build
docs_site_url: "/"
blog_site_url: https://blog.bazel.build
defaults:
# Enable table of contents for every page
-
scope:
path: ""
values:
toc: true
sitemap: true
# jekyll-toc settings
toc:
min_level: 2
max_level: 3
list_class: page-toc
sublist_class: page-toc-sublist