From 2d1beffa0f447e2a1a9cda5b14a8ab9c4a6815a1 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Thu, 13 Jun 2019 15:21:31 +0300 Subject: [PATCH] fix(docs): proper cross sections links --- docs/src/guides/install-into-existing.md | 4 ++-- docs/src/guides/start.md | 2 +- docs/src/guides/theme-customize-component.md | 6 +++--- docs/src/guides/theme-system.md | 4 ++-- docs/src/guides/theme-using-mapping.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/src/guides/install-into-existing.md b/docs/src/guides/install-into-existing.md index 26bc727d4..a19983376 100644 --- a/docs/src/guides/install-into-existing.md +++ b/docs/src/guides/install-into-existing.md @@ -142,5 +142,5 @@ export const Application: NavigationContainer = createAppContainer(AppNavigator)
## Related Articles -- [Top Navigation](docs/components/top-navigation) -- [Bottom Navigation](docs/components/bottom-navigation) +- [Top Navigation](components/top-navigation) +- [Bottom Navigation](components/bottom-navigation) diff --git a/docs/src/guides/start.md b/docs/src/guides/start.md index b566fd922..d8fc80675 100644 --- a/docs/src/guides/start.md +++ b/docs/src/guides/start.md @@ -5,7 +5,7 @@ React Native UI Kitten is a framework of UI components powered by Eva Design Sys ## Quick start tutorials -**[Adding into existing React Native Project](docs/guides/install-into-existing)** +**[Adding into existing React Native Project](guides/add-into-existing-project)** This tutorial explains how to use React Native UI Kitten if you already have some React Native code as a starting app from scratch. diff --git a/docs/src/guides/theme-customize-component.md b/docs/src/guides/theme-customize-component.md index dce7ede58..82a32723f 100644 --- a/docs/src/guides/theme-customize-component.md +++ b/docs/src/guides/theme-customize-component.md @@ -45,7 +45,7 @@ All React Native UI Kitten components have a set of properties which you can use Each component has `appearance` property which can have single or multiple values depending on mapping configuration. Also, there is a list of *variant group* properties like `size`, `status` etc. -These properties are defined by Eva Design System. For more information read the [Theme System Guide](docs/guides/theme-system). +These properties are defined by Eva Design System. For more information read the [Theme System Guide](guides/theme-system). ### Appearance property @@ -182,5 +182,5 @@ export default class App extends React.Component { ### Related Articles -* [React Native UI Kitten Theme System](docs/guides/theme-system) -* [Creating Styled Components](docs/guides/theme-using-mapping) +* [React Native UI Kitten Theme System](guides/theme-system) +* [Creating Styled Components](guides/creating-styled-components) diff --git a/docs/src/guides/theme-system.md b/docs/src/guides/theme-system.md index d795660ad..06f56fc7e 100644 --- a/docs/src/guides/theme-system.md +++ b/docs/src/guides/theme-system.md @@ -228,5 +228,5 @@ That's it! All the magic is done by React Native UI Kitten style system and we d ## Related Articles -- [Creating Custom Styled Components](docs/guides/creating-styled-components) -- [Using theme inside Custom Components](docs/guides/creating-themed-components) +- [Creating Custom Styled Components](guides/creating-styled-components) +- [Using theme inside Custom Components](guides/creating-themed-components) diff --git a/docs/src/guides/theme-using-mapping.md b/docs/src/guides/theme-using-mapping.md index d43e1bb1b..9c574ef67 100644 --- a/docs/src/guides/theme-using-mapping.md +++ b/docs/src/guides/theme-using-mapping.md @@ -166,5 +166,5 @@ export const AwesomeComponentShowcase = (props?: AwesomeComponentProps): React.R ## Related Articles -- [React Native UI Kitten Theme System](docs/guides/theme-system) +- [React Native UI Kitten Theme System](guides/theme-system)