Skip to content

Commit ccebab3

Browse files
committed
new-docs
1 parent 2c8460a commit ccebab3

Some content is hidden

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

73 files changed

+2176
-2655
lines changed

docs/.gitignore

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
1-
# Jekyll site files
2-
_site/
3-
.sass-cache/
4-
.jekyll-cache/
5-
.jekyll-metadata
6-
Gemfile.lock
7-
.bundle/
8-
vendor/
1+
# deps
2+
/node_modules
93

10-
# Node/npm
11-
node_modules/
12-
npm-debug.log
13-
yarn-error.log
4+
# generated content
5+
.contentlayer
6+
.content-collections
7+
.source
8+
auto_apiref/output
149

15-
# Editor/IDE
16-
.vscode/
17-
.idea/
18-
*.swp
19-
*.swo
10+
# test & build
11+
/coverage
12+
/.next/
13+
/out/
14+
/build
15+
*.tsbuildinfo
2016

21-
# OS files
17+
# misc
2218
.DS_Store
23-
Thumbs.db
19+
*.pem
20+
/.pnp
21+
.pnp.js
22+
npm-debug.log*
23+
yarn-debug.log*
24+
yarn-error.log*
25+
26+
# others
27+
.env*.local
28+
.env
29+
.vercel
30+
next-env.d.ts
31+
32+
#
33+
fumadocs-basehub

docs/CNAME

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

docs/Gemfile

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

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Docs

docs/_config.yml

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

0 commit comments

Comments
 (0)