Skip to content

Commit 314010b

Browse files
committed
Update Dart documentation (2.13.0)
1 parent f980bde commit 314010b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/docs/filters/dart/clean_html.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ def call
3636
# Remove external links
3737
css('#external-links').remove
3838

39+
# Remove button to https://dart.dev/null-safety
40+
css('.feature-null-safety').remove
41+
3942
# Properly format header in v2 docs
4043
nested_title = at_css('div > h1')
4144
unless nested_title.nil?

lib/docs/scrapers/dart.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Dart < FileScraper
2121
HTML
2222

2323
version '2' do
24-
self.release = '2.12.2'
24+
self.release = '2.13.0'
2525
self.base_url = "https://api.dart.dev/stable/#{release}/"
2626
end
2727

0 commit comments

Comments
 (0)