Skip to content

Commit f5b57a4

Browse files
committed
move scripts/tools to tools folder
1 parent 7db8b8e commit f5b57a4

13 files changed

+13
-13
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
2121
.obsidian
22-
spellchecker/report*
23-
/pdf/*.pdf
22+
tools/spellchecker/report*
23+
tools/pdf/*.pdf

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"rest-doc": "redocly bundle external@latest --output external.yaml && redocly build-docs ./external.yaml -o static/rest.html && rm ./external.yaml",
1616
"crowdin": "crowdin",
1717
"llmstxt": "mdctl llmstxt -f https://docs.timeplus.com/sitemap.xml > static/llms-full.txt",
18-
"spellcheck": "spellchecker --config spellchecker/config.yml",
18+
"spellcheck": "spellchecker --config tools/spellchecker/config.yml",
1919
"en-pdf-list": "npx docusaurus-prince-pdf -u https://docs.timeplus.com --list-only",
2020
"en-pdf-gen": "npx docusaurus-prince-pdf -u https://docs.timeplus.com --pdf-only",
2121
"write-heading-ids": "docusaurus write-heading-ids"
@@ -33,7 +33,7 @@
3333
"@mdx-js/react": "^3.1.0",
3434
"docusaurus-plugin-hubspot": "^1.0.1",
3535
"mdx-mermaid": "^2.0.3",
36-
"mermaid": "^11.8.0",
36+
"mermaid": "^11.8.1",
3737
"prism-react-renderer": "^2.4.1",
3838
"react": "^19.1.0",
3939
"react-dom": "^19.1.0"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)