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.
----
-...
-redirect_from: /getting-started/android/
----
-
-
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.
diff --git a/developers/documentation/standards/index.html b/developers/documentation/standards/index.html
index ae3baa8c45..a3bad1134b 100644
--- a/developers/documentation/standards/index.html
+++ b/developers/documentation/standards/index.html
@@ -137,6 +137,15 @@
+ Renaming Pages
+It can happen that a component or platform is renamed, in this case the documentation needs to be updated as well. If you rename a page, add redirect_from:
to the file header and let it point to the old location/name of the page. Please consider to add details, like release number or old component/platform name, to the page in a note.
+---
+...
+redirect_from: /getting-started/android/
+---
+
+
+Adding a redirect also applies if you move content around in the documention.