mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
feat: retarget the readme for v1 (#827)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<h1 align="center">
|
||||
<code>codename goose</code>
|
||||
codename goose
|
||||
</h1>
|
||||
|
||||
<p align="center">
|
||||
@@ -18,4 +18,5 @@
|
||||
</a>
|
||||
</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!
|
||||
|
||||
|
||||
@@ -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/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/",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -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 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user