mirror of
https://github.com/halo-dev/docs.git
synced 2025-08-29 09:31:00 +00:00
chore(deps): upgrade docusaurus to beta.13 (#15)
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -15,6 +15,10 @@
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# Editor
|
||||
|
||||
.idea
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
@@ -178,5 +178,57 @@
|
||||
"theme.tags.tagsPageTitle": {
|
||||
"message": "标签",
|
||||
"description": "The title of the tag list page"
|
||||
},
|
||||
"theme.ErrorPageContent.title": {
|
||||
"message": "页面已崩溃。",
|
||||
"description": "The title of the fallback page when the page crashed"
|
||||
},
|
||||
"theme.ErrorPageContent.tryAgain": {
|
||||
"message": "重试",
|
||||
"description": "The label of the button to try again when the page crashed"
|
||||
},
|
||||
"theme.BackToTopButton.buttonAriaLabel": {
|
||||
"message": "回到顶部",
|
||||
"description": "The ARIA label for the back to top button"
|
||||
},
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": {
|
||||
"message": "打开/收起侧边栏菜单「{label}」",
|
||||
"description": "The ARIA label to toggle the collapsible sidebar category"
|
||||
},
|
||||
"theme.SearchPage.documentsFound.plurals": {
|
||||
"message": "找到 {count} 份文件",
|
||||
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
|
||||
},
|
||||
"theme.SearchPage.existingResultsTitle": {
|
||||
"message": "「{query}」的搜索结果",
|
||||
"description": "The search page title for non-empty query"
|
||||
},
|
||||
"theme.SearchPage.emptyResultsTitle": {
|
||||
"message": "在文档中搜索",
|
||||
"description": "The search page title for empty query"
|
||||
},
|
||||
"theme.SearchPage.inputPlaceholder": {
|
||||
"message": "在此输入搜索字词",
|
||||
"description": "The placeholder for search page input"
|
||||
},
|
||||
"theme.SearchPage.inputLabel": {
|
||||
"message": "搜索",
|
||||
"description": "The ARIA label for search page input"
|
||||
},
|
||||
"theme.SearchPage.algoliaLabel": {
|
||||
"message": "通过 Algolia 搜索",
|
||||
"description": "The ARIA label for Algolia mention"
|
||||
},
|
||||
"theme.SearchPage.noResultsText": {
|
||||
"message": "未找到任何结果",
|
||||
"description": "The paragraph for empty search result"
|
||||
},
|
||||
"theme.SearchPage.fetchingNewResults": {
|
||||
"message": "正在获取新的搜索结果...",
|
||||
"description": "The paragraph for fetching new search results"
|
||||
},
|
||||
"theme.SearchBar.label": {
|
||||
"message": "搜索",
|
||||
"description": "The ARIA label and placeholder for search button"
|
||||
}
|
||||
}
|
@@ -34,5 +34,13 @@
|
||||
"sidebar.tutorialSidebar.link.腾讯云开发者实验室": {
|
||||
"message": "腾讯云开发者实验室",
|
||||
"description": "The label for link 腾讯云开发者实验室 in sidebar tutorialSidebar, linking to https://cloud.tencent.com/developer/labs/lab/10523"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.主题开发": {
|
||||
"message": "主题开发",
|
||||
"description": "The label for category 主题开发 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.link.REST API": {
|
||||
"message": "REST API",
|
||||
"description": "The label for link REST API in sidebar tutorialSidebar, linking to https://api.halo.run"
|
||||
}
|
||||
}
|
@@ -2,5 +2,57 @@
|
||||
"copyright": {
|
||||
"message": "Copyright © 2021 halo-dev, Inc. Built with Docusaurus.",
|
||||
"description": "The footer copyright"
|
||||
},
|
||||
"link.title.关于": {
|
||||
"message": "关于",
|
||||
"description": "The title of the footer links column with title=关于 in the footer"
|
||||
},
|
||||
"link.title.社区": {
|
||||
"message": "社区",
|
||||
"description": "The title of the footer links column with title=社区 in the footer"
|
||||
},
|
||||
"link.item.label.官网": {
|
||||
"message": "官网",
|
||||
"description": "The label of footer link with label=官网 linking to https://halo.run"
|
||||
},
|
||||
"link.item.label.主题仓库": {
|
||||
"message": "主题仓库",
|
||||
"description": "The label of footer link with label=主题仓库 linking to https://halo.run/themes.html"
|
||||
},
|
||||
"link.item.label.GitHub 组织": {
|
||||
"message": "GitHub 组织",
|
||||
"description": "The label of footer link with label=GitHub 组织 linking to https://github.com/halo-dev"
|
||||
},
|
||||
"link.item.label.Gitee 组织": {
|
||||
"message": "Gitee 组织",
|
||||
"description": "The label of footer link with label=Gitee 组织 linking to https://gitee.com/halo-dev"
|
||||
},
|
||||
"link.item.label.Server Status": {
|
||||
"message": "Server Status",
|
||||
"description": "The label of footer link with label=Server Status linking to https://status.halo.run"
|
||||
},
|
||||
"link.item.label.官方论坛": {
|
||||
"message": "官方论坛",
|
||||
"description": "The label of footer link with label=官方论坛 linking to https://bbs.halo.run"
|
||||
},
|
||||
"link.item.label.微信公众号": {
|
||||
"message": "微信公众号",
|
||||
"description": "The label of footer link with label=微信公众号 linking to https://halo.run/upload/2021/03/B3C27F16-4890-4633-81CC-20BA4B28F94F-2415126255c749b290312ca22d9bdeb0.jpeg"
|
||||
},
|
||||
"link.item.label.微信群申请": {
|
||||
"message": "微信群申请",
|
||||
"description": "The label of footer link with label=微信群申请 linking to https://wj.qq.com/s2/8434455/9170/"
|
||||
},
|
||||
"link.item.label.GitHub Issues": {
|
||||
"message": "GitHub Issues",
|
||||
"description": "The label of footer link with label=GitHub Issues linking to https://github.com/halo-dev/halo/issues"
|
||||
},
|
||||
"link.item.label.Telegram Channel": {
|
||||
"message": "Telegram Channel",
|
||||
"description": "The label of footer link with label=Telegram Channel linking to https://t.me/halo_dev"
|
||||
},
|
||||
"link.item.label.Telegram Group": {
|
||||
"message": "Telegram Group",
|
||||
"description": "The label of footer link with label=Telegram Group linking to https://t.me/HaloBlog"
|
||||
}
|
||||
}
|
@@ -14,5 +14,9 @@
|
||||
"item.label.GitHub": {
|
||||
"message": "GitHub",
|
||||
"description": "Navbar item with label GitHub"
|
||||
},
|
||||
"item.label.Gitee": {
|
||||
"message": "Gitee",
|
||||
"description": "Navbar item with label Gitee"
|
||||
}
|
||||
}
|
@@ -14,9 +14,9 @@
|
||||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.0-beta.9",
|
||||
"@docusaurus/core": "2.0.0-beta.13",
|
||||
"@docusaurus/plugin-client-redirects": "^2.0.0-beta.ff31de0ff",
|
||||
"@docusaurus/preset-classic": "2.0.0-beta.9",
|
||||
"@docusaurus/preset-classic": "2.0.0-beta.13",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"@svgr/webpack": "^5.5.0",
|
||||
"clsx": "^1.1.1",
|
||||
|
1947
pnpm-lock.yaml
generated
1947
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user