File tree 3 files changed +3
-1
lines changed 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 {
99
99
// If we're generating docs for the Dart SDK, we insert a copyright footer.
100
100
if (sdkDocs) {
101
101
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' ));
103
103
footerTextFilePaths = [footerCopyrightUri.toFilePath ()];
104
104
}
105
105
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ const List<String> resource_names = const [
10
10
'package:dartdoc/resources/favicon.png' ,
11
11
'package:dartdoc/resources/github.css' ,
12
12
'package:dartdoc/resources/highlight.pack.js' ,
13
+ 'package:dartdoc/resources/readme.md' ,
13
14
'package:dartdoc/resources/script.js' ,
15
+ 'package:dartdoc/resources/sdk_footer_text.html' ,
14
16
'package:dartdoc/resources/styles.css' ,
15
17
'package:dartdoc/resources/typeahead.bundle.min.js'
16
18
];
You can’t perform that action at this time.
0 commit comments