goose/documentation
2025-04-24 08:05:55 -07:00
..
.goose/memory Prompt Library (#1906) 2025-03-31 07:29:37 -04:00
blog adding the meta data at the bottom of my post (#2317) 2025-04-23 10:10:30 -06:00
docs docs: remove repeated paragraph (#2328) 2025-04-24 08:05:55 -07:00
plugins Docs: Revamp extensions site (#1260) 2025-03-24 14:56:40 +01:00
src docs: recap blog for goose nyc meetup (#2264) 2025-04-18 14:32:39 -04:00
static Add Blender MCP Tutorial (#2122) 2025-04-10 09:43:47 -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: Rewrite guide on Recipes (#2310) 2025-04-22 21:49:26 -05:00
package-lock.json chore(deps): bump @babel/helpers from 7.26.0 to 7.27.0 in /documentation (#2154) 2025-04-16 20:14:25 -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 @babel/helpers from 7.26.0 to 7.27.0 in /documentation (#2154) 2025-04-16 20:14:25 -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.