goose/documentation
dianed-square bb82c062b1
docs: mid-session changes (#6672)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-23 12:11:18 -08:00
..
.goose/memory Prompt Library (#1906) 2025-03-31 07:29:37 -04:00
automation workflow: auto-update recipe-reference on release (#5988) 2025-12-15 12:11:00 -08:00
blog [docs] add MCP-UI to MCP Apps blog (#6664) 2026-01-23 13:34:17 -05:00
docs docs: mid-session changes (#6672) 2026-01-23 12:11:18 -08:00
plugins fix(docs): use named import for globby v13 (#6639) 2026-01-22 12:34:02 -05:00
scripts fix(docs): use named import for globby v13 (#6639) 2026-01-22 12:34:02 -05:00
src PR Code Review (#6043) 2026-01-22 11:55:01 -05:00
static docs: fix extensions page (#6484) 2026-01-13 16:20:33 -06:00
.gitignore Added goose doc map md file for goose agent to find relevant doc easily. (#6598) 2026-01-22 08:49:26 +11:00
.goosehints Add .goosehints file to enforce lowercase branding in documentation (#4870) 2025-09-28 23:53:56 -04:00
.npmrc feat: V1.0 (#734) 2025-01-24 13:04:43 -08:00
AGENTS.md adding brand guidelines to AGENTS.md (#4887) 2025-10-08 15:27:19 -04:00
docusaurus.config.ts docs(blog): Agentic Guardrails and Controls (#6329) 2026-01-05 10:13:40 -05:00
package-lock.json chore(deps): bump lodash from 4.17.21 to 4.17.23 in /documentation (#6624) 2026-01-22 09:47:05 -08:00
package.json Added goose doc map md file for goose agent to find relevant doc easily. (#6598) 2026-01-22 08:49:26 +11:00
postcss.config.js Docs: Revamp extensions site (#1260) 2025-03-24 14:56:40 +01:00
README.md docs: clarify directory in /documentation readme (#6541) 2026-01-16 08:58:34 -08:00
sidebars.ts feat: V1.0 (#734) 2025-01-24 13:04:43 -08:00
tailwind.config.js Docs: Add Goose Recipes Cookbook Page (#2998) 2025-06-20 16:46:27 -04:00
tsconfig.json Prompt Library (#1906) 2025-03-31 07:29:37 -04:00

Website

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

Run all commands from the documentation/ directory.

Installation

$ npm i

Local Development

$ npm run 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

$ npm run 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 npm run deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> npm run 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.