Add survey js to docs web site (#13210)

* Fixed typo in navigator.dart doc comments

* Added survey js to docs template
This commit is contained in:
Matt Sullivan 2017-11-29 09:07:04 -08:00 committed by GitHub
parent 7ce486efa2
commit f44007c810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
dev/docs/survey.html Normal file
View File

@ -0,0 +1,3 @@
<script async="" defer=""
src="//www.google.com/insights/consumersurveys/async_survey?site=i2bdmo2dzky7fqws25nicgx5f4">
</script>

View File

@ -95,6 +95,7 @@ dependencies:
'global', 'run', 'dartdoc',
'--header', 'styles.html',
'--header', 'analytics.html',
'--header', 'survey.html',
'--footer-text', 'lib/footer.html',
'--exclude', 'temp_doc',
'--favicon=favicon.ico',