goose/documentation
2025-05-19 18:13:37 -04:00
..
.goose/memory Prompt Library (#1906) 2025-03-31 07:29:37 -04:00
blog Iand/blog api url typo (#2584) 2025-05-19 10:16:37 -06:00
docs docs: Browserbase MCP tutorial (#2594) 2025-05-19 18:13:37 -04:00
plugins Docs: Revamp extensions site (#1260) 2025-03-24 14:56:40 +01:00
src chore: Add docker to allowed deeplink commands (#2509) 2025-05-12 19:25:05 +10:00
static docs: update home page (#2441) 2025-05-05 20:29:45 -07: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: update home page (#2441) 2025-05-05 20:29:45 -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 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

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.