Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit f929cb8

Browse files
committed
chore: moved docs site to separate directory
1 parent 45a2cff commit f929cb8

File tree

128 files changed

+4
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"workspaces": {
1313
"packages": [
14-
"packages/*"
14+
"packages/*",
15+
"website"
1516
],
1617
"nohoist": [
1718
"core-js"

packages/chakra-ui-core/src/utils/playground.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint import/namespace: [2, { allowComputed: true }] */
22
import { storiesOf } from '@storybook/vue'
33
import Vue from 'vue'
4-
import CodeBlock from '../../../chakra-ui-docs/components/CodeBlock.js'
4+
import CodeBlock from '../../../../website/components/CodeBlock.js'
55
import * as ChakraComponents from '..'
66

77
Object.keys(ChakraComponents).forEach((key) => {

packages/chakra-ui-docs/components/internal-icons.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)