Update Bazel documentation (8.0.0)

pull/2181/merge
Simon Legner 2 weeks ago
parent 367af74a24
commit 62d30c70f9

@ -7,8 +7,10 @@ module Docs
css('devsite-feature-tooltip').remove
css('devsite-thumb-rating').remove
css('devsite-toc').remove
css('devsite-feedback').remove
css('a.button-with-icon').remove
css('button.devsite-heading-link').remove
css('.devsite-article-body > span:first-child[style="float: right; line-height: 36px"]').remove
doc
end

@ -12,6 +12,11 @@ module Docs
Licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License.
HTML
version '8.0' do
self.release = '8.0.0'
self.base_url = 'https://bazel.build/versions/8.0.0/reference/be/'
end
version '7.0' do
self.release = '7.0.0'
self.base_url = 'https://bazel.build/versions/7.0.0/reference/be/'

Loading…
Cancel
Save