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