Skip to content

Commit 0547249

Browse files
committed
restructure
1 parent 797eb01 commit 0547249

Some content is hidden

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

44 files changed

+26252
-33258
lines changed

.babelrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[
55
"@babel/preset-env",
66
{ "bugfixes": true, "targets": { "node": "current" } }
7-
]
7+
],
8+
"@docusaurus/core/lib/babel/preset"
89
]
910
}

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@
1414
/denoDist
1515
/npm
1616
/deno
17+
/build
18+
.docusaurus
19+
.cache-loader
20+
.DS_Store
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

.prettierignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
/denoDist
88
/npm
99
/deno
10-
11-
# Docs Site
12-
/www/.docusaurus
13-
/www/build
10+
/build
11+
.docusaurus
12+
.cache-loader
13+
.DS_Store
14+
npm-debug.log*
15+
yarn-debug.log*
16+
yarn-error.log*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)