docs: Spread out doc order numbers

So we don't have to change them all whenever we add a new page.

This reserves 10 numbers for each "type" of plugin documentation:

 - 0-9 · introduction (getting started etc)
 - 10-19 · plugin meta (only the list right now)
 - 20-29 · UI plugins
 - 30-39 · Uploaders
 - 40-∞ · Other
This commit is contained in:
Renée Kooi 2017-09-20 11:03:04 +02:00
parent 4b9bf05f13
commit 606f772f43
No known key found for this signature in database
GPG key ID: 30516CF2A8E63718
9 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
---
type: docs
order: 11
order: 32
title: "AwsS3"
permalink: docs/aws-s3/
---

View file

@ -1,6 +1,6 @@
---
type: docs
order: 6
order: 20
title: "Dashboard"
permalink: docs/dashboard/
---

View file

@ -1,6 +1,6 @@
---
type: docs
order: 7
order: 21
title: "DragDrop"
permalink: docs/dragdrop/
---

View file

@ -2,7 +2,7 @@
title: "Golden Retriever"
type: docs
permalink: docs/golden-retriever/
order: 15
order: 40
---
Golden Retriever plugin saves selected files in your browser cache (Local Storage for metadata, then Service Worker for all blobs + IndexedDB for small blobs), so that if the browser crashes, Uppy can restore everything and continue uploading like nothing happened. Read more about it [on the blog](https://uppy.io/blog/2017/07/golden-retriever/).
@ -42,4 +42,4 @@ if ('serviceWorker' in navigator) {
console.log('Registration failed with ' + error)
})
}
```
```

View file

@ -2,7 +2,7 @@
title: "List & Common Options"
type: docs
permalink: docs/plugins/
order: 4
order: 10
---
Plugins are what makes Uppy useful: they help select, manipulate and upload files.
@ -116,7 +116,7 @@ Same as with Uppy.Cores setting from above, this allows you to override plugi
```js
.use(FileInput, {
target: 'body',
target: 'body',
locale: {
strings: { selectToUpload: 'Выберите файл для загрузки' }
}

View file

@ -1,6 +1,6 @@
---
type: docs
order: 8
order: 22
title: "StatusBar"
permalink: docs/statusbar/
---

View file

@ -1,6 +1,6 @@
---
type: docs
order: 10
order: 33
title: "Transloadit"
permalink: docs/transloadit/
---

View file

@ -1,6 +1,6 @@
---
type: docs
order: 8
order: 30
title: "Tus10"
permalink: docs/tus/
---

View file

@ -1,6 +1,6 @@
---
type: docs
order: 8
order: 31
title: "XHRUpload"
permalink: docs/xhrupload/
---