Skip to content

Commit 4219b08

Browse files
committed
docs: add scaffolding for coming APIs
1 parent 46c6644 commit 4219b08

File tree

7 files changed

+31
-1
lines changed

7 files changed

+31
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
uid: Plugins.Essentials.ApplicationModel.DataTransfer.Share
3+
---
4+
5+
# Share
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
- name: Clipboard
2-
href: clipboard.md
2+
href: clipboard.md
3+
- name: Share
4+
href: share.md
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
uid: Plugins.Essentials.Media.Camera
3+
---
4+
5+
# Camera
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
uid: Plugins.Essentials.Media.GettingStarted
3+
---
4+
5+
# Getting Started

docs/plugins/essentials/media/toc.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: Getting Started
2+
href: index.md
3+
- name: Camera
4+
href: camera.md
5+
- name: Video
6+
href: video.md
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
uid: Plugins.Essentials.Media.Video
3+
---
4+
5+
# Video

docs/plugins/essentials/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
href: devices/toc.yml
77
- name: IO
88
href: io/toc.yml
9+
- name: Media
10+
href: media/toc.yml
911
- name: Networking
1012
href: networking/toc.yml
1113
- name: Notifications

0 commit comments

Comments
 (0)