goose/documentation
San Clemente ca5bfd3c5c
docs: refresh Ophis extension page (tool list, chains, skills link) (#10681)
Co-authored-by: san-npm <san-npm@users.noreply.github.com>
2026-07-29 09:54:38 -04:00
..
.goose/memory
automation chore: Remove stale crates/goose-server and update docs (#10224) 2026-07-07 23:45:18 +00:00
blog Clean up stale documentation audit findings (#10114) 2026-07-17 13:36:58 +02:00
docs docs: refresh Ophis extension page (tool list, chains, skills link) (#10681) 2026-07-29 09:54:38 -04:00
plugins [docs] Add OSS Skills Marketplace (#6752) 2026-01-28 22:46:18 -05:00
scripts chore(aaif): rename a bunch of repository references (#8152) 2026-04-07 15:34:48 +10:00
src Clean up stale documentation audit findings (#10114) 2026-07-17 13:36:58 +02:00
static Add pngmeta to extension directory (#10650) 2026-07-29 09:54:19 -04:00
.gitignore [docs] Add OSS Skills Marketplace (#6752) 2026-01-28 22:46:18 -05:00
.goosehints Add .goosehints file to enforce lowercase branding in documentation (#4870) 2025-09-28 23:53:56 -04:00
.npmrc
AGENTS.md adding brand guidelines to AGENTS.md (#4887) 2025-10-08 15:27:19 -04:00
CLAUDE.md agents: add CLAUDE.mds to mirror AGENTS.mds (#9029) 2026-05-05 18:53:52 +00:00
docusaurus.config.ts Clean up stale documentation audit findings (#10114) 2026-07-17 13:36:58 +02:00
package-lock.json chore(deps): bump ws in /documentation (#10739) 2026-07-29 09:40:43 -04:00
package.json chore(deps): bump postcss from 8.5.10 to 8.5.23 in /documentation (#10721) 2026-07-27 16:41:11 -04:00
postcss.config.js
README.md docs: clarify directory in /documentation readme (#6541) 2026-01-16 08:58:34 -08:00
sidebars.ts
tailwind.config.js
tsconfig.json

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.