Skip to content

Commit 62d30c7

Browse files
committed
Update Bazel documentation (8.0.0)
1 parent 367af74 commit 62d30c7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

lib/docs/filters/bazel/clean_html.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ def call
77
css('devsite-feature-tooltip').remove
88
css('devsite-thumb-rating').remove
99
css('devsite-toc').remove
10+
css('devsite-feedback').remove
1011
css('a.button-with-icon').remove
1112
css('button.devsite-heading-link').remove
13+
css('.devsite-article-body > span:first-child[style="float: right; line-height: 36px"]').remove
1214
doc
1315
end
1416

lib/docs/scrapers/bazel.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ class Bazel < UrlScraper
1212
Licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License.
1313
HTML
1414

15+
version '8.0' do
16+
self.release = '8.0.0'
17+
self.base_url = 'https://bazel.build/versions/8.0.0/reference/be/'
18+
end
19+
1520
version '7.0' do
1621
self.release = '7.0.0'
1722
self.base_url = 'https://bazel.build/versions/7.0.0/reference/be/'

0 commit comments

Comments
 (0)