Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
fix: replaced style to gluestack.io
Browse files Browse the repository at this point in the history
  • Loading branch information
amars29 committed Oct 5, 2023
1 parent 36ce96f commit 6b5addb
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ If all goes well, your pull request will be merged. If it is not merged, maintai
## <a name="docs"></a> Helping with Documentation
The `gluestack-style` documentation is hosted as part of the `gluestack` repository. The website itself is located at <https://style.gluestack.io/>. If there's anything you'd like to change in the docs, you can get started by clicking on the "Edit" button located on the bottom left of most pages on the website.
The `gluestack-style` documentation is hosted as part of the `gluestack` repository. The website itself is located at <https://gluestack.io/style>. If there's anything you'd like to change in the docs, you can get started by clicking on the "Edit" button located on the bottom left of most pages on the website.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Documentation

You can find detailed documentation for each component, including a list of props and examples, in https://style.gluestack.io/docs website.
You can find detailed documentation for each component, including a list of props and examples, in https://gluestack.io/styledocs website.

## Features

Expand Down Expand Up @@ -88,7 +88,7 @@ export const App = () => {
```

More guides on how to get started are available
[here](https://style.gluestack.io/).
[here](https://gluestack.io/style).

## Contributing

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Responsive Styles | gluestack-style
description: gluestack-style supports responsive styles using media queries. You can define your breakpoints and other configuration options.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Utility Functions | gluestack-style
description: Create global CSS styles easily with createGlobalStylesWeb function, supporting aliases and tokens for easy integration. Only for web, with some limitations.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Refer the guides shown below to setup gluestack-style in your Expo or Next.js ap

Throughout this guide, we have provided detailed instructions on how to install `gluestack-style` in your Expo or Next.js application and configure its settings to ensure optimal performance. We highly recommend taking the time to familiarize yourself with the various aspects of gluestack-style, such as its configuration options and styled provider functionality, as well as the styled function.

To get started, we suggest reviewing the [config](https://style.gluestack.io/docs/configuration/theme-tokens) and [provider](https://style.gluestack.io/docs/getting-started/styled-provider) sections to gain a deeper understanding of aliases and tokens works. Once you have a solid grasp of these concepts, you can begin experimenting with the [styled](https://style.gluestack.io/docs/getting-started/styled) function and applying it to your project as needed.
To get started, we suggest reviewing the [config](https://gluestack.io/styledocs/configuration/theme-tokens) and [provider](https://gluestack.io/styledocs/getting-started/styled-provider) sections to gain a deeper understanding of aliases and tokens works. Once you have a solid grasp of these concepts, you can begin experimenting with the [styled](https://gluestack.io/styledocs/getting-started/styled) function and applying it to your project as needed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: useMediaQuery | gluestack-style
description: Learn to use the useMediaQuery hook in React Native for detecting media query matches and creating responsive UI elements, despite limitations like performance impacts and lack of typings.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Animation Plugin | gluestack-style
description: Learn to add animation props with gluestack-style’s Animation Plugin for dynamic, animated UI elements. Performance impacts and lack of typings are limitations.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: CSS Variables Plugin | gluestack-style
description: gluestack-style provides a Plugin to inject all your tokens as CSS variables. An internal plugin to insert all theme tokens as css variables in your global styles.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Fonts Plugin | gluestack-style
description: gluestack-style provides a Plugin to unify font family styles across platforms.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Intro to Plugins | gluestack-style
description: gluestack-style provides a plugin system to extend existing functionality of styled function. It's a great way to add support for new aliases, tokens and beyond.
canonical: https://style.gluestack.io/
canonical: https://gluestack.io/style
---

import { Canvas, Meta, Story } from '@storybook/addon-docs';
Expand Down
2 changes: 1 addition & 1 deletion packages/animation-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ styledObject = {
```

More guides on how to get started are available
[here](https://style.gluestack.io/).
[here](https://gluestack.io/style).
2 changes: 1 addition & 1 deletion packages/babel-plugin-styled-resolver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ module.exports = function (api) {
Just make sure your babel.config.js and gluestack-style.config.js/ts are in the same directory. We suggest you keep both of them at the root of your app codebase.

More guides on how to get started are available
[here](https://style.gluestack.io/).
[here](https://gluestack.io/style).
4 changes: 2 additions & 2 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Documentation

You can find detailed documentation for each component, including a list of props and examples, in https://style.gluestack.io/docs website.
You can find detailed documentation for each component, including a list of props and examples, in https://gluestack.io/styledocs website.

## Installation

Expand Down Expand Up @@ -70,4 +70,4 @@ export const App = () => {
```

More guides on how to get started are available
[here](https://style.gluestack.io/).
[here](https://gluestack.io/style).

0 comments on commit 6b5addb

Please sign in to comment.