Revert "FIX"

This reverts commit 9cc27bf05a.
This commit is contained in:
2023-10-15 01:45:04 +09:00
parent ab0e714cf3
commit 48fbf2cd74
3 changed files with 13 additions and 1 deletions

View File

@ -8,7 +8,8 @@
"anchors", "anchors",
"collapsible-chapters", "collapsible-chapters",
"hide-published-with", "hide-published-with",
"hints" "hints",
"search-pro-fixed"
], ],
"pdf.fontSize": 16, "pdf.fontSize": 16,
"pdf.fontFamily": "ZenMaruGothic", "pdf.fontFamily": "ZenMaruGothic",

View File

@ -16,6 +16,7 @@
"gitbook-plugin-collapsible-chapters": "^0.1.8", "gitbook-plugin-collapsible-chapters": "^0.1.8",
"gitbook-plugin-hide-published-with": "^0.0.1", "gitbook-plugin-hide-published-with": "^0.0.1",
"gitbook-plugin-hints": "^1.0.2", "gitbook-plugin-hints": "^1.0.2",
"gitbook-plugin-search-pro-fixed": "^1.0.1",
"graceful-fs": "^4.2.11", "graceful-fs": "^4.2.11",
"honkit": "^5.1.1", "honkit": "^5.1.1",
"npm-run-all": "^4.1.5" "npm-run-all": "^4.1.5"

10
pnpm-lock.yaml generated
View File

@ -17,6 +17,9 @@ devDependencies:
gitbook-plugin-hints: gitbook-plugin-hints:
specifier: ^1.0.2 specifier: ^1.0.2
version: 1.0.2 version: 1.0.2
gitbook-plugin-search-pro-fixed:
specifier: ^1.0.1
version: 1.0.1
graceful-fs: graceful-fs:
specifier: ^4.2.11 specifier: ^4.2.11
version: 4.2.11 version: 4.2.11
@ -816,6 +819,13 @@ packages:
lunr: 0.5.12 lunr: 0.5.12
dev: true dev: true
/gitbook-plugin-search-pro-fixed@1.0.1:
resolution: {integrity: sha512-X6pBgfN54D3Ij+iF4cw44PZCdOvjnqboEoi0bsolEYPzcJOXFiiemxYt+rit95T8UbSaML38o8SCPzl9grM/zA==}
engines: {gitbook: '>=3.0.0'}
dependencies:
html-entities: 1.2.0
dev: true
/gitbook-plugin-search@2.2.1: /gitbook-plugin-search@2.2.1:
resolution: {integrity: sha512-oP9jhaKFUVPo756G9ywuuI43YdkZClSjfpFzNKe/a/Rcn3oVsrAM/PjdQ+dt65KfZVo3iW1LY4WdiZnNqzRP8g==} resolution: {integrity: sha512-oP9jhaKFUVPo756G9ywuuI43YdkZClSjfpFzNKe/a/Rcn3oVsrAM/PjdQ+dt65KfZVo3iW1LY4WdiZnNqzRP8g==}
engines: {gitbook: '>=3.0.0-pre.0'} engines: {gitbook: '>=3.0.0-pre.0'}