From 88bd427b4d7117a4af35899f21564ce6d10a24f9 Mon Sep 17 00:00:00 2001 From: Kevin Bronstein Date: Wed, 27 Feb 2019 12:11:50 -0300 Subject: [PATCH 1/3] Add snippets.json --- snippets.json | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 snippets.json diff --git a/snippets.json b/snippets.json new file mode 100644 index 0000000..51dfaec --- /dev/null +++ b/snippets.json @@ -0,0 +1,99 @@ +{ + "compactOverlay": { + "docs": "src/compactOverlay/docs.html", + "snippets": [ + "src/compactOverlay/compactOverlay.html", + "src/compactOverlay/compactOverlay.js" + ] + }, + "darkTheme": { + "docs": "src/darkTheme/docs.html", + "snippets": [ + "src/darkTheme/darkTheme.html", + "src/darkTheme/darkTheme.js" + ] + }, + "fullScreen": { + "docs": "src/fullScreen/docs.html", + "snippets": [ + "src/fullScreen/fullScreen.html", + "src/fullScreen/fullScreen.js" + ] + }, + "graphAuth": { + "docs": "src/graphAuth/docs.html", + "snippets": [ + "src/graphAuth/graphAuth.html", + "src/graphAuth/graphAuth.js" + ] + }, + "graphCalendar": { + "docs": "src/graphCalendar/docs.html", + "snippets": [ + "src/graphCalendar/graphCalendar.html", + "src/graphCalendar/graphCalendar.js" + ] + }, + "graphContacts": { + "docs": "src/graphContacts/docs.html", + "snippets": [ + "src/graphContacts/graphContacts.html", + "src/graphContacts/graphContacts.js" + ] + }, + "graphCreateActivity": { + "docs": "src/graphCreateActivity/docs.html", + "snippets": [ + "src/graphCreateActivity/graphCreateActivity.html", + "src/graphCreateActivity/graphCreateActivity.js" + ] + }, + "messageDialog": { + "docs": "src/messageDialog/docs.html", + "snippets": [ + "src/messageDialog/messageDialog.html", + "src/messageDialog/messageDialog.js" + ] + }, + "secondaryTile": { + "docs": "src/secondaryTile/docs.html", + "snippets": [ + "src/secondaryTile/secondaryTile.js" + ] + }, + "share": { + "docs": "src/share/docs.html", + "snippets": [ + "src/share/share.html", + "src/share/share.js" + ] + }, + "timeline": { + "docs": "src/timeline/docs.html", + "snippets": [ + "src/timeline/timeline.html", + "src/timeline/timeline.js" + ] + }, + "titleBar": { + "docs": "src/titleBar/docs.html", + "snippets": [ + "src/titleBar/titleBar.html", + "src/titleBar/titleBar.js" + ] + }, + "toastNotification": { + "docs": "src/toastNotification/docs.html", + "snippets": [ + "src/toastNotification/toastNotification.html", + "src/toastNotification/toastNotification.js" + ] + }, + "windowsTitle": { + "docs": "src/windowsTitle/docs.html", + "snippets": [ + "src/windowsTitle/windowsTitle.html", + "src/windowsTitle/windowsTitle.js" + ] + } +} \ No newline at end of file From 26527a5fb07c20e5c8bc8ff414d461e05510420f Mon Sep 17 00:00:00 2001 From: Kevin Bronstein Date: Wed, 27 Feb 2019 12:12:19 -0300 Subject: [PATCH 2/3] Add empty docs file to all snippets --- src/compactOverlay/docs.html | 0 src/darkTheme/docs.html | 0 src/fullScreen/docs.html | 0 src/graphAuth/docs.html | 0 src/graphCalendar/docs.html | 0 src/graphContacts/docs.html | 0 src/graphCreateActivity/docs.html | 0 src/messageDialog/docs.html | 0 src/secondaryTile/docs.html | 0 src/share/docs.html | 0 src/timeline/docs.html | 0 src/titleBar/docs.html | 0 src/toastNotification/docs.html | 0 src/windowsTitle/docs.html | 0 14 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/compactOverlay/docs.html create mode 100644 src/darkTheme/docs.html create mode 100644 src/fullScreen/docs.html create mode 100644 src/graphAuth/docs.html create mode 100644 src/graphCalendar/docs.html create mode 100644 src/graphContacts/docs.html create mode 100644 src/graphCreateActivity/docs.html create mode 100644 src/messageDialog/docs.html create mode 100644 src/secondaryTile/docs.html create mode 100644 src/share/docs.html create mode 100644 src/timeline/docs.html create mode 100644 src/titleBar/docs.html create mode 100644 src/toastNotification/docs.html create mode 100644 src/windowsTitle/docs.html diff --git a/src/compactOverlay/docs.html b/src/compactOverlay/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/darkTheme/docs.html b/src/darkTheme/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/fullScreen/docs.html b/src/fullScreen/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/graphAuth/docs.html b/src/graphAuth/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/graphCalendar/docs.html b/src/graphCalendar/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/graphContacts/docs.html b/src/graphContacts/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/graphCreateActivity/docs.html b/src/graphCreateActivity/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/messageDialog/docs.html b/src/messageDialog/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/secondaryTile/docs.html b/src/secondaryTile/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/share/docs.html b/src/share/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/timeline/docs.html b/src/timeline/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/titleBar/docs.html b/src/titleBar/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/toastNotification/docs.html b/src/toastNotification/docs.html new file mode 100644 index 0000000..e69de29 diff --git a/src/windowsTitle/docs.html b/src/windowsTitle/docs.html new file mode 100644 index 0000000..e69de29 From 85d61d423ec35b9b25f2ee1ee230aed18c463866 Mon Sep 17 00:00:00 2001 From: marianstdt Date: Thu, 28 Feb 2019 13:54:22 -0300 Subject: [PATCH 3/3] add content to test --- src/compactOverlay/docs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compactOverlay/docs.html b/src/compactOverlay/docs.html index e69de29..2ba8f23 100644 --- a/src/compactOverlay/docs.html +++ b/src/compactOverlay/docs.html @@ -0,0 +1 @@ +

testing