fix: keep v1 docs for now (#828)

This commit is contained in:
Bradley Axen
2025-01-27 20:30:43 -08:00
committed by GitHub
parent d9f70d79f5
commit 7aee155249
4 changed files with 8 additions and 5 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ const config: Config = {
url: "https://block.github.io/",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/goose/",
baseUrl: "/goose/v1/",
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
@@ -87,7 +87,7 @@ const config: Config = {
},
{ to: "/blog", label: "Blog", position: "left" },
{
to: "https://block.github.io/goose/extensions/",
to: "https://block.github.io/goose/v1/extensions/",
label: "Extensions",
position: "left",
},
@@ -114,7 +114,7 @@ const config: Config = {
},
{
label: "Extensions",
to: "https://block.github.io/goose/extensions/",
to: "https://block.github.io/goose/v1/extensions/",
},
],
},
@@ -192,6 +192,7 @@ export default function HomepageFeatures(): ReactNode {
<Feature key={idx} {...props} />
))}
/*
<div
style={{
margin: "80px 0",
@@ -203,6 +204,7 @@ export default function HomepageFeatures(): ReactNode {
>
<img src={require("@site/static/img/placeholder.png").default} />
</div>
*/
{/* inline styles in the interest of time */}
<div