diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index e796eee1..ccaf1025 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -1,6 +1,6 @@ -# This workflow is for canary releases, automatically triggered by push to v1.0 branch. +# This workflow is for canary releases, automatically triggered by push to main # This workflow is identical to "release.yml" with these exceptions: -# - Triggered by push to v1.0 branch +# - Triggered by push to main # - Github Release tagged as "canary" on: push: diff --git a/.github/workflows/deploy-docs-and-extensions.yml b/.github/workflows/deploy-docs-and-extensions.yml index a281842e..5cb58979 100644 --- a/.github/workflows/deploy-docs-and-extensions.yml +++ b/.github/workflows/deploy-docs-and-extensions.yml @@ -1,4 +1,4 @@ -name: Deploy v1 Docs & Extensions # (/documentation and /extensions-site) +name: Deploy Docs & Extensions # (/documentation and /extensions-site) on: push: @@ -31,7 +31,7 @@ jobs: - name: Install dependencies and build extensions-site working-directory: ./extensions-site env: - VITE_BASENAME: "/goose/v1/extensions/" # Set the base URL here for the extensions site + VITE_BASENAME: "/goose/extensions/" # Set the base URL here for the extensions site run: | npm install npm run build @@ -48,4 +48,3 @@ 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 2003fa91..d120f9e8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-codename goose +codename goose

@@ -18,4 +18,5 @@

-Stay tuned for the upcoming 1.0 release by the end of January 2025. You can find the v0.X documentation on our [github pages](https://block.github.io/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! + diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 6bb65be4..3f870969 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/v1/", // This is temporary for development purposes + baseUrl: "/goose/", // 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/v1/extensions/", + to: "https://block.github.io/goose/extensions/", label: "Extensions", position: "left", }, @@ -114,7 +114,7 @@ const config: Config = { }, { label: "Extensions", - to: "https://block.github.io/goose/v1/extensions/", + to: "https://block.github.io/goose/extensions/", }, ], }, diff --git a/extensions-site/public/servers.json b/extensions-site/public/servers.json index 2a92ed29..3d923b0e 100644 --- a/extensions-site/public/servers.json +++ b/extensions-site/public/servers.json @@ -4,7 +4,7 @@ "name": "Developer", "description": "Built-in developer tools for file editing and shell command execution", "command": "", - "link": "https://github.com/block/goose/tree/v1.0/crates/goose-mcp/src/developer", + "link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/developer", "installation_notes": "This is a built-in extension that comes with goose by default. No installation required.", "is_builtin": true, "endorsed": true, @@ -16,7 +16,7 @@ "name": "Computer Controller", "description": "Built-in computer controls for webscraping, file caching, and automations", "command": "", - "link": "https://github.com/block/goose/tree/v1.0/crates/goose-mcp/src/computercontroller", + "link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/computercontroller", "installation_notes": "This is a built-in extension that comes with goose and can be enabled in the Settings page under 'Extensions'.", "is_builtin": true, "endorsed": true, @@ -28,7 +28,7 @@ "name": "Memory", "description": "Built-in memory system for persistent context and information storage", "command": "", - "link": "https://github.com/block/goose/tree/v1.0/crates/goose-mcp/src/memory", + "link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/memory", "installation_notes": "This is a built-in extension that comes with goose and can be enabled in the Settings page under 'Extensions'.", "is_builtin": true, "endorsed": true, @@ -40,7 +40,7 @@ "name": "JetBrains", "description": "Built-in JetBrains IDE integration for development workflows", "command": "", - "link": "https://github.com/block/goose/tree/v1.0/crates/goose-mcp/src/jetbrains", + "link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/jetbrains", "installation_notes": "This is a built-in extension that comes with goose and can be enabled in the Settings page under 'Extensions'.", "is_builtin": true, "endorsed": true, @@ -119,4 +119,4 @@ } ] } -] \ No newline at end of file +]