diff --git a/.github/workflows/deploy-docs-and-extensions.yml b/.github/workflows/deploy-docs-and-extensions.yml index 5cb58979..bd577bfb 100644 --- a/.github/workflows/deploy-docs-and-extensions.yml +++ b/.github/workflows/deploy-docs-and-extensions.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies and build extensions-site working-directory: ./extensions-site env: - VITE_BASENAME: "/goose/extensions/" # Set the base URL here for the extensions site + VITE_BASENAME: "/goose/v1/extensions/" # Set the base URL here for the extensions site run: | npm install npm run build @@ -48,3 +48,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: combined-build + destination_dir: v1 # Deploy the site to the 'v1' subfolder diff --git a/README.md b/README.md index d120f9e8..2dad26df 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,5 @@ codename goose

-Check out our [documentation](https://block.github.io/goose/), or to try it out head to the [installation](https://block.github.io/goose/docs/getting-started/installation) instructions! +Check out our [documentation](https://block.github.io/goose/v1/), or to try it out head to the [installation](https://block.github.io/goose/v1/docs/getting-started/installation) instructions! diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 3f870969..f2899016 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -20,7 +20,7 @@ const config: Config = { url: "https://block.github.io/", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - 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/", }, ], }, diff --git a/documentation/src/components/HomepageFeatures/index.tsx b/documentation/src/components/HomepageFeatures/index.tsx index f44b7bc3..b8bec2bd 100644 --- a/documentation/src/components/HomepageFeatures/index.tsx +++ b/documentation/src/components/HomepageFeatures/index.tsx @@ -192,6 +192,7 @@ export default function HomepageFeatures(): ReactNode { ))} + /*
+ */ {/* inline styles in the interest of time */}