Ver Fonte

move Robodog in docs

Artur Paikin há 6 anos atrás
pai
commit
be31c7851c

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

@@ -1,9 +1,9 @@
 ---
 ---
 type: docs
 type: docs
-order: 12
 title: "Robodog: Form API"
 title: "Robodog: Form API"
 menu: "Form"
 menu: "Form"
 permalink: docs/robodog/form/
 permalink: docs/robodog/form/
+order: 102
 ---
 ---
 
 
 Add resumable uploads and Transloadit's processing to your existing HTML upload forms. Selected files will be uploaded to Transloadit, and the Assembly information will be submitted to your form endpoint.
 Add resumable uploads and Transloadit's processing to your existing HTML upload forms. Selected files will be uploaded to Transloadit, and the Assembly information will be submitted to your form endpoint.

+ 1 - 1
website/src/docs/robodog-picker.md

@@ -3,7 +3,7 @@ type: docs
 title: "Robodog: File Picker API"
 title: "Robodog: File Picker API"
 menu: "File Picker"
 menu: "File Picker"
 permalink: docs/robodog/picker/
 permalink: docs/robodog/picker/
-order: 11
+order: 101
 ---
 ---
 
 
 Show a modal UI that allows users to pick files from their device and from the web. It uploads files to Transloadit for processing.
 Show a modal UI that allows users to pick files from their device and from the web. It uploads files to Transloadit for processing.

+ 1 - 1
website/src/docs/robodog-upload.md

@@ -3,7 +3,7 @@ type: docs
 title: "Robodog: Upload API"
 title: "Robodog: Upload API"
 menu: "Upload"
 menu: "Upload"
 permalink: docs/robodog/upload/
 permalink: docs/robodog/upload/
-order: 13
+order: 103
 ---
 ---
 
 
 Upload files straight to Transloadit from your own custom UI. Give us an array of files, and we'll give you an array of results!
 Upload files straight to Transloadit from your own custom UI. Give us an array of files, and we'll give you an array of results!

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

@@ -1,6 +1,6 @@
 ---
 ---
 type: docs
 type: docs
-order: 10
+order: 100
 title: "Robodog"
 title: "Robodog"
 menu: "Introduction"
 menu: "Introduction"
 module: "@uppy/robodog"
 module: "@uppy/robodog"

+ 2 - 2
website/themes/uppy/layout/partials/sidebar.ejs

@@ -1,7 +1,5 @@
 <%
 <%
 var categories = [
 var categories = [
-  // order: 1x
-  { path: 'docs/robodog/', name: 'Robodog', link: true },
   // order: 2x
   // order: 2x
   { path: 'docs/plugins/', name: 'Plugins', link: true },
   { path: 'docs/plugins/', name: 'Plugins', link: true },
   // order: 3x
   // order: 3x
@@ -18,6 +16,8 @@ var categories = [
   { path: 'docs/form/', name: 'Miscellaneous', link: false },
   { path: 'docs/form/', name: 'Miscellaneous', link: false },
   // order: 9x
   // order: 9x
   { path: 'docs/react/', name: 'React Components', link: true },
   { path: 'docs/react/', name: 'React Components', link: true },
+  // order: 10x
+  { path: 'docs/robodog/', name: 'Robodog', link: true }
 ]
 ]
 %>
 %>
 <div class="Sidebar js-Sidebar">
 <div class="Sidebar js-Sidebar">