blob: 0faf08061d495da4a17b23d5fd69d3829f59ee2d [file] [log] [blame]
David Chenbd690802016-04-26 07:12:42 +00001destination: production
jingwen56065162020-06-02 04:11:07 -07002markdown: kramdown
laurentlb9ed63792018-11-12 07:10:27 -08003kramdown:
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
Jingwen Chene94ffc02020-03-18 15:55:01 -070014 - jekyll-sitemap
15
16url: "https://docs.bazel.build" # used by jekyll-sitemap
dzc5596d3b2017-06-07 21:51:52 -040017
Jingwen Chen8b4c7402019-05-15 05:57:21 -070018# Update this to the newest release for the default docs.bazel.build version.
laurentlb8e69eff2020-10-06 08:05:18 -070019version: "3.6.0"
dzc5596d3b2017-06-07 21:51:52 -040020
Klaus Aehlig719c42e2019-05-28 04:20:46 -070021# This must be kept in sync with //scripts/docs:doc_versions.bzl
Jingwen Chen186bdcd2018-12-14 10:27:23 -080022doc_versions:
23 - master
laurentlb8e69eff2020-10-06 08:05:18 -070024 - 3.6.0
aiuto53ec80e2020-10-01 08:54:46 -070025 - 3.5.1
Tobias Werthb3a4b512020-07-14 00:43:48 -070026 - 3.4.0
John Cater839e9d42020-06-17 07:32:06 -070027 - 3.3.0
philwo49a96572020-05-27 11:42:12 -070028 - 3.2.0
Laurent Le Brun69bb3932020-04-22 05:10:06 -070029 - 3.1.0
John Cater8249d1a2020-04-06 07:30:56 -070030 - 3.0.0
philwo247ca0c2020-03-03 02:14:17 -080031 - 2.2.0
Laurent Le Brun86b51fc2020-02-07 09:38:41 -080032 - 2.1.0
Klaus Aehlig98ad7d62019-12-19 06:00:55 -080033 - 2.0.0
philwo80ea0282019-11-21 05:41:01 -080034 - 1.2.0
Tobias Werth5a2ec762019-10-21 04:52:23 -070035 - 1.1.0
dslomovf767eb92019-10-10 05:27:43 -070036 - 1.0.0
John Cater96f038a2019-09-13 11:16:26 -070037 - 0.29.1
John Catera583cbc2019-08-28 08:40:08 -070038 - 0.29.0
Laurent Le Brunb5c92252019-07-10 10:28:43 -070039 - 0.28.0
laurentlbd92004a2019-06-17 08:03:31 -070040 - 0.27.0
Klaus Aehlig719c42e2019-05-28 04:20:46 -070041 - 0.26.0
dannark3488aaa2019-05-02 11:34:20 -070042 - 0.25.0
John Cater587ec6f2019-03-26 10:39:40 -070043 - 0.24.0
jingwen79147c62019-02-26 11:40:57 -080044 - 0.23.0
Klaus Aehligd2804e52019-01-28 22:09:11 -080045 - 0.22.0
Jingwen Chen2ba4e462018-12-19 09:25:30 -080046 - 0.21.0
Jingwen Chen186bdcd2018-12-14 10:27:23 -080047 - 0.20.0
48 - 0.19.2
49 - 0.19.1
50 - 0.18.1
51 - 0.17.2
52 - 0.17.1
53
dzc5596d3b2017-06-07 21:51:52 -040054main_site_url: https://www.bazel.build
dzcf8e5e0d2017-06-23 08:26:10 +020055docs_site_url: "/"
dzc5596d3b2017-06-07 21:51:52 -040056blog_site_url: https://blog.bazel.build
Jingwen Chene7dcc622020-02-20 15:27:06 -080057
58defaults:
59 # Enable table of contents for every page
60 -
61 scope:
62 path: ""
63 values:
64 toc: true
Jingwen Chene94ffc02020-03-18 15:55:01 -070065 sitemap: true
Jingwen Chene7dcc622020-02-20 15:27:06 -080066
67# jekyll-toc settings
68toc:
69 min_level: 2
70 max_level: 3
71 list_class: page-toc
72 sublist_class: page-toc-sublist