Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Jan 8, 2025
1 parent 518c34e commit 6909cde
Show file tree
Hide file tree
Showing 6 changed files with 671 additions and 782 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# See https://github.com/actions/setup-node/issues/1027
# cache: yarn
- run: corepack enable
- run: yarn install --frozen-lockfile
- run: yarn --immutable
- run: yarn run build

- name: Deploy
Expand Down
35 changes: 32 additions & 3 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Created by https://www.toptal.com/developers/gitignore/api/node,yarn,docusaurus
# Edit at https://www.toptal.com/developers/gitignore?templates=node,yarn,docusaurus
# Created by https://www.toptal.com/developers/gitignore/api/node,yarn,docusaurus,osx
# Edit at https://www.toptal.com/developers/gitignore?templates=node,yarn,docusaurus,osx

### Docusaurus ###
# Docusaurus cache and generated files
Expand Down Expand Up @@ -219,6 +219,35 @@ dist
# SvelteKit build / generate output
.svelte-kit

### OSX ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### yarn ###
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored

Expand All @@ -236,4 +265,4 @@ dist
# and uncomment the following lines
# .pnp.*

# End of https://www.toptal.com/developers/gitignore/api/node,yarn,docusaurus
# End of https://www.toptal.com/developers/gitignore/api/node,yarn,docusaurus,osx
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"format": "prettier --write ."
},
"dependencies": {
"@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/theme-mermaid": "^3.6.3",
"@easyops-cn/docusaurus-search-local": "^0.46.1",
"@docusaurus/core": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/theme-mermaid": "^3.7.0",
"@easyops-cn/docusaurus-search-local": "^0.47.0",
"@metamask/docusaurus-openrpc": "^0.4.1",
"mdx-mermaid": "^2.0.3",
"mermaid": "^11.4.1",
Expand All @@ -31,8 +31,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"spellchecker-cli": "^7.0.0",
"typescript": "^5.7.2"
},
Expand Down
Loading

0 comments on commit 6909cde

Please sign in to comment.