goose/documentation
2025-03-31 07:29:37 -04:00
..
.goose/memory Prompt Library (#1906) 2025-03-31 07:29:37 -04:00
blog docs:Add vibe coding recap (#1902) 2025-03-28 22:22:19 +01:00
docs docs: Add /plan Command to CLI Documentation (#1876) 2025-03-26 18:56:27 -04:00
plugins Docs: Revamp extensions site (#1260) 2025-03-24 14:56:40 +01:00
src Prompt Library (#1906) 2025-03-31 07:29:37 -04:00
static quickfix: Update install-link-generator path (#1864) 2025-03-26 12:10:43 +01: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 Prompt Library (#1906) 2025-03-31 07:29:37 -04:00
package-lock.json Docs: Revamp extensions site (#1260) 2025-03-24 14:56:40 +01:00
package.json Prompt Library (#1906) 2025-03-31 07:29:37 -04: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 Prompt Library (#1906) 2025-03-31 07:29:37 -04: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.