From d1cb00bcda16f64f89263f0cdb6d82cfce517dac Mon Sep 17 00:00:00 2001 From: Ja Young Lee <11873270+jayoung-lee@users.noreply.github.com> Date: Fri, 1 Mar 2019 14:05:16 -0800 Subject: [PATCH] Remove the old HaTS implementation on API docs (#28683) --- dev/docs/survey.html | 4 ---- dev/tools/dartdoc.dart | 1 - 2 files changed, 5 deletions(-) delete mode 100644 dev/docs/survey.html diff --git a/dev/docs/survey.html b/dev/docs/survey.html deleted file mode 100644 index 4fec193e9d..0000000000 --- a/dev/docs/survey.html +++ /dev/null @@ -1,4 +0,0 @@ - - diff --git a/dev/tools/dartdoc.dart b/dev/tools/dartdoc.dart index b7424ac045..a6747c1f7a 100644 --- a/dev/tools/dartdoc.dart +++ b/dev/tools/dartdoc.dart @@ -136,7 +136,6 @@ 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',