feat: retarget the readme for v1 (#827)

This commit is contained in:
Bradley Axen
2025-01-27 19:46:34 -08:00
committed by GitHub
parent 5bf8f9ea99
commit d9f70d79f5
5 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -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: # 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" # - Github Release tagged as "canary"
on: on:
push: push:
@@ -1,4 +1,4 @@
name: Deploy v1 Docs & Extensions # (/documentation and /extensions-site) name: Deploy Docs & Extensions # (/documentation and /extensions-site)
on: on:
push: push:
@@ -31,7 +31,7 @@ jobs:
- name: Install dependencies and build extensions-site - name: Install dependencies and build extensions-site
working-directory: ./extensions-site working-directory: ./extensions-site
env: 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: | run: |
npm install npm install
npm run build npm run build
@@ -48,4 +48,3 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: combined-build publish_dir: combined-build
destination_dir: v1 # Deploy the site to the 'v1' subfolder
+3 -2
View File
@@ -1,5 +1,5 @@
<h1 align="center"> <h1 align="center">
<code>codename goose</code> codename goose
</h1> </h1>
<p align="center"> <p align="center">
@@ -18,4 +18,5 @@
</a> </a>
</p> </p>
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!
+3 -3
View File
@@ -20,7 +20,7 @@ const config: Config = {
url: "https://block.github.io/", url: "https://block.github.io/",
// Set the /<baseUrl>/ pathname under which your site is served // Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/' // For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/goose/v1/", // This is temporary for development purposes baseUrl: "/goose/",
// GitHub pages deployment config. // GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these. // 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: "/blog", label: "Blog", position: "left" },
{ {
to: "https://block.github.io/goose/v1/extensions/", to: "https://block.github.io/goose/extensions/",
label: "Extensions", label: "Extensions",
position: "left", position: "left",
}, },
@@ -114,7 +114,7 @@ const config: Config = {
}, },
{ {
label: "Extensions", label: "Extensions",
to: "https://block.github.io/goose/v1/extensions/", to: "https://block.github.io/goose/extensions/",
}, },
], ],
}, },
+4 -4
View File
@@ -4,7 +4,7 @@
"name": "Developer", "name": "Developer",
"description": "Built-in developer tools for file editing and shell command execution", "description": "Built-in developer tools for file editing and shell command execution",
"command": "", "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.", "installation_notes": "This is a built-in extension that comes with goose by default. No installation required.",
"is_builtin": true, "is_builtin": true,
"endorsed": true, "endorsed": true,
@@ -16,7 +16,7 @@
"name": "Computer Controller", "name": "Computer Controller",
"description": "Built-in computer controls for webscraping, file caching, and automations", "description": "Built-in computer controls for webscraping, file caching, and automations",
"command": "", "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'.", "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, "is_builtin": true,
"endorsed": true, "endorsed": true,
@@ -28,7 +28,7 @@
"name": "Memory", "name": "Memory",
"description": "Built-in memory system for persistent context and information storage", "description": "Built-in memory system for persistent context and information storage",
"command": "", "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'.", "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, "is_builtin": true,
"endorsed": true, "endorsed": true,
@@ -40,7 +40,7 @@
"name": "JetBrains", "name": "JetBrains",
"description": "Built-in JetBrains IDE integration for development workflows", "description": "Built-in JetBrains IDE integration for development workflows",
"command": "", "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'.", "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, "is_builtin": true,
"endorsed": true, "endorsed": true,