Skip to content

Commit

Permalink
modified: .trunk/trunk.yaml
Browse files Browse the repository at this point in the history
	modified:   docusaurus.config.ts
  • Loading branch information
ss-o committed Dec 4, 2023
1 parent 82d6cb7 commit b59879e
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lint:
- [email protected]
- [email protected]
- [email protected]
- [email protected].4
- [email protected].5
- [email protected]
- git-diff-check@SYSTEM
- [email protected]
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default async function createConfigAsync() {
i18n: {defaultLocale: "en", locales: ["en", "ja", "zh-Hans"]},
themes: ["@docusaurus/theme-mermaid"],
markdown: {format: "detect", mermaid: false},
scripts: [{src: styles, crossorigin: "anonymous", defer: true}],
scripts: [{src: styles, crossorigin: "anonymous"}],
plugins: [
[
"content-docs",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"@docusaurus/tsconfig": "3.0.1",
"@docusaurus/types": "3.0.1",
"@trunkio/launcher": "^1.2.7",
"@types/node": "^20.10.1",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
Expand Down
89 changes: 48 additions & 41 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 b59879e

Please sign in to comment.