blob: 1cd9960199832e43400565d8a01aefc13f60905e [file] [log] [blame]
David Chenbd690802016-04-26 07:12:42 +00001destination: production
laurentlb9ed63792018-11-12 07:10:27 -08002markdown: kramdown
3kramdown:
4 syntax_highlighter: rouge
laurentlbe6e79a82018-11-12 10:47:26 -08005 toc_levels: "2,3"
laurentlb9ed63792018-11-12 07:10:27 -08006highlighter: rouge
7
David Chenbd690802016-04-26 07:12:42 +00008paginate: 10
David Chenbd690802016-04-26 07:12:42 +00009sass:
10 sass_dir: _sass
Jingwen Chene7dcc622020-02-20 15:27:06 -080011gems:
12 - jekyll-paginate
13 - jekyll-toc
dzc5596d3b2017-06-07 21:51:52 -040014
Jingwen Chen8b4c7402019-05-15 05:57:21 -070015# Update this to the newest release for the default docs.bazel.build version.
Laurent Le Brun86b51fc2020-02-07 09:38:41 -080016version: "2.1.0"
dzc5596d3b2017-06-07 21:51:52 -040017
Klaus Aehlig719c42e2019-05-28 04:20:46 -070018# This must be kept in sync with //scripts/docs:doc_versions.bzl
Jingwen Chen186bdcd2018-12-14 10:27:23 -080019doc_versions:
20 - master
Laurent Le Brun86b51fc2020-02-07 09:38:41 -080021 - 2.1.0
Klaus Aehlig98ad7d62019-12-19 06:00:55 -080022 - 2.0.0
philwo80ea0282019-11-21 05:41:01 -080023 - 1.2.0
Tobias Werth5a2ec762019-10-21 04:52:23 -070024 - 1.1.0
dslomovf767eb92019-10-10 05:27:43 -070025 - 1.0.0
John Cater96f038a2019-09-13 11:16:26 -070026 - 0.29.1
John Catera583cbc2019-08-28 08:40:08 -070027 - 0.29.0
Laurent Le Brunb5c92252019-07-10 10:28:43 -070028 - 0.28.0
laurentlbd92004a2019-06-17 08:03:31 -070029 - 0.27.0
Klaus Aehlig719c42e2019-05-28 04:20:46 -070030 - 0.26.0
dannark3488aaa2019-05-02 11:34:20 -070031 - 0.25.0
John Cater587ec6f2019-03-26 10:39:40 -070032 - 0.24.0
jingwen79147c62019-02-26 11:40:57 -080033 - 0.23.0
Klaus Aehligd2804e52019-01-28 22:09:11 -080034 - 0.22.0
Jingwen Chen2ba4e462018-12-19 09:25:30 -080035 - 0.21.0
Jingwen Chen186bdcd2018-12-14 10:27:23 -080036 - 0.20.0
37 - 0.19.2
38 - 0.19.1
39 - 0.18.1
40 - 0.17.2
41 - 0.17.1
42
dzc5596d3b2017-06-07 21:51:52 -040043main_site_url: https://www.bazel.build
dzcf8e5e0d2017-06-23 08:26:10 +020044docs_site_url: "/"
dzc5596d3b2017-06-07 21:51:52 -040045blog_site_url: https://blog.bazel.build
Jingwen Chene7dcc622020-02-20 15:27:06 -080046
47defaults:
48 # Enable table of contents for every page
49 -
50 scope:
51 path: ""
52 values:
53 toc: true
54
55# jekyll-toc settings
56toc:
57 min_level: 2
58 max_level: 3
59 list_class: page-toc
60 sublist_class: page-toc-sublist