Browse Source

docs: Fix YAML syntax.

Renée Kooi 6 years ago
parent
commit
35414119f9

+ 1 - 1
website/src/docs/aws-s3-multipart.md

@@ -2,7 +2,7 @@
 type: docs
 order: 43
 title: "AWS S3 Multipart"
-module: @uppy/aws-s3-multipart
+module: "@uppy/aws-s3-multipart"
 permalink: docs/aws-s3-multipart/
 ---
 

+ 1 - 1
website/src/docs/aws-s3.md

@@ -2,7 +2,7 @@
 type: docs
 order: 42
 title: "AWS S3"
-module: @uppy/aws-s3
+module: "@uppy/aws-s3"
 permalink: docs/aws-s3/
 ---
 

+ 1 - 1
website/src/docs/dashboard.md

@@ -2,7 +2,7 @@
 type: docs
 order: 20
 title: "Dashboard"
-module: @uppy/dashboard
+module: "@uppy/dashboard"
 permalink: docs/dashboard/
 ---
 

+ 1 - 1
website/src/docs/dragdrop.md

@@ -2,7 +2,7 @@
 type: docs
 order: 21
 title: "Drag & Drop"
-module: @uppy/drag-drop
+module: "@uppy/drag-drop"
 permalink: docs/drag-drop/
 alias: docs/dragdrop/
 ---

+ 1 - 1
website/src/docs/dropbox.md

@@ -2,7 +2,7 @@
 type: docs
 order: 31
 title: "Dropbox"
-module: @uppy/dropbox
+module: "@uppy/dropbox"
 permalink: docs/dropbox/
 ---
 

+ 1 - 1
website/src/docs/fileinput.md

@@ -2,7 +2,7 @@
 type: docs
 order: 22
 title: "File Input"
-module: @uppy/file-input
+module: "@uppy/file-input"
 permalink: docs/file-input/
 alias: docs/fileinput/
 

+ 1 - 1
website/src/docs/form.md

@@ -2,7 +2,7 @@
 type: docs
 order: 70
 title: "Form"
-module: @uppy/form
+module: "@uppy/form"
 permalink: docs/form/
 ---
 

+ 1 - 1
website/src/docs/golden-retriever.md

@@ -1,6 +1,6 @@
 ---
 title: "Golden Retriever"
-module: @uppy/golden-retriever
+module: "@uppy/golden-retriever"
 type: docs
 permalink: docs/golden-retriever/
 order: 71

+ 1 - 1
website/src/docs/google-drive.md

@@ -2,7 +2,7 @@
 type: docs
 order: 32
 title: "Google Drive"
-module: @uppy/google-drive
+module: "@uppy/google-drive"
 permalink: docs/google-drive/
 ---
 

+ 1 - 1
website/src/docs/informer.md

@@ -2,7 +2,7 @@
 type: docs
 order: 52
 title: "Informer"
-module: @uppy/informer
+module: "@uppy/informer"
 permalink: docs/informer/
 ---
 

+ 1 - 1
website/src/docs/instagram.md

@@ -2,7 +2,7 @@
 type: docs
 order: 33
 title: "Instagram"
-module: @uppy/instagram
+module: "@uppy/instagram"
 permalink: docs/instagram/
 ---
 

+ 1 - 1
website/src/docs/progressbar.md

@@ -2,7 +2,7 @@
 type: docs
 order: 51
 title: "Progress Bar"
-module: @uppy/progress-bar
+module: "@uppy/progress-bar"
 permalink: docs/progress-bar/
 alias: docs/progressbar/
 ---

+ 1 - 1
website/src/docs/statusbar.md

@@ -2,7 +2,7 @@
 type: docs
 order: 50
 title: "Status Bar"
-module: @uppy/status-bar
+module: "@uppy/status-bar"
 permalink: docs/status-bar/
 alias: docs/statusbar/
 ---

+ 1 - 1
website/src/docs/transloadit.md

@@ -2,7 +2,7 @@
 type: docs
 order: 60
 title: "Transloadit"
-module: @uppy/transloadit
+module: "@uppy/transloadit"
 permalink: docs/transloadit/
 ---
 

+ 1 - 1
website/src/docs/tus.md

@@ -2,7 +2,7 @@
 type: docs
 order: 40
 title: "Tus"
-module: @uppy/tus
+module: "@uppy/tus"
 permalink: docs/tus/
 ---
 

+ 1 - 1
website/src/docs/uppy.md

@@ -2,7 +2,7 @@
 type: docs
 order: 1
 title: "Uppy"
-module: @uppy/core
+module: "@uppy/core"
 permalink: docs/uppy/
 ---
 

+ 1 - 1
website/src/docs/url.md

@@ -2,7 +2,7 @@
 type: docs
 order: 34
 title: "Import From URL"
-module: @uppy/url
+module: "@uppy/url"
 permalink: docs/url/
 ---
 

+ 1 - 1
website/src/docs/webcam.md

@@ -2,7 +2,7 @@
 type: docs
 order: 26
 title: "Webcam"
-module: @uppy/webcam
+module: "@uppy/webcam"
 permalink: docs/webcam/
 ---
 

+ 1 - 1
website/src/docs/xhrupload.md

@@ -2,7 +2,7 @@
 type: docs
 order: 41
 title: "XHR Upload"
-module: @uppy/xhr-upload
+module: "@uppy/xhr-upload"
 permalink: docs/xhr-upload/
 alias: docs/xhrupload/
 ---