Explorar o código

/docs/xhrupload --> docs/xhr-upload/ with alias (and others too)

Artur Paikin %!s(int64=6) %!d(string=hai) anos
pai
achega
0ec11087e4

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

@@ -2,7 +2,8 @@
 type: docs
 order: 21
 title: "DragDrop"
-permalink: docs/dragdrop/
+permalink: docs/drag-drop/
+alias: docs/dragdrop/
 ---
 
 DragDrop renders a simple Drag and Drop area for file selection. Useful when you only want the local device as a file source, don’t need file previews and metadata editing UI, and the [Dashboard](/docs/dashboard/) feels like an overkill.

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

@@ -2,7 +2,9 @@
 type: docs
 order: 25
 title: "FileInput"
-permalink: docs/fileinput/
+permalink: docs/file-input/
+alias: docs/fileinput/
+
 ---
 
 `FileInput` is the most barebones UI for selecting files—it shows a single button that, when clicked, opens up the browser's file selector.

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

@@ -2,7 +2,8 @@
 type: docs
 order: 23
 title: "ProgressBar"
-permalink: docs/progressbar/
+permalink: docs/progress-bar/
+alias: docs/progressbar/
 ---
 
 ProgressBar is a minimalist plugin that shows the current upload progress in a thin bar element, similar to the ones used by YouTube and GitHub when navigating between pages.

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

@@ -1,7 +1,8 @@
 ---
 title: "<DragDrop />"
 type: docs
-permalink: docs/react/dragdrop/
+permalink: docs/react/drag-drop/
+alias: docs/react/dragdrop/
 order: 62
 ---
 

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

@@ -1,7 +1,8 @@
 ---
 title: "<ProgressBar />"
 type: docs
-permalink: docs/react/progressbar/
+permalink: docs/react/progress-bar/
+alias: docs/react/progressbar/
 order: 63
 ---
 

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

@@ -1,7 +1,8 @@
 ---
 title: "<StatusBar />"
 type: docs
-permalink: docs/react/statusbar/
+permalink: docs/react/status-bar/
+alias: docs/react/statusbar/
 order: 61
 ---
 

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

@@ -2,7 +2,8 @@
 type: docs
 order: 22
 title: "StatusBar"
-permalink: docs/statusbar/
+permalink: docs/status-bar/
+alias: docs/statusbar/
 ---
 
 The StatusBar shows upload progress and speed, ETAs, pre- and post-processing information, and allows users to control (pause/resume/cancel) the upload.

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

@@ -2,7 +2,8 @@
 type: docs
 order: 31
 title: "XHRUpload"
-permalink: docs/xhrupload/
+permalink: docs/xhr-upload/
+alias: docs/xhrupload/
 ---
 
 The XHRUpload plugin handles classic HTML multipart form uploads, as well as uploads using the HTTP `PUT` method.