Fix website workflow (#3110)

* Fix fmt.

* Update dependencies.

* Add translation.

* Update dependencies.
This commit is contained in:
Kaede Hoshikawa 2023-03-05 02:32:30 +09:00 committed by GitHub
parent 16c043ac80
commit ffc2db0b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2017 additions and 4448 deletions

View File

@ -279,5 +279,21 @@
"theme.tags.tagsPageTitle": {
"message": "タグ",
"description": "The title of the tag list page"
},
"theme.NavBar.navAriaLabel": {
"message": "Main",
"description": "The ARIA label for the main navigation"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
"message": "Close navigation bar",
"description": "The ARIA label for close button of mobile sidebar"
},
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
"message": "Toggle navigation bar",
"description": "The ARIA label for hamburger menu button of mobile navigation"
}
}

View File

@ -279,5 +279,21 @@
"theme.tags.tagsPageTitle": {
"message": "标签",
"description": "The title of the tag list page"
},
"theme.NavBar.navAriaLabel": {
"message": "Main",
"description": "The ARIA label for the main navigation"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
"message": "关闭导航栏",
"description": "The ARIA label for close button of mobile sidebar"
},
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
"message": "切换导航栏",
"description": "The ARIA label for hamburger menu button of mobile navigation"
}
}

View File

@ -279,5 +279,21 @@
"theme.tags.tagsPageTitle": {
"message": "標籤",
"description": "The title of the tag list page"
},
"theme.NavBar.navAriaLabel": {
"message": "Main",
"description": "The ARIA label for the main navigation"
},
"theme.docs.sidebar.navAriaLabel": {
"message": "Docs sidebar",
"description": "The ARIA label for the sidebar navigation"
},
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
"message": "Close navigation bar",
"description": "The ARIA label for close button of mobile sidebar"
},
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
"message": "Toggle navigation bar",
"description": "The ARIA label for hamburger menu button of mobile navigation"
}
}

6405
website/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,11 +18,11 @@
},
"dependencies": {
"@docusaurus/core": "~2.3.0",
"@docusaurus/plugin-client-redirects": "~2.2.0",
"@docusaurus/plugin-content-docs": "~2.2.0",
"@docusaurus/plugin-content-pages": "~2.2.0",
"@docusaurus/plugin-google-analytics": "~2.2.0",
"@docusaurus/theme-classic": "^2.1.0",
"@docusaurus/plugin-client-redirects": "~2.3.0",
"@docusaurus/plugin-content-docs": "~2.3.0",
"@docusaurus/plugin-content-pages": "~2.3.0",
"@docusaurus/plugin-google-analytics": "~2.3.0",
"@docusaurus/theme-classic": "^2.3.0",
"@easyops-cn/docusaurus-search-local": "^0.32.0",
"@mdx-js/react": "^1.6.22",
"@svgr/webpack": "^6.5.1",
@ -47,7 +47,7 @@
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.2.0",
"@docusaurus/module-type-aliases": "^2.3.0",
"@tsconfig/docusaurus": "^1.0.5",
"@types/react": "^17.0.43",
"@types/react-helmet": "^6.1.6",