Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): proper cross sections links #452

Merged
merged 1 commit into from
Jun 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/guides/install-into-existing.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ export const Application: NavigationContainer = createAppContainer(AppNavigator)
<hr>

## Related Articles
- [Top Navigation](docs/components/top-navigation)
- [Bottom Navigation](docs/components/bottom-navigation)
- [Top Navigation](components/top-navigation)
- [Bottom Navigation](components/bottom-navigation)
2 changes: 1 addition & 1 deletion docs/src/guides/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions docs/src/guides/theme-customize-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -182,5 +182,5 @@ export default class App extends React.Component<ApplicationProviderProps> {

### 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)
4 changes: 2 additions & 2 deletions docs/src/guides/theme-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/src/guides/theme-using-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)