Commit f101ad4e authored by jcollins-g's avatar jcollins-g Committed by GitHub

Upgrade dartdoc to 0.11.0 (#9805)

parent 837f1010
......@@ -2,7 +2,7 @@
set -e
# 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
# a custom index.html, placing everything into dev/docs/doc
......
......@@ -77,7 +77,9 @@ dependencies:
'--footer', 'lib/footer.html',
'--exclude', 'temp_doc',
'--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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment