Add docset generation (#24322)

(re-land of #24244)

This generates a zip file containing all of the docs, and uploads it when we publish docs, as well as a
Dash/Zeal docset that contains a feed of the docs.

Addresses at least part of #9955
This commit is contained in:
Greg Spencer
2018-11-15 15:05:57 -08:00
committed by GitHub
parent f9bccb0280
commit f20adcc428
3 changed files with 59 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "flutter",
"package": "flutter",
"version": "{{VERSION}}",
"author": {
"name": "The Flutter Team",
"link": "https://flutter.io"
@@ -102,4 +101,4 @@
"ignore": [
"ABOUT"
]
}
}