goose/documentation
2026-09-04 20:34:22 +00:00
..
automation feat(gdk): let Kotlin callers configure the Databricks AI Gateway path (#11631) 2026-09-02 19:46:33 +00:00
blog refactor(local-inference): remove managed model registry (#11789) 2026-09-03 12:32:54 +00:00
docs fix(tracing): honor content capture opt-out (#11782) 2026-09-03 10:36:12 +02:00
plugins [docs] Add OSS Skills Marketplace (#6752) 2026-01-28 22:46:18 -05:00
scripts doc (acp): move acp reference under GDK section (#11805) 2026-09-03 03:56:32 +00:00
src chore: goose-sdk version bump alpha 8 (#11815) 2026-09-03 14:01:06 +00:00
static docs: update Discord invite (#10863) 2026-07-31 22:49:19 +00: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 docs: update Discord invite (#10863) 2026-07-31 22:49:19 +00:00
package-lock.json chore(deps): bump postcss-selector-parser in /documentation (#11755) 2026-09-01 18:23:50 +00:00
package.json chore(deps-dev): bump js-yaml from 4.3.0 to 4.3.1 in /documentation (#11052) 2026-08-08 16:49:32 +02: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 Docs: Add Goose Recipes Cookbook Page (#2998) 2025-06-20 16:46:27 -04:00
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.