Initialize a Next.js-based documentation site using Fumadocs framework to provide comprehensive guides for all GPUI components. The site includes getting started guides, API references, and documentation for 40+ components including Button, Input, Table, Tree, Chart, and more. --------- Co-authored-by: Jason Lee <huacnlee@gmail.com>
28 lines
No EOL
274 B
Text
28 lines
No EOL
274 B
Text
# deps
|
|
/node_modules
|
|
|
|
# generated content
|
|
.contentlayer
|
|
.content-collections
|
|
.source
|
|
|
|
# test & build
|
|
/coverage
|
|
/.next/
|
|
/out/
|
|
/build
|
|
*.tsbuildinfo
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
/.pnp
|
|
.pnp.js
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# others
|
|
.env*.local
|
|
.vercel
|
|
next-env.d.ts |