goose/documentation
Angie Jones ddb7cdb762
docs: elaborate on starting sessions with extensions (#1127)
Co-authored-by: Angie Jones <angiej@3d634b34e22046c0bc99c9b37c6eede5.local>
2025-02-06 14:42:19 -06:00
..
blog docs: updated bluesky link (#1078) 2025-02-05 08:46:45 -06:00
docs docs: elaborate on starting sessions with extensions (#1127) 2025-02-06 14:42:19 -06:00
src removing auto play from video (#1058) 2025-02-03 20:30:36 -04:00
static styles: uploaded video without borders (#829) 2025-01-28 11:45:43 -05:00
.gitignore feat: V1.0 (#734) 2025-01-24 13:04:43 -08:00
.npmrc feat: V1.0 (#734) 2025-01-24 13:04:43 -08:00
docusaurus.config.ts docs: updated bluesky link (#1078) 2025-02-05 08:46:45 -06:00
package-lock.json Publish launch (#830) 2025-01-28 16:21:27 +01:00
package.json Publish launch (#830) 2025-01-28 16:21:27 +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
tsconfig.json feat: V1.0 (#734) 2025-01-24 13:04:43 -08:00
yarn.lock Publish launch (#830) 2025-01-28 16:21:27 +01: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.