diff --git a/docs/ComponentsAndAPIs.md b/docs/ComponentsAndAPIs.md index f1c0672caca..f35c9be3d6d 100644 --- a/docs/ComponentsAndAPIs.md +++ b/docs/ComponentsAndAPIs.md @@ -1,5 +1,5 @@ --- -id: components +id: components-and-apis title: Components and APIs layout: docs category: Guides diff --git a/docs/MoreResources.md b/docs/MoreResources.md index a3ddb3f8769..677c72d7240 100644 --- a/docs/MoreResources.md +++ b/docs/MoreResources.md @@ -4,7 +4,7 @@ title: More Resources layout: docs category: The Basics permalink: docs/more-resources.html -next: components +next: components-and-apis previous: network --- diff --git a/docs/PlatformSpecificInformation.md b/docs/PlatformSpecificInformation.md index bb49df3eca7..71a684a491c 100644 --- a/docs/PlatformSpecificInformation.md +++ b/docs/PlatformSpecificInformation.md @@ -5,7 +5,7 @@ layout: docs category: Guides permalink: docs/platform-specific-code.html next: navigation -previous: components +previous: components-and-apis --- When building a cross-platform app, you'll want to re-use as much code as possible. Scenarios may arise where it makes sense for the code to be different, for example you may want to implement separate visual components for iOS and Android.