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

Commit 2d61b13

Browse files
authored
Merge pull request #49 from chakra-ui/docs/contentlayer
docs: refactor to use contentlayer
2 parents fb85476 + 160e85b commit 2d61b13

Some content is hidden

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

50 files changed

+3170
-4499
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@ yarn-error.log
9090
.yarn-integrity
9191

9292
report.*
93+
94+
95+
# Contentlayer
96+
.contentlayer

.prettierrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"bracketSpacing": true,
3-
"jsxSingleQuote": true,
3+
"jsxSingleQuote": false,
44
"printWidth": 80,
55
"proseWrap": "always",
6-
"semi": true,
7-
"singleQuote": true,
6+
"semi": false,
7+
"singleQuote": false,
88
"tabWidth": 2,
99
"trailingComma": "all"
1010
}

0 commit comments

Comments
 (0)