Skip to content

Commit 939ce3a

Browse files
committed
docs: update essentials scaffolding
1 parent 5234537 commit 939ce3a

31 files changed

+115
-29
lines changed

docs/plugins/essentials/appcontext.md renamed to docs/plugins/essentials/applicationmodel/appcontext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
uid: Plugins.Essentials.AppContext
2+
uid: Plugins.Essentials.ApplicationModel.AppContext
33
---
44

55
# AppContext
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
uid: Plugins.Essentials.ApplicationModel.Browser
3+
---
4+
5+
# Browser
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
uid: Plugins.Essentials.ApplicationModel.Communication.Email
3+
---
4+
5+
# Email

docs/plugins/essentials/phonedialer.md renamed to docs/plugins/essentials/applicationmodel/communication/phonedialer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
uid: Plugins.Essentials.PhoneDialer
2+
uid: Plugins.Essentials.ApplicationModel.Communication.PhoneDialer
33
---
44

55
# Phone Dialer
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- name: Email
2+
href: email.md
3+
- name: Phone Dialer
4+
href: phonedialer.md
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
uid: Plugins.Essentials.ApplicationModel.DataTransfer.Clipboard
3+
---
4+
5+
# Clipboard
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Clipboard
2+
href: clipboard.md

docs/plugins/essentials/latestversion.md renamed to docs/plugins/essentials/applicationmodel/latestversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
uid: Plugins.Essentials.LatestVersion
2+
uid: Plugins.Essentials.ApplicationModel.LatestVersion
33
---
44

55
# Latest Version
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
uid: Plugins.Essentials.ApplicationModel.Launcher
3+
---
4+
5+
# Launcher
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
- name: App Context
2+
href: appcontext.md
3+
- name: Browser
4+
href: browser.md
5+
- name: Communication
6+
href: communication/toc.yml
7+
- name: Data Transfer
8+
href: datatransfer/toc.yml
9+
- name: LatestVersion
10+
href: latestversion.md
11+
- name: Launcher
12+
href: launcher.md
13+
- name: Version Tracking
14+
href: versiontracking.md

0 commit comments

Comments
 (0)