diff --git a/docs/website/docusaurus.config.js b/docs/website/docusaurus.config.js index 61421a3dfb0..94d64fb3527 100644 --- a/docs/website/docusaurus.config.js +++ b/docs/website/docusaurus.config.js @@ -151,7 +151,7 @@ const config = { }, { position: "left", - to: "/blog", + to: "https://blog.sealos.run/blog", label: "Blog" }, { @@ -182,12 +182,8 @@ const config = { title: "Product", items: [ { - label: "Laf", - to: "https://github.com/labring/laf", - }, - { - label: "Sealfs", - to: "https://github.com/labring/sealfs", + label: "Devbox", + to: "/devbox", }, { label: "FastGPT", @@ -394,4 +390,4 @@ const config = { ] } -module.exports = config +module.exports = config \ No newline at end of file