Skip to content

Commit 7a60402

Browse files
authored
docs: fix docs version changing on mobile phones (#457)
## Description fix docs version changing on mobile phones ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] Documentation update (improves or adds clarity to existing documentation) ### Checklist - [x] I have performed a self-review of my code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have updated the documentation accordingly - [x] My changes generate no new warnings
1 parent 274703b commit 7a60402

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/docs/01-fundamentals/01-getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting Started
3+
slug: /
34
keywords:
45
[
56
react native,

docs/versioned_docs/version-0.1.x/fundamentals/getting-started.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting Started
3+
slug: /
34
sidebar_position: 1
45
---
56

docs/versioned_docs/version-0.2.x/fundamentals/getting-started.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting Started
3+
slug: /
34
sidebar_position: 1
45
---
56

docs/versioned_docs/version-0.3.x/fundamentals/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Getting Started
3+
slug: /
34
sidebar_position: 1
45
keywords:
56
[

0 commit comments

Comments
 (0)