From 83614757be060e43c177bca9353b3676624b8905 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Fri, 1 Mar 2019 15:42:43 -0800 Subject: [PATCH] Revert "Remove the old HaTS implementation on API docs" (#28748) --- dev/docs/survey.html | 1 + dev/tools/dartdoc.dart | 1 + 2 files changed, 2 insertions(+) create mode 100644 dev/docs/survey.html 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',