Skip to content

Commit c0e870a

Browse files
antfuseifsay3dpatak-devsmhmd
authored
docs: New docs site using Vitepress (vueuse#277)
Co-authored-by: Seifeldin Mahjoub <[email protected]> Co-authored-by: Matias Capeletto <[email protected]> Co-authored-by: simohamed <[email protected]>
1 parent 18f54a3 commit c0e870a

File tree

327 files changed

+13329
-7761
lines changed

Some content is hidden

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

327 files changed

+13329
-7761
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dist/
2-
!/.storybook
2+
!packages/.vitepress
33
!/.eslintrc.js
44
!/rollup.config.js

.eslintrc.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ module.exports = {
55
node: true,
66
jest: true,
77
},
8-
extends: [
9-
'@antfu/eslint-config',
10-
],
8+
extends: '@antfu/eslint-config',
119
plugins: [
1210
'markdown',
1311
'jest',
@@ -16,6 +14,7 @@ module.exports = {
1614
'no-alert': 'off',
1715
'@typescript-eslint/no-var-requires': 'off',
1816
'@typescript-eslint/no-empty-function': 'off',
17+
'@typescript-eslint/no-unused-vars': 'off',
1918
'unicorn/prevent-abbreviations': 'off',
2019
'unicorn/consistent-function-scoping': 'off',
2120
'unicorn/no-null': 'off',

.github/PULL_REQUEST_TEMPLATE/checklist.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/general.md

Whitespace-only changes.

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ sw.*
9090
# Vim swap files
9191
*.swp
9292

93-
storybook-static
94-
9593
packages/*/LICENSE
94+
packages/contributing.md
9695
packages/core/README.md

.storybook/addons.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

.storybook/base16-gruvbox.dark.css

Lines changed: 0 additions & 152 deletions
This file was deleted.

.storybook/config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

.storybook/manager-head.html

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)