diff --git a/src/components/docs/apply-trial-license.tsx b/src/components/docs/apply-trial-license.tsx
index b58687f..e745ecc 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 c1bade7..c7242d6 100644
--- a/src/components/theme/footer.tsx
+++ b/src/components/theme/footer.tsx
@@ -4,6 +4,7 @@ import Logo from "./logo";
import React from "react";
import { GitHubIcon, DiscordIcon, XIcon } from "@/icons";
+
const FooterNavbar = () => {
return (
@@ -37,6 +38,7 @@ const FooterNavbar = () => {
);
};
+
function List({
title,
items,
@@ -92,7 +94,7 @@ function Footer() {
diff --git a/src/pages/_meta.json b/src/pages/_meta.json
index 0d9eb5d..eff9644 100644
--- a/src/pages/_meta.json
+++ b/src/pages/_meta.json
@@ -1,13 +1,15 @@
{
- "home": {
+ "index": {
"title": "Home",
"type": "page",
- "route": "https://www.jumpserver.com/"
+ "theme": {
+ "layout": "raw"
+ }
},
"pricing": {
"title": "Pricing",
"type": "page",
- "route": "https://www.jumpserver.com/#features-JumpServer%20Enterprise%20Edition"
+ "route": "/#section-edition"
},
"docs": {
"title": "Docs",
@@ -16,6 +18,6 @@
"about": {
"title": "About",
"type": "page",
- "route": "https://www.jumpserver.com/about"
+ "route": "https://www.lxware.hk/pages/about"
}
}
diff --git a/theme.config.tsx b/theme.config.tsx
index 61442fe..709bcc1 100644
--- a/theme.config.tsx
+++ b/theme.config.tsx
@@ -29,6 +29,7 @@ export const LinkTitle: React.FC = ({ title, url }) => {
);
};
+
const config: DocsThemeConfig = {
components: {
Icon, Alert, Cards, Card,
@@ -50,7 +51,6 @@ 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+",