mirror of https://github.com/longtai-cn/hippo4j
Initial homepage development and multilingual settings (#1445)
parent
2ac204907f
commit
ff6c3559c3
@ -0,0 +1,297 @@
|
||||
{
|
||||
"homepage.titleDescription1": {
|
||||
"message": "Thread Pool Framework For Java",
|
||||
"description": "The homepage title description"
|
||||
},
|
||||
"homepage.titleDescription2": {
|
||||
"message": "Enhancing the Operational Assurance Capability for Business Systems Online.",
|
||||
"description": "The homepage title description"
|
||||
},
|
||||
"homepage.startButton": {
|
||||
"message": "Quick Start",
|
||||
"description": "The homepage start button text"
|
||||
},
|
||||
"homepage.secondTitle": {
|
||||
"message": "What can Hippo4j do?",
|
||||
"description": "a title for introduciton part"
|
||||
},
|
||||
"homepage.introduction.fristPartTitle": {
|
||||
"message": "Dynamic Change",
|
||||
"description": "the title for the first introduction part"
|
||||
},
|
||||
"homepage.introduction.fristPartDesc": {
|
||||
"message": "Application runtime dynamically changes thread pool parameters, including but not limited to core size, maximum threads, blocking queue size, and rejection policy. It supports differentiated thread pool configurations for different nodes in the application cluster.",
|
||||
"description": "the desc for the first introduction part"
|
||||
},
|
||||
"homepage.introduction.secondPartTitle": {
|
||||
"message": "Custom Alarm",
|
||||
"description": "the title for the second introduction part"
|
||||
},
|
||||
"homepage.introduction.secondPartDesc": {
|
||||
"message": "Application thread pool runtime point, providing four alarm dimensions: thread pool overload, blocking queue capacity, running for too long, and rejection strategy alarm. It also supports non-repetitive alarms within a custom time period.",
|
||||
"description": "the desc for the second introduction part"
|
||||
},
|
||||
"homepage.introduction.thirdPartTitle": {
|
||||
"message": "Operation Monitoring",
|
||||
"description": "the title for the third introduction part"
|
||||
},
|
||||
"homepage.introduction.thirdPartDesc": {
|
||||
"message": "Supports custom duration thread pool for data collection and storage, while also supporting Prometheus, InfluxDB, and other monitoring systems. Provides visualized dashboard monitoring metrics through Grafana or built-in monitoring pages.",
|
||||
"description": "the desc for the third introduction part"
|
||||
},
|
||||
"theme.ErrorPageContent.title": {
|
||||
"message": "This page crashed.",
|
||||
"description": "The title of the fallback page when the page crashed"
|
||||
},
|
||||
"theme.ErrorPageContent.tryAgain": {
|
||||
"message": "Try again",
|
||||
"description": "The label of the button to try again when the page crashed"
|
||||
},
|
||||
"theme.NotFound.title": {
|
||||
"message": "Page Not Found",
|
||||
"description": "The title of the 404 page"
|
||||
},
|
||||
"theme.NotFound.p1": {
|
||||
"message": "We could not find what you were looking for.",
|
||||
"description": "The first paragraph of the 404 page"
|
||||
},
|
||||
"theme.NotFound.p2": {
|
||||
"message": "Please contact the owner of the site that linked you to the original URL and let them know their link is broken.",
|
||||
"description": "The 2nd paragraph of the 404 page"
|
||||
},
|
||||
"theme.blog.archive.title": {
|
||||
"message": "Archive",
|
||||
"description": "The page & hero title of the blog archive page"
|
||||
},
|
||||
"theme.blog.archive.description": {
|
||||
"message": "Archive",
|
||||
"description": "The page & hero description of the blog archive page"
|
||||
},
|
||||
"theme.blog.paginator.navAriaLabel": {
|
||||
"message": "Blog list page navigation",
|
||||
"description": "The ARIA label for the blog pagination"
|
||||
},
|
||||
"theme.blog.paginator.newerEntries": {
|
||||
"message": "Newer Entries",
|
||||
"description": "The label used to navigate to the newer blog posts page (previous page)"
|
||||
},
|
||||
"theme.blog.paginator.olderEntries": {
|
||||
"message": "Older Entries",
|
||||
"description": "The label used to navigate to the older blog posts page (next page)"
|
||||
},
|
||||
"theme.admonition.note": {
|
||||
"message": "note",
|
||||
"description": "The default label used for the Note admonition (:::note)"
|
||||
},
|
||||
"theme.admonition.tip": {
|
||||
"message": "tip",
|
||||
"description": "The default label used for the Tip admonition (:::tip)"
|
||||
},
|
||||
"theme.admonition.danger": {
|
||||
"message": "danger",
|
||||
"description": "The default label used for the Danger admonition (:::danger)"
|
||||
},
|
||||
"theme.admonition.info": {
|
||||
"message": "info",
|
||||
"description": "The default label used for the Info admonition (:::info)"
|
||||
},
|
||||
"theme.admonition.caution": {
|
||||
"message": "caution",
|
||||
"description": "The default label used for the Caution admonition (:::caution)"
|
||||
},
|
||||
"theme.BackToTopButton.buttonAriaLabel": {
|
||||
"message": "Scroll back to top",
|
||||
"description": "The ARIA label for the back to top button"
|
||||
},
|
||||
"theme.blog.post.paginator.navAriaLabel": {
|
||||
"message": "Blog post page navigation",
|
||||
"description": "The ARIA label for the blog posts pagination"
|
||||
},
|
||||
"theme.blog.post.paginator.newerPost": {
|
||||
"message": "Newer Post",
|
||||
"description": "The blog post button label to navigate to the newer/previous post"
|
||||
},
|
||||
"theme.blog.post.paginator.olderPost": {
|
||||
"message": "Older Post",
|
||||
"description": "The blog post button label to navigate to the older/next post"
|
||||
},
|
||||
"theme.blog.post.plurals": {
|
||||
"message": "One post|{count} posts",
|
||||
"description": "Pluralized label for \"{count} posts\". 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.blog.tagTitle": {
|
||||
"message": "{nPosts} tagged with \"{tagName}\"",
|
||||
"description": "The title of the page for a blog tag"
|
||||
},
|
||||
"theme.tags.tagsPageLink": {
|
||||
"message": "View All Tags",
|
||||
"description": "The label of the link targeting the tag list page"
|
||||
},
|
||||
"theme.colorToggle.ariaLabel": {
|
||||
"message": "Switch between dark and light mode (currently {mode})",
|
||||
"description": "The ARIA label for the navbar color mode toggle"
|
||||
},
|
||||
"theme.colorToggle.ariaLabel.mode.dark": {
|
||||
"message": "dark mode",
|
||||
"description": "The name for the dark color mode"
|
||||
},
|
||||
"theme.colorToggle.ariaLabel.mode.light": {
|
||||
"message": "light mode",
|
||||
"description": "The name for the light color mode"
|
||||
},
|
||||
"theme.docs.breadcrumbs.home": {
|
||||
"message": "Home page",
|
||||
"description": "The ARIA label for the home page in the breadcrumbs"
|
||||
},
|
||||
"theme.docs.breadcrumbs.navAriaLabel": {
|
||||
"message": "Breadcrumbs",
|
||||
"description": "The ARIA label for the breadcrumbs"
|
||||
},
|
||||
"theme.docs.DocCard.categoryDescription": {
|
||||
"message": "{count} items",
|
||||
"description": "The default description for a category card in the generated index about how many items this category includes"
|
||||
},
|
||||
"theme.docs.paginator.navAriaLabel": {
|
||||
"message": "Docs pages navigation",
|
||||
"description": "The ARIA label for the docs pagination"
|
||||
},
|
||||
"theme.docs.paginator.previous": {
|
||||
"message": "Previous",
|
||||
"description": "The label used to navigate to the previous doc"
|
||||
},
|
||||
"theme.docs.paginator.next": {
|
||||
"message": "Next",
|
||||
"description": "The label used to navigate to the next doc"
|
||||
},
|
||||
"theme.docs.tagDocListPageTitle.nDocsTagged": {
|
||||
"message": "One doc tagged|{count} docs tagged",
|
||||
"description": "Pluralized label for \"{count} docs tagged\". 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.docs.tagDocListPageTitle": {
|
||||
"message": "{nDocsTagged} with \"{tagName}\"",
|
||||
"description": "The title of the page for a docs tag"
|
||||
},
|
||||
"theme.docs.versionBadge.label": {
|
||||
"message": "Version: {versionLabel}"
|
||||
},
|
||||
"theme.docs.versions.unreleasedVersionLabel": {
|
||||
"message": "This is unreleased documentation for {siteTitle} {versionLabel} version.",
|
||||
"description": "The label used to tell the user that he's browsing an unreleased doc version"
|
||||
},
|
||||
"theme.docs.versions.unmaintainedVersionLabel": {
|
||||
"message": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained.",
|
||||
"description": "The label used to tell the user that he's browsing an unmaintained doc version"
|
||||
},
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": {
|
||||
"message": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).",
|
||||
"description": "The label used to tell the user to check the latest version"
|
||||
},
|
||||
"theme.docs.versions.latestVersionLinkLabel": {
|
||||
"message": "latest version",
|
||||
"description": "The label used for the latest version suggestion link label"
|
||||
},
|
||||
"theme.common.editThisPage": {
|
||||
"message": "Edit this page",
|
||||
"description": "The link label to edit the current page"
|
||||
},
|
||||
"theme.common.headingLinkTitle": {
|
||||
"message": "Direct link to heading",
|
||||
"description": "Title for link to heading"
|
||||
},
|
||||
"theme.lastUpdated.atDate": {
|
||||
"message": " on {date}",
|
||||
"description": "The words used to describe on which date a page has been last updated"
|
||||
},
|
||||
"theme.lastUpdated.byUser": {
|
||||
"message": " by {user}",
|
||||
"description": "The words used to describe by who the page has been last updated"
|
||||
},
|
||||
"theme.lastUpdated.lastUpdatedAtBy": {
|
||||
"message": "Last updated{atDate}{byUser}",
|
||||
"description": "The sentence used to display when a page has been last updated, and by who"
|
||||
},
|
||||
"theme.navbar.mobileVersionsDropdown.label": {
|
||||
"message": "Versions",
|
||||
"description": "The label for the navbar versions dropdown on mobile view"
|
||||
},
|
||||
"theme.common.skipToMainContent": {
|
||||
"message": "Skip to main content",
|
||||
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
|
||||
},
|
||||
"theme.tags.tagsListLabel": {
|
||||
"message": "Tags:",
|
||||
"description": "The label alongside a tag list"
|
||||
},
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": {
|
||||
"message": "Close",
|
||||
"description": "The ARIA label for close button of announcement bar"
|
||||
},
|
||||
"theme.blog.sidebar.navAriaLabel": {
|
||||
"message": "Blog recent posts navigation",
|
||||
"description": "The ARIA label for recent posts in the blog sidebar"
|
||||
},
|
||||
"theme.CodeBlock.copied": {
|
||||
"message": "Copied",
|
||||
"description": "The copied button label on code blocks"
|
||||
},
|
||||
"theme.CodeBlock.copyButtonAriaLabel": {
|
||||
"message": "Copy code to clipboard",
|
||||
"description": "The ARIA label for copy code blocks button"
|
||||
},
|
||||
"theme.CodeBlock.copy": {
|
||||
"message": "Copy",
|
||||
"description": "The copy button label on code blocks"
|
||||
},
|
||||
"theme.CodeBlock.wordWrapToggle": {
|
||||
"message": "Toggle word wrap",
|
||||
"description": "The title attribute for toggle word wrapping button of code block lines"
|
||||
},
|
||||
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": {
|
||||
"message": "Toggle the collapsible sidebar category '{label}'",
|
||||
"description": "The ARIA label to toggle the collapsible sidebar category"
|
||||
},
|
||||
"theme.navbar.mobileLanguageDropdown.label": {
|
||||
"message": "Languages",
|
||||
"description": "The label for the mobile language switcher dropdown"
|
||||
},
|
||||
"theme.TOCCollapsible.toggleButtonLabel": {
|
||||
"message": "On this page",
|
||||
"description": "The label used by the button on the collapsible TOC component"
|
||||
},
|
||||
"theme.blog.post.readMore": {
|
||||
"message": "Read More",
|
||||
"description": "The label used in blog post item excerpts to link to full blog posts"
|
||||
},
|
||||
"theme.blog.post.readMoreLabel": {
|
||||
"message": "Read more about {title}",
|
||||
"description": "The ARIA label for the link to full blog posts from excerpts"
|
||||
},
|
||||
"theme.blog.post.readingTime.plurals": {
|
||||
"message": "One min read|{readingTime} min read",
|
||||
"description": "Pluralized label for \"{readingTime} min read\". 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.docs.sidebar.collapseButtonTitle": {
|
||||
"message": "Collapse sidebar",
|
||||
"description": "The title attribute for collapse button of doc sidebar"
|
||||
},
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": {
|
||||
"message": "Collapse sidebar",
|
||||
"description": "The title attribute for collapse button of doc sidebar"
|
||||
},
|
||||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
|
||||
"message": "← Back to main menu",
|
||||
"description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
|
||||
},
|
||||
"theme.docs.sidebar.expandButtonTitle": {
|
||||
"message": "Expand sidebar",
|
||||
"description": "The ARIA label and title attribute for expand button of doc sidebar"
|
||||
},
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": {
|
||||
"message": "Expand sidebar",
|
||||
"description": "The ARIA label and title attribute for expand button of doc sidebar"
|
||||
},
|
||||
"theme.tags.tagsPageTitle": {
|
||||
"message": "Tags",
|
||||
"description": "The title of the tag list page"
|
||||
}
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": {
|
||||
"message": "Blog",
|
||||
"description": "The title for the blog used in SEO"
|
||||
},
|
||||
"description": {
|
||||
"message": "Blog",
|
||||
"description": "The description for the blog used in SEO"
|
||||
},
|
||||
"sidebar.title": {
|
||||
"message": "Recent posts",
|
||||
"description": "The label for the left sidebar"
|
||||
}
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"version.label": {
|
||||
"message": "Next",
|
||||
"description": "The label for version current"
|
||||
},
|
||||
"sidebar.community.category.贡献规约": {
|
||||
"message": "贡献规约",
|
||||
"description": "The label for category 贡献规约 in sidebar community"
|
||||
}
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
{
|
||||
"version.label": {
|
||||
"message": "Next",
|
||||
"description": "The label for version current"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.user_docs": {
|
||||
"message": "user_docs",
|
||||
"description": "The label for category user_docs in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar user_docs"
|
||||
}
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
{
|
||||
"version.label": {
|
||||
"message": "1.4.2",
|
||||
"description": "The label for version 1.4.2"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.user_docs": {
|
||||
"message": "user_docs",
|
||||
"description": "The label for category user_docs in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar user_docs"
|
||||
}
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
{
|
||||
"version.label": {
|
||||
"message": "1.4.3",
|
||||
"description": "The label for version 1.4.3"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.user_docs": {
|
||||
"message": "user_docs",
|
||||
"description": "The label for category user_docs in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar user_docs"
|
||||
}
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
{
|
||||
"version.label": {
|
||||
"message": "1.5.0",
|
||||
"description": "The label for version 1.5.0"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.user_docs": {
|
||||
"message": "user_docs",
|
||||
"description": "The label for category user_docs in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar user_docs"
|
||||
}
|
||||
}
|
@ -0,0 +1,54 @@
|
||||
{
|
||||
"link.title.Docs": {
|
||||
"message": "Docs",
|
||||
"description": "The title of the footer links column with title=Docs in the footer"
|
||||
},
|
||||
"link.title.Community": {
|
||||
"message": "Community",
|
||||
"description": "The title of the footer links column with title=Community in the footer"
|
||||
},
|
||||
"link.title.More": {
|
||||
"message": "More",
|
||||
"description": "The title of the footer links column with title=More in the footer"
|
||||
},
|
||||
"link.title.Links": {
|
||||
"message": "Links",
|
||||
"description": "The title of the footer links column with title=Links in the footer"
|
||||
},
|
||||
"link.item.label.Intro": {
|
||||
"message": "Intro",
|
||||
"description": "The label of footer link with label=Intro linking to /docs/user_docs/intro"
|
||||
},
|
||||
"link.item.label.Config Mode": {
|
||||
"message": "Config Mode",
|
||||
"description": "The label of footer link with label=Config Mode linking to /docs/user_docs/getting_started/config/hippo4j-config-start"
|
||||
},
|
||||
"link.item.label.Server Mode": {
|
||||
"message": "Server Mode",
|
||||
"description": "The label of footer link with label=Server Mode linking to /docs/user_docs/getting_started/server/hippo4j-server-start"
|
||||
},
|
||||
"link.item.label.Group": {
|
||||
"message": "Group",
|
||||
"description": "The label of footer link with label=Group linking to https://hippo4j.cn/group"
|
||||
},
|
||||
"link.item.label.WeChat": {
|
||||
"message": "WeChat",
|
||||
"description": "The label of footer link with label=WeChat linking to https://mp.weixin.qq.com/s/diVHYvwiuYH9aWpZDPc27g"
|
||||
},
|
||||
"link.item.label.Gitee": {
|
||||
"message": "Gitee",
|
||||
"description": "The label of footer link with label=Gitee linking to https://gitee.com/opengoofy/hippo4j"
|
||||
},
|
||||
"link.item.label.GitHub": {
|
||||
"message": "GitHub",
|
||||
"description": "The label of footer link with label=GitHub linking to https://github.com/opengoofy/hippo4j"
|
||||
},
|
||||
"link.item.label.推广合作": {
|
||||
"message": "推广合作",
|
||||
"description": "The label of footer link with label=推广合作 linking to https://hippo4j.cn/docs/user_docs/other/operation"
|
||||
},
|
||||
"copyright": {
|
||||
"message": "Copyright © 2021-2023 马丁版权所有 <a href=\"https://beian.miit.gov.cn\">京ICP备2021038095号\n</a>",
|
||||
"description": "The footer copyright"
|
||||
}
|
||||
}
|
@ -0,0 +1,26 @@
|
||||
{
|
||||
"item.label.文档": {
|
||||
"message": "Docs",
|
||||
"description": "Navbar item with label 文档"
|
||||
},
|
||||
"item.label.社区": {
|
||||
"message": "Community",
|
||||
"description": "Navbar item with label 社区"
|
||||
},
|
||||
"item.label.采用公司": {
|
||||
"message": "Users",
|
||||
"description": "Navbar item with label 采用公司"
|
||||
},
|
||||
"item.label.加群沟通": {
|
||||
"message": "Communication",
|
||||
"description": "Navbar item with label 加群沟通"
|
||||
},
|
||||
"item.label.控制台样例": {
|
||||
"message": "Example",
|
||||
"description": "Navbar item with label 控制台样例"
|
||||
},
|
||||
"item.label.🚀 拿个offer": {
|
||||
"message": "🚀 GetOffer",
|
||||
"description": "Navbar item with label 🚀 拿个offer"
|
||||
}
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
{
|
||||
"version.label": {
|
||||
"message": "1.4.2",
|
||||
"description": "The label for version 1.4.2"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.user_docs": {
|
||||
"message": "user_docs",
|
||||
"description": "The label for category user_docs in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar user_docs"
|
||||
}
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
{
|
||||
"version.label": {
|
||||
"message": "1.4.3",
|
||||
"description": "The label for version 1.4.3"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.user_docs": {
|
||||
"message": "user_docs",
|
||||
"description": "The label for category user_docs in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar user_docs"
|
||||
}
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
{
|
||||
"version.label": {
|
||||
"message": "1.5.0",
|
||||
"description": "The label for version 1.5.0"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.user_docs": {
|
||||
"message": "user_docs",
|
||||
"description": "The label for category user_docs in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.tutorialSidebar.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar tutorialSidebar"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南": {
|
||||
"message": "用户指南",
|
||||
"description": "The label for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.用户指南.link.generated-index.description": {
|
||||
"message": "帮助想要了解 Hippo4j 的用户快速掌握核心开发理念。",
|
||||
"description": "The generated-index page description for category 用户指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.快速开始": {
|
||||
"message": "快速开始",
|
||||
"description": "The label for category 快速开始 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.依赖配置中心": {
|
||||
"message": "依赖配置中心",
|
||||
"description": "The label for category 依赖配置中心 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.无中间件依赖": {
|
||||
"message": "无中间件依赖",
|
||||
"description": "The label for category 无中间件依赖 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.运维指南": {
|
||||
"message": "运维指南",
|
||||
"description": "The label for category 运维指南 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册": {
|
||||
"message": "开发者手册",
|
||||
"description": "The label for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.开发者手册.link.generated-index.description": {
|
||||
"message": "Hippo4j 留给使用者能够扩展的知识点。",
|
||||
"description": "The generated-index page description for category 开发者手册 in sidebar user_docs"
|
||||
},
|
||||
"sidebar.user_docs.category.其它": {
|
||||
"message": "其它",
|
||||
"description": "The label for category 其它 in sidebar user_docs"
|
||||
}
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
title: 加群沟通
|
||||
---
|
||||
|
||||
## 关注公众号
|
||||
|
||||
如果大家想要实时关注 Hippo4j 更新的文章以及分享的干货的话,可以关注我的公众号。
|
||||
|
||||
![](https://images-machen.oss-cn-beijing.aliyuncs.com/image-20230317191041262-mini.png)
|
||||
|
||||
## 加群沟通
|
||||
|
||||
使用过程中有任何问题,或者对项目有什么建议,关注公众号回复:加群,和 1000+ 志同道合的朋友交流讨论。
|
||||
|
||||
![](https://images-machen.oss-cn-beijing.aliyuncs.com/image-20230411000121790.png)
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
title: Markdown page example
|
||||
---
|
||||
|
||||
# Markdown page example
|
||||
|
||||
You don't need React to write simple standalone pages.
|
@ -0,0 +1,52 @@
|
||||
import React from "react";
|
||||
import useGithubInfo from "./useGithubInfo";
|
||||
|
||||
const GithubInfo = ({ owner, repo }) => {
|
||||
const { favorites, language, forks, license } = useGithubInfo(owner, repo);
|
||||
|
||||
return (
|
||||
<div className="github-info-container w-full md:justify-normal mb-4 justify-center gap-2 flex flex-wrap items-center">
|
||||
<div className="flex items-center">
|
||||
<div className="dark:bg-gray-600 bg-gray-100 px-2">
|
||||
<span className="text-sm">star</span>
|
||||
</div>
|
||||
<div className="dark:bg-blue-600 bg-gray-200 font-medium px-2">
|
||||
<span id="repo-stars-count">{favorites || 4621}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center">
|
||||
<div className="px-2 bg-gray-100 dark:bg-gray-600">
|
||||
<span className="text-sm">language</span>
|
||||
</div>
|
||||
<div className="px-2 dark:bg-blue-600 bg-gray-200 font-medium">
|
||||
<span id="repo-languages-count font-medium">
|
||||
{language || "java"}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center">
|
||||
<div className="dark:bg-gray-600 bg-gray-100 px-2">
|
||||
<span className="text-sm">forks</span>
|
||||
</div>
|
||||
<div className="dark:bg-blue-600 bg-gray-200 px-2 font-medium">
|
||||
<span id="repo-forks-count">{forks || 1020}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center">
|
||||
<div className="px-2 bg-gray-100 dark:bg-gray-600">
|
||||
<span className="text-sm">license</span>
|
||||
</div>
|
||||
<div className="px-2 dark:bg-blue-600 bg-gray-200">
|
||||
<span className="text-sm font-medium" id="repo-license-name">
|
||||
Apache 2
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default GithubInfo;
|
@ -0,0 +1,85 @@
|
||||
import React from "react";
|
||||
import { Icon } from "@iconify/react";
|
||||
import useBaseUrl from "@docusaurus/useBaseUrl";
|
||||
import GithubInfo from "./GithubInfo";
|
||||
import Translate, { translate } from "@docusaurus/Translate";
|
||||
import Link from "@docusaurus/Link";
|
||||
|
||||
const Hero = () => {
|
||||
return (
|
||||
<div className="hero-container text-black dark:text-white">
|
||||
<div className="py-10 mb-10">
|
||||
<div className="container px-20 lg:px-20 md:px-10 mx-auto flex flex-wrap flex-col md:flex-row items-center">
|
||||
{/* <!--Left Col--> */}
|
||||
<div className="flex flex-col w-full md:w-3/5 justify-center items-start text-center md:text-left">
|
||||
{/* title and desc */}
|
||||
<div>
|
||||
<h1 className="my-4 lg:my-8 md:my-6 text-5xl font-bold leading-tight text-transparent bg-gradient-to-r from-orange-400 via-orange-400 to-orange-500 bg-clip-text">
|
||||
Hippo4j
|
||||
</h1>
|
||||
|
||||
<p className="leading-normal dark:text-white font-bold text-gray-800 md:pr-20 text-3xl md:text-3xl">
|
||||
<Translate
|
||||
id="homepage.titleDescription1"
|
||||
description="The homepage title description"
|
||||
>
|
||||
Thread Pool Framework For Java
|
||||
</Translate>
|
||||
</p>
|
||||
<p className="leading-normal font-medium md:pr-20 text-gray-600 dark:text-gray-100 text-2xl mb-2">
|
||||
<Translate
|
||||
id="homepage.titleDescription2"
|
||||
description="The homepage title description"
|
||||
>
|
||||
Enhancing the Operational Assurance Capability for Business
|
||||
Systems Online.
|
||||
</Translate>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* button group */}
|
||||
<div className="flex my-4 lg:my-8 md:my-6 w-full justify-center md:justify-start">
|
||||
<Link to="/docs/user_docs/intro" className="">
|
||||
<button className="mr-2 lg:mr-4 text-base lg:text-lg w-32 lg:w-40 hover:bg-orange-500 bg-orange-400 font-medium py-2 px-4 rounded-md focus:outline-none shadow-none border-none cursor-pointer transition-all duration-300 ease-in-out">
|
||||
<Translate
|
||||
className="cursor-pointer"
|
||||
id="homepage.startButton"
|
||||
description="The homepage start button text"
|
||||
>
|
||||
Quick Start
|
||||
</Translate>
|
||||
</button>
|
||||
</Link>
|
||||
<a href="https://github.com/opengoofy/hippo4j">
|
||||
<button className="ml-2 lg:mx-0 w-32 lg:w-40 border border-solid dark:border-gray-100 border-gray-200 bg-transparent hover:bg-gray-300 hover:bg-opacity-50 font-medium py-2 px-4 rounded-md focus:outline-none shadow-none cursor-pointer transition-all duration-300 ease-in-out">
|
||||
<div className="flex cursor-pointer items-center justify-center">
|
||||
<Icon
|
||||
className="w-6 h-6 mr-2 rounded-full flex-shrink-0 dark:bg-white"
|
||||
icon="devicon:github"
|
||||
/>
|
||||
<span className="text-base lg:text-lg">GitHub</span>
|
||||
</div>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
{/* github info */}
|
||||
<div className="github-info w-full">
|
||||
<GithubInfo owner="opengoofy" repo="hippo4j" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* <!--Right image--> */}
|
||||
<div className="w-full md:w-2/5 text-center">
|
||||
<img
|
||||
className="w-full h-auto object-cover md:shadow-sm lg:h-80 md:h-96 dark:rounded-lg dark:shadow-lg dark:filter-brightness-75"
|
||||
src={useBaseUrl("/img/hero.svg")}
|
||||
alt="Hippo4j System"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Hero;
|
@ -0,0 +1,16 @@
|
||||
import React from "react";
|
||||
import Hero from "./Hero";
|
||||
import Introduction from "./Introduction";
|
||||
function LandingLayout(props) {
|
||||
return (
|
||||
<div className="leading-normal tracking-normal text-white">
|
||||
{/* <!--Hero part--> */}
|
||||
<Hero />
|
||||
|
||||
{/* <!-- Introduction part --> */}
|
||||
<Introduction />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default LandingLayout;
|
@ -0,0 +1,30 @@
|
||||
import { useState, useEffect } from "react";
|
||||
|
||||
const useGithubInfo = (owner, repo) => {
|
||||
const [favorites, setFavorites] = useState(0);
|
||||
const [language, setLanguage] = useState("");
|
||||
const [forks, setForks] = useState(0);
|
||||
const [license, setLicense] = useState("");
|
||||
|
||||
useEffect(() => {
|
||||
fetch(`https://api.github.com/repos/${owner}/${repo}`)
|
||||
.then((response) => response.json())
|
||||
.then((data) => {
|
||||
setFavorites(data.stargazers_count);
|
||||
setLanguage(data.language);
|
||||
setForks(data.forks_count);
|
||||
setLicense(data.license?.name ?? "");
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error("Error fetching API data:", error);
|
||||
});
|
||||
}, [owner, repo]);
|
||||
|
||||
return {
|
||||
favorites,
|
||||
language,
|
||||
forks,
|
||||
license,
|
||||
};
|
||||
};
|
||||
export default useGithubInfo;
|
Loading…
Reference in new issue