File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ main(List<String> arguments) async {
9999 // If we're generating docs for the Dart SDK, we insert a copyright footer.
100100 if (sdkDocs) {
101101 Uri footerCopyrightUri = await Isolate .resolvePackageUri (
102- Uri .parse ('package:dartdoc/src /sdk_footer_text.html' ));
102+ Uri .parse ('package:dartdoc/resources /sdk_footer_text.html' ));
103103 footerTextFilePaths = [footerCopyrightUri.toFilePath ()];
104104 }
105105
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ const List<String> resource_names = const [
1010 'package:dartdoc/resources/favicon.png' ,
1111 'package:dartdoc/resources/github.css' ,
1212 'package:dartdoc/resources/highlight.pack.js' ,
13+ 'package:dartdoc/resources/readme.md' ,
1314 'package:dartdoc/resources/script.js' ,
15+ 'package:dartdoc/resources/sdk_footer_text.html' ,
1416 'package:dartdoc/resources/styles.css' ,
1517 'package:dartdoc/resources/typeahead.bundle.min.js'
1618];
You can’t perform that action at this time.
0 commit comments