diff --git a/src/components/docs/apply-trial-license.tsx b/src/components/docs/apply-trial-license.tsx
index e745ecc..b58687f 100644
--- a/src/components/docs/apply-trial-license.tsx
+++ b/src/components/docs/apply-trial-license.tsx
@@ -17,7 +17,7 @@ const ApplyTrialLicense = ({ showBorder = true }) => {
Contact us
{" "}
diff --git a/src/components/theme/footer.tsx b/src/components/theme/footer.tsx
index c7242d6..c1bade7 100644
--- a/src/components/theme/footer.tsx
+++ b/src/components/theme/footer.tsx
@@ -4,7 +4,6 @@ import Logo from "./logo";
import React from "react";
import { GitHubIcon, DiscordIcon, XIcon } from "@/icons";
-
const FooterNavbar = () => {
return (
@@ -38,7 +37,6 @@ const FooterNavbar = () => {
);
};
-
function List({
title,
items,
@@ -94,7 +92,7 @@ function Footer() {
diff --git a/src/pages/_meta.json b/src/pages/_meta.json
index eff9644..0d9eb5d 100644
--- a/src/pages/_meta.json
+++ b/src/pages/_meta.json
@@ -1,15 +1,13 @@
{
- "index": {
+ "home": {
"title": "Home",
"type": "page",
- "theme": {
- "layout": "raw"
- }
+ "route": "https://www.jumpserver.com/"
},
"pricing": {
"title": "Pricing",
"type": "page",
- "route": "/#section-edition"
+ "route": "https://www.jumpserver.com/#features-JumpServer%20Enterprise%20Edition"
},
"docs": {
"title": "Docs",
@@ -18,6 +16,6 @@
"about": {
"title": "About",
"type": "page",
- "route": "https://www.lxware.hk/pages/about"
+ "route": "https://www.jumpserver.com/about"
}
}
diff --git a/theme.config.tsx b/theme.config.tsx
index 709bcc1..61442fe 100644
--- a/theme.config.tsx
+++ b/theme.config.tsx
@@ -29,7 +29,6 @@ export const LinkTitle: React.FC = ({ title, url }) => {
);
};
-
const config: DocsThemeConfig = {
components: {
Icon, Alert, Cards, Card,
@@ -51,6 +50,7 @@ const config: DocsThemeConfig = {
>
),
logo: Logo,
+ logoLink: "https://www.jumpserver.com/",
feedback: {
useLink: () =>
"https://github.com/jumpserver/jumpserver/issues/new?labels=%F0%9F%A4%94+Question&projects=&template=3_question.yml&title=%5BQuestion%5D+",