Skip to content

Commit bb19120

Browse files
committed
feat: convert to Docusaurus
1 parent 7f2507b commit bb19120

File tree

110 files changed

+20033
-1442
lines changed

Some content is hidden

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

110 files changed

+20033
-1442
lines changed

.gitignore

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
node_modules/
2-
**/.DS_Store
1+
# Dependencies
2+
/node_modules
3+
4+
# Production
5+
/build
6+
7+
# Generated files
8+
.docusaurus
9+
.cache-loader
10+
11+
# Misc
12+
.DS_Store
13+
.env.local
14+
.env.development.local
15+
.env.test.local
16+
.env.production.local
17+
18+
npm-debug.log*
19+
yarn-debug.log*
20+
yarn-error.log*

docs/0-setting-up/_category_.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"label": "Setting Up",
3+
"customProps": {
4+
"description": "Guides to set up your environment for TypeScript development."
5+
}
6+
}

0 commit comments

Comments
 (0)