Upgrade dartdoc to 0.11.0 (#9805)

This commit is contained in:
jcollins-g 2017-05-04 13:28:07 -07:00 committed by GitHub
parent 837f101056
commit f101ad4e5a
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -e set -e
# Install dartdoc. # Install dartdoc.
pub global activate dartdoc 0.9.11 pub global activate dartdoc 0.11.0
# This script generates a unified doc set, and creates # This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc # a custom index.html, placing everything into dev/docs/doc

View File

@ -77,7 +77,9 @@ dependencies:
'--footer', 'lib/footer.html', '--footer', 'lib/footer.html',
'--exclude', 'temp_doc', '--exclude', 'temp_doc',
'--favicon=favicon.ico', '--favicon=favicon.ico',
'--use-categories' '--use-categories',
'--category-order',
'flutter,Dart Core,flutter_markdown,flutter_test,flutter_driver',
]; ];
for (String libraryRef in libraryRefs(diskPath: true)) { for (String libraryRef in libraryRefs(diskPath: true)) {