Skip to content

Commit

Permalink
docs: fix keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Apr 28, 2024
1 parent e855a32 commit ac0edb0
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 15 deletions.
3 changes: 2 additions & 1 deletion docs/docs/guides/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"position": 4,
"link": {
"type": "generated-index",
"description": "Guides on how to use True Native Bottom Sheet on your React Native app."
"description": "Guides on how to use True Native Bottom Sheet on your React Native app.",
"keywords": ["Bottom Sheet Guides", "Bottom Sheet Recipes", "React Native Bottom Sheet", "Bottom Sheet documentation"]
}
}
2 changes: 1 addition & 1 deletion docs/docs/guides/dimming/dimming.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Dimming
description: Control the bottom sheet's dimming behavior.
keywords: Bottom Sheet Dimming, Bottom Sheet background, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet Dimming, Bottom Sheet background, React Native Bottom Sheet, Bottom Sheet documentation]
---

import dimming from './dimming.gif'
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/footer.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Adding Footer
description: Add a floating footer component to the bottom sheet.
keywords: Bottom Sheet footer, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet footer, React Native Bottom Sheet, Bottom Sheet documentation]
---

Do you need a FAB (Floating Action Button) on the sheet? Or perhaps a small banner at the bottom? We've got you covered!
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/global-methods.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Global Methods
description: Bottom sheet's global methods that you can invoke from anywhere.
keywords: Bottom Sheet global methods, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet global methods, React Native Bottom Sheet, Bottom Sheet documentation]
---

`TrueSheet` relies heavily on [component methods](/reference/methods) to present and dismiss the sheet. However, this becomes challenging when the button is deep within the component tree.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/jest.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Setup Jest
description: Mocking the bottom sheet component using Jest.
keywords: Bottom Sheet jest, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet jest, React Native Bottom Sheet, Bottom Sheet documentation]
---

When using `jest`, simply mock the entire package.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/resizing/resizing.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Resizing
description: Programmatically resize the bottom sheet and listen for size changes.
keywords: Bottom Sheet resizing, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet resizing, React Native Bottom Sheet, Bottom Sheet documentation]
---

import resizing from './resizing.gif'
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/scrolling.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Scrolling
description: Handle scrolling content within the bottom sheet.
keywords: Bottom Sheet scrolling, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet scrolling, React Native Bottom Sheet, Bottom Sheet documentation]
---

Scrolling content within the sheet requires some special configuration on both iOS and Android. Let's admit, some things just don't work out of the box.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/stacking/stacking.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Stacking
description: Guide on how to present bottom sheet on top of an existing sheet.
keywords: Bottom Sheet stacking, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet stacking, React Native Bottom Sheet, Bottom Sheet documentation]
---

import stacking from './stacking.gif'
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/troubleshooting.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Troubleshooting
description: Fix common issues when using True Native Bottom Sheet.
keywords: Bottom Sheet troubleshooting, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet troubleshooting, React Native Bottom Sheet, Bottom Sheet documentation]
---

### Using `react-native-gesture-handler` on **Android**
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/install.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 2
description: Installation of the React Native True Bottom Sheet component.
keywords: Bottom Sheet installation, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet installation, React Native Bottom Sheet, Bottom Sheet documentation]
---

# Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/reference/01-props.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Props
description: True Native Bottom Sheet component props.
keywords: Bottom Sheet Props, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet Props, React Native Bottom Sheet, Bottom Sheet documentation]
---

Props available for `TrueSheet`. Extends `ViewProps`.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/reference/02-methods.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Methods
description: True Native Bottom Sheet component methods.
keywords: Bottom Sheet methods, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet methods, React Native Bottom Sheet, Bottom Sheet documentation]
---

## Component Methods
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/reference/03-types.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Types
description: True Native Bottom Sheet type reference.
keywords: Bottom Sheet types, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet types, React Native Bottom Sheet, Bottom Sheet documentation]
---

## `SheetSize`
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/reference/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"position": 5,
"link": {
"type": "generated-index",
"description": "True Native Bottom Sheet API reference."
"description": "True Native Bottom Sheet API reference.",
"keywords": ["Bottom Sheet API reference", "React Native Bottom Sheet", "Bottom Sheet documentation"]
}
}
2 changes: 1 addition & 1 deletion docs/docs/usage.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 3
description: How to use the React Native True Bottom Sheet component.
keywords: Bottom Sheet usage, React Native Bottom Sheet, Bottom Sheet documentation
keywords: [Bottom Sheet usage, React Native Bottom Sheet, Bottom Sheet documentation]
---

# Usage
Expand Down

0 comments on commit ac0edb0

Please sign in to comment.