File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ def call
7
7
css ( 'devsite-feature-tooltip' ) . remove
8
8
css ( 'devsite-thumb-rating' ) . remove
9
9
css ( 'devsite-toc' ) . remove
10
+ css ( 'devsite-feedback' ) . remove
10
11
css ( 'a.button-with-icon' ) . remove
11
12
css ( 'button.devsite-heading-link' ) . remove
13
+ css ( '.devsite-article-body > span:first-child[style="float: right; line-height: 36px"]' ) . remove
12
14
doc
13
15
end
14
16
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ class Bazel < UrlScraper
12
12
Licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License.
13
13
HTML
14
14
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
+
15
20
version '7.0' do
16
21
self . release = '7.0.0'
17
22
self . base_url = 'https://bazel.build/versions/7.0.0/reference/be/'
You can’t perform that action at this time.
0 commit comments