Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b81ed commit 0186b14Copy full SHA for 0186b14
1 file changed
dev/bots/post_process_docs.dart
@@ -65,7 +65,7 @@ Future<void> postProcess() async {
65
final File versionFile = File('version');
66
final String version = versionFile.readAsStringSync();
67
// Recreate footer
68
- final String publishPath = path.join(docsPath, 'doc', 'api', 'footer.js');
+ final String publishPath = path.join(docsPath, '..', 'docs', 'doc', 'flutter', 'footer.js');
69
final File footerFile = File(publishPath)..createSync(recursive: true);
70
createFooter(footerFile, version);
71
}
0 commit comments