diff --git a/dev/docs/survey.html b/dev/docs/survey.html
new file mode 100644
index 0000000000..6684c7eaa1
--- /dev/null
+++ b/dev/docs/survey.html
@@ -0,0 +1 @@
+
diff --git a/dev/tools/dartdoc.dart b/dev/tools/dartdoc.dart
index a6747c1f7a..b7424ac045 100644
--- a/dev/tools/dartdoc.dart
+++ b/dev/tools/dartdoc.dart
@@ -136,6 +136,7 @@ Future main(List arguments) async {
'--inject-html',
'--header', 'styles.html',
'--header', 'analytics.html',
+ '--header', 'survey.html',
'--header', 'snippets.html',
'--header', 'opensearch.html',
'--footer-text', 'lib/footer.html',