Skip to content

Commit

Permalink
fix: docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj authored and Suraj committed Apr 24, 2024
1 parent ce0a376 commit dbe7ff3
Show file tree
Hide file tree
Showing 44 changed files with 8 additions and 3,791 deletions.
12 changes: 3 additions & 9 deletions example/storybook-nativewind/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export const parameters = {
['Installation', 'Tooling Setup', 'Figma UI Kit'],
'Core Concepts',
['Accessibility', 'Universal'],
'Theme Configuration',
['Default Tokens', 'Customizing Theme'],
],
'Components',
[
Expand Down Expand Up @@ -73,15 +75,7 @@ export const parameters = {
['Fab'],
],
'Guides',
[
'Theme Configuration',
['Default Tokens', 'Customizing Theme'],

'More',
['Changelog'],
'Recipes',
['Linear Gradient'],
],
['More', ['Changelog'], 'Recipes', ['Linear Gradient']],
],
icons: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ showHeader: true
import { Canvas, Meta, Story } from '@storybook/addon-docs';
import { CollapsibleCode } from '@gluestack/design-system';

<Meta title="with-nativewind/Guides/Theme Configuration/Customizing Theme" />
<Meta title="with-nativewind/Home/Theme Configuration/Customizing Theme" />


## Customizing Tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ showHeader: true
import { Canvas, Meta, Story } from '@storybook/addon-docs';
import { ColorPaletteComponent } from "../../components/docs-components/DefaultComponent.tsx"

<Meta title="with-nativewind/Guides/Theme Configuration/Default Tokens" />
<Meta title="with-nativewind/Home/Theme Configuration/Default Tokens" />

Theming in `@gluestack-ui with nativewind` is based on the [Styled System Theme Specification](https://github.com/system-ui/theme-specification).

Expand Down
5 changes: 3 additions & 2 deletions example/storybook/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ export const parameters = {
'Home',
[
'Overview',
['Introduction', 'All Components'],
'Getting Started',
[
'Introduction',
'All Components',
'Installation',
'Incremental Adoption',
'VS Code Extensions',
'Figma UI Kit',
],

'Core Concepts',
['Themed Library', 'Unstyled Library', 'Accessibility', 'Universal'],
'Performance',
Expand Down
31 changes: 0 additions & 31 deletions example/storybook/src/ui/home/overview/Installation/App.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions example/storybook/src/ui/home/overview/Installation/AvatarDemo.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions example/storybook/src/ui/home/overview/Installation/BadgeDemo.tsx

This file was deleted.

64 changes: 0 additions & 64 deletions example/storybook/src/ui/home/overview/Installation/Card.tsx

This file was deleted.

Loading

0 comments on commit dbe7ff3

Please sign in to comment.