Move redirect to standards

This commit is contained in:
Fabian Affolter 2017-10-16 10:24:13 +02:00
parent c64f54c3a7
commit 0e376d126d
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
2 changed files with 12 additions and 10 deletions

View file

@ -98,16 +98,6 @@ The direct usage of HTML is supported but not recommended. The note boxes are an
</p>
```
### {% linkable_title Redirects %}
If you rename or move an existing platform or component, create the redirect. Add the old location of the page to the header of the new one.
```text
---
...
redirect_from: /getting-started/android/
---
```
### {% linkable_title Images, icons, and logos %}
The images which are displayed on the pages are stored in various directories according to their purpose. If you want to use a logo and placed `logo:` in the file header then this image should be stored in `source/images/supported_brands`. The background must be transparent.