From f44007c8103efbaee55a27e54620e761fac61f76 Mon Sep 17 00:00:00 2001 From: Matt Sullivan Date: Wed, 29 Nov 2017 09:07:04 -0800 Subject: [PATCH] Add survey js to docs web site (#13210) * Fixed typo in navigator.dart doc comments * Added survey js to docs template --- dev/docs/survey.html | 3 +++ dev/tools/dartdoc.dart | 1 + 2 files changed, 4 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..8f022a68a6 --- /dev/null +++ b/dev/docs/survey.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/dev/tools/dartdoc.dart b/dev/tools/dartdoc.dart index 7a8ceae784..4bb53d0559 100644 --- a/dev/tools/dartdoc.dart +++ b/dev/tools/dartdoc.dart @@ -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',