Skip to content

Commit e4c170a

Browse files
committed
improve titles and description
1 parent 0a0c24d commit e4c170a

20 files changed

Lines changed: 71 additions & 64 deletions

docs/algolia-tutorial.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: algolia-tutorial
33
title: Algolia Search Integration
4+
description: A step-by-step tutorial on how to integrate Algolia search into your Galio documentation site using Docusaurus.
45
sidebar_position: 4
56
---
67

docs/components.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Galio Components
3+
description: Comprehensive documentation of all components available in the Galio Framework, including usage examples and customization options.
4+
---
15
# Galio Components
26

37
Welcome to the Galio Components documentation! Here you'll find all the available components that make up the Galio Framework.

docs/components/accordion.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Accordion"
3-
description: "Free and Open Source React Native Framework "
2+
title: "Accordion - React Native Component"
3+
description: "Learn how to use the Accordion component in your React Native applications with Galio Framework."
44
keywords: [
55
"Accordion",
6-
"Accordion Documentation"
6+
"Accordion - Documentation"
77
]
88
source_url: "/docs/components/accordion"
99
---
1010

11-
## Accordion
11+
## React Native Accordion Component
1212

1313
This accordion component made by Galio is easily customizable. Built with Flatlist, this expandable list can be used to only show relevant information and save space in your screen.
1414

docs/components/block.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Block"
3-
description: "Free and Open Source React Native Framework "
2+
title: "Block - React Native Component"
3+
description: "Learn how to use the Block component in your React Native applications with Galio Framework."
44
keywords: [
55
"Block",
6-
"Block Documentation"
6+
"Block - Documentation"
77
]
88
source_url: "/docs/components/block"
99
---
1010

11-
## Block
11+
## React Native Block Component
1212

1313
This component is the main component block used to build everything in Galio and any type of layout. There are so many props available for easier access to different styling options that you'll rarely write another style prop.
1414

docs/components/button.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Button"
3-
description: "Free and Open Source React Native Framework "
2+
title: "Button - React Native Component"
3+
description: "Learn how to use the Button component in your React Native applications with Galio Framework."
44
keywords: [
55
"Button",
6-
"Button Documentation"
6+
"Button - Documentation"
77
]
88
source_url: "/docs/components/button"
99
---
1010

11-
## Button
11+
## React Native Button Component
1212

1313
A basic button component that is looking good on any platform. This react native button is ready to handle most used scenarios which will enable you to build apps faster with cleaner code.
1414

docs/components/card.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Card"
3-
description: "Free and Open Source React Native Framework "
2+
title: "Card - React Native Component"
3+
description: "Learn how to use the Card component in your React Native applications with Galio Framework."
44
keywords: [
55
"Card",
6-
"Card Documentation"
6+
"Card - Documentation"
77
]
88
source_url: "/docs/components/card"
99
---
1010

11-
## Card
11+
## React Native Card Component
1212

1313
Card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.
1414

docs/components/checkbox.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Checkbox"
3-
description: "Free and Open Source React Native Framework "
2+
title: "Checkbox - React Native Component"
3+
description: "Learn how to use the Checkbox component in your React Native applications with Galio Framework."
44
keywords: [
55
"Checkbox",
6-
"Checkbox Documentation"
6+
"Checkbox - Documentation"
77
]
88
source_url: "/docs/components/checkbox"
99
---
1010

11-
## Checkbox
11+
## React Native Checkbox Component
1212

1313
Checkboxes allow users to complete tasks that involve making choices such as selecting options, or switching settings on or off. Using the onChange function will enable you to call a function when the state value changes, so basically whenever the user is tapping the Checkbox.
1414

docs/components/deckswiper.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "DeckSwiper"
3-
description: "Free and Open Source React Native Framework "
2+
title: "Deck Swiper - React Native Component"
3+
description: "Learn how to use the Deck Swiper component in your React Native applications with Galio Framework."
44
keywords: [
55
"DeckSwiper",
6-
"DeckSwiper Documentation"
6+
"DeckSwiper - Documentation"
77
]
88
source_url: "/docs/components/deckswiper"
99
---
1010

11-
## Deck Swiper
11+
## React Native Deck Swiper Component
1212

1313
Swipe left, swipe right or don't swipe at all, this component is built to accept any type of component and make it swipeable. Galio's community plans on creating more props for easier access and manipulation of the swipe animation.
1414

docs/components/icon.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Icon"
3-
description: "Free and Open Source React Native Framework "
2+
title: "Icon - React Native Component"
3+
description: "Learn how to use the Icon component in your React Native applications with Galio Framework."
44
keywords: [
55
"Icon",
6-
"Icon Documentation"
6+
"Icon - Documentation"
77
]
88
source_url: "/docs/components/icon"
99
---
1010

11-
## Icon
11+
## React Native Icon Component
1212

1313
Icons are used as a visual indicator to describe an action the user could take. That little Facebook icon never looked better.
1414

docs/components/input.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Input"
3-
description: "Free and Open Source React Native Framework "
2+
title: "Input - React Native Component"
3+
description: "Learn how to use the Input component in your React Native applications with Galio Framework."
44
keywords: [
55
"Input",
6-
"Input Documentation"
6+
"Input - Documentation"
77
]
88
source_url: "/docs/components/input"
99
---
1010

11-
## Input
11+
## React Native Input Component
1212

1313
Built on top of React Native's TextInput component, this basic component which allows the user to enter text was styled based on Galio's own identity theme.
1414

0 commit comments

Comments
 (0)