Skip to content

Commit

Permalink
fix: doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Dec 30, 2023
1 parent 7765004 commit d74d8fd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 213 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ test/mockRepo
test/mockRepo2
test/mockUpstreamRepo
docs/api
.docusaurus
docs/README.md
.docusaurus
build
208 changes: 0 additions & 208 deletions docs/README.md

This file was deleted.

8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ export default {
items: [
{
type: 'doc',
docId: 'api-summary',
docId: 'README',
position: 'left',
label: 'Tutorial',
label: 'README',
},
{ to: 'api', label: 'API', position: 'left' },
{
Expand All @@ -81,8 +81,8 @@ export default {
title: 'Docs',
items: [
{
label: 'Tutorial',
to: 'api-summary',
label: 'README',
to: 'README',
},
],
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@docusaurus/core": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@docusaurus/types": "^3.0.1",
"@mdx-js/react": "^3.0.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d74d8fd

Please sign in to comment.