goose/documentation
Angie Jones c896103018
docs: lead/worker tutorial and blog post (#2930)
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
2025-06-15 17:15:31 -05:00
..
.goose/memory Prompt Library (#1906) 2025-03-31 07:29:37 -04:00
blog docs: lead/worker tutorial and blog post (#2930) 2025-06-15 17:15:31 -05:00
docs docs: lead/worker tutorial and blog post (#2930) 2025-06-15 17:15:31 -05:00
plugins Docs: Revamp extensions site (#1260) 2025-03-24 14:56:40 +01:00
src Docs: Fix Nav Bar and wrong command in docs (#2889) 2025-06-12 14:35:51 -07:00
static Add Speech MCP extension to extensions directory (#2807) 2025-06-06 14:38:48 -04:00
.gitignore Docs: Revamp extensions site (#1260) 2025-03-24 14:56:40 +01:00
.npmrc feat: V1.0 (#734) 2025-01-24 13:04:43 -08:00
docusaurus.config.ts docs: Feat/integrate generator (#2652) 2025-05-27 10:17:07 -07:00
package-lock.json chore(deps): bump estree-util-value-to-estree from 3.2.1 to 3.4.0 in /documentation (#2492) 2025-05-09 09:21:01 -07:00
package.json docs: goose benchmark blog (#1935) 2025-03-31 17:03:15 +02:00
postcss.config.js Docs: Revamp extensions site (#1260) 2025-03-24 14:56:40 +01:00
README.md feat: V1.0 (#734) 2025-01-24 13:04:43 -08:00
sidebars.ts feat: V1.0 (#734) 2025-01-24 13:04:43 -08:00
tailwind.config.js docs: Update styling (#1831) 2025-03-24 17:35:01 +01:00
tsconfig.json Prompt Library (#1906) 2025-03-31 07:29:37 -04:00
yarn.lock feat: lancedb vector tool selection (#2654) 2025-05-28 20:23:02 -07:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.