File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,8 +238,8 @@ credits = [
238238 ], [
239239 ' Dart' ,
240240 ' 2012 the Dart project authors' ,
241- ' CC BY-SA ' ,
242- ' https://creativecommons.org/licenses/by-sa/4.0/ '
241+ ' BSD 3-Clause "New" or "Revised" License ' ,
242+ ' https://raw.githubusercontent.com/dart-lang/sdk/main/LICENSE '
243243 ], [
244244 ' date-fns' ,
245245 ' 2021 Sasha Koss and Lesha Koss' ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ and put it in `/path/to/devdocs/docs/`
2323Or run the following commands in your terminal:
2424
2525``` sh
26- curl https://storage.googleapis.com/dart-archive/channels/stable/release/$RELEASE /api-docs/dartdocs-gen-api- zip > dartApi.zip; \
26+ curl https://storage.googleapis.com/dart-archive/channels/stable/release/$RELEASE /api-docs/dartdocs-gen-api. zip > dartApi.zip; \
2727unzip dartApi.zip; mv gen-dartdocs docs/dart~$VERSION
2828```
2929
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ class Dart < FileScraper
1717
1818 options [ :attribution ] = <<-HTML
1919 © 2012 the Dart project authors< br >
20- Licensed under the Creative Commons Attribution-ShareAlike License v4.0 .
20+ Licensed under the BSD 3-Clause "New" or "Revised" License .
2121 HTML
2222
2323 version '2' do
24- self . release = '2.17.0 '
24+ self . release = '2.18.5 '
2525 self . base_url = "https://api.dart.dev/stable/#{ release } /"
2626 end
2727
You can’t perform that action at this time.
0 commit comments