Skip to content

Commit

Permalink
docs: New docs site using Vitepress (#277)
Browse files Browse the repository at this point in the history
Co-authored-by: Seifeldin Mahjoub <[email protected]>
Co-authored-by: Matias Capeletto <[email protected]>
Co-authored-by: simohamed <[email protected]>
  • Loading branch information
4 people authored Jan 10, 2021
1 parent 18f54a3 commit c0e870a
Show file tree
Hide file tree
Showing 327 changed files with 13,329 additions and 7,761 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist/
!/.storybook
!packages/.vitepress
!/.eslintrc.js
!/rollup.config.js
5 changes: 2 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ module.exports = {
node: true,
jest: true,
},
extends: [
'@antfu/eslint-config',
],
extends: '@antfu/eslint-config',
plugins: [
'markdown',
'jest',
Expand All @@ -16,6 +14,7 @@ module.exports = {
'no-alert': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'unicorn/prevent-abbreviations': 'off',
'unicorn/consistent-function-scoping': 'off',
'unicorn/no-null': 'off',
Expand Down
120 changes: 0 additions & 120 deletions .github/PULL_REQUEST_TEMPLATE/checklist.md

This file was deleted.

Empty file.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ sw.*
# Vim swap files
*.swp

storybook-static

packages/*/LICENSE
packages/contributing.md
packages/core/README.md
1 change: 0 additions & 1 deletion .storybook/addons.js

This file was deleted.

152 changes: 0 additions & 152 deletions .storybook/base16-gruvbox.dark.css

This file was deleted.

13 changes: 0 additions & 13 deletions .storybook/config.js

This file was deleted.

27 changes: 0 additions & 27 deletions .storybook/manager-head.html

This file was deleted.

Loading

0 comments on commit c0e870a

Please sign in to comment.