From 42ba93d6ec165c60088a8ad0e1063cf1823e48c5 Mon Sep 17 00:00:00 2001 From: thso Date: Mon, 18 Apr 2016 21:32:20 +0100 Subject: [PATCH] samples(dart): add a `docsync` file to the displaying-data example closes #1113 --- public/docs/_examples/displaying-data/dart/.docsync.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 public/docs/_examples/displaying-data/dart/.docsync.json diff --git a/public/docs/_examples/displaying-data/dart/.docsync.json b/public/docs/_examples/displaying-data/dart/.docsync.json new file mode 100644 index 0000000000..3d1d13a2df --- /dev/null +++ b/public/docs/_examples/displaying-data/dart/.docsync.json @@ -0,0 +1,4 @@ +{ + "name": "Displaying data", + "docHref": "https://angular.io/docs/dart/latest/guide/displaying-data.html" +}