Skip to content

Commit

Permalink
modified: docusaurus.config.ts
Browse files Browse the repository at this point in the history
	modified:   package.json
  • Loading branch information
ss-o committed Dec 2, 2023
1 parent 96c7db3 commit 20e08df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12,471 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export default async function createConfigAsync() {
favicon: "/img/favicon.ico",
i18n: {defaultLocale: "en", locales: ["en", "ja", "zh-Hans"]},
themes: ["@docusaurus/theme-mermaid"],
markdown: {mermaid: false},
scripts: [{src: styles, crossorigin: "anonymous", async: true}],
markdown: {format: "detect", mermaid: false},
scripts: [{src: styles, crossorigin: "anonymous"}],
plugins: [
[
"content-docs",
Expand Down Expand Up @@ -119,7 +119,7 @@ export default async function createConfigAsync() {
},
showLastUpdateAuthor: true,
showLastUpdateTime: true,
},
} satisfies DocsOptions,
blog: {
path: "blog",
editUrl: ({locale, blogDirPath, blogPath}) => {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -77,7 +76,7 @@
"stylelint-csstree-validator": "^3.0.0",
"typescript": "5.3.2"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.11.0",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
Expand Down
Loading

0 comments on commit 20e08df

Please sign in to comment.