chore(website): add docosaurus as SSG
Some checks failed
Publish package / build_and_publish (push) Failing after 23s
Some checks failed
Publish package / build_and_publish (push) Failing after 23s
This commit is contained in:
parent
d4a11146aa
commit
85660ac08a
50 changed files with 1541 additions and 296 deletions
38
packages/website/.gitignore
vendored
38
packages/website/.gitignore
vendored
|
|
@ -1,24 +1,20 @@
|
|||
# Logs
|
||||
logs
|
||||
*.log
|
||||
# Dependencies
|
||||
/node_modules
|
||||
|
||||
# Production
|
||||
/build
|
||||
|
||||
# Generated files
|
||||
.docusaurus
|
||||
.cache-loader
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue