Skip to content

Commit 70be568

Browse files
committed
migrate site to docusaurus
1 parent 3a5ebc4 commit 70be568

File tree

224 files changed

+12811
-34210
lines changed

Some content is hidden

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

224 files changed

+12811
-34210
lines changed

.gitignore

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,30 @@ cypress/plugins
1010
cypress/support
1111
cypress/videos
1212

13-
# node
14-
dist
15-
dist-blog
16-
node_modules
17-
npm-debug.log
13+
# dependencies
14+
/node_modules
15+
1816
# package-lock file is required for cypress github action to work.
1917
# See https://github.com/marketplace/actions/cypress-io#installation for more information.
2018
# package-lock.json
2119
yarn-error.log
2220

23-
# Docusaurus cache and generated files
24-
.docusaurus
25-
2621
### VisualStudioCode ###
2722
.vscode/*
23+
24+
# Production
25+
/build
26+
27+
# Generated files
28+
.docusaurus
29+
.cache-loader
30+
31+
# Misc
32+
.env.local
33+
.env.development.local
34+
.env.test.local
35+
.env.production.local
36+
37+
npm-debug.log*
38+
yarn-debug.log*
39+
yarn-error.log*

CHANGELOG.md

CONTRIBUTING.md

README.md

Lines changed: 49 additions & 13 deletions

src/blog/_posts/2021-10-19-moving-to-grpc.md renamed to blog/2021-10-19-moving-to-grpc/2021-10-19-moving-to-grpc.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)