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
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
Original file line number Diff line number Diff 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/'
You can’t perform that action at this time.
0 commit comments