docusaurus/examples/classic
Sébastien Lorber 5a883b4008
Some checks failed
Argos CI / take-screenshots (push) Has been cancelled
Build Hash Router / Build Hash Router (push) Has been cancelled
Canary Release / Publish Canary (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Continuous Releases / Continuous Releases (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (18.0) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (20) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (22) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Has been cancelled
E2E Tests / E2E — npm (push) Has been cancelled
E2E Tests / E2E — pnpm (push) Has been cancelled
chore: update examples with docusaurus 3.6 (#10642)
2024-11-04 12:31:10 +01:00
..
blog chore: update examples for v3.5.2 (#10401) 2024-08-13 17:23:15 +02:00
docs
src
static
.gitignore
.stackblitzrc
docusaurus.config.js chore: update examples with docusaurus 3.6 (#10642) 2024-11-04 12:31:10 +01:00
package.json chore: update examples with docusaurus 3.6 (#10642) 2024-11-04 12:31:10 +01:00
README.md
sandbox.config.json
sidebars.js chore: update examples with docusaurus 3.6 (#10642) 2024-11-04 12:31:10 +01:00
yarn.lock chore: update examples with docusaurus 3.6 (#10642) 2024-11-04 12:31:10 +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.