docusaurus/examples/classic
2025-05-27 12:42:26 +02:00
..
blog chore: update examples for Docusaurus 3.8 (#11202) 2025-05-27 12:42:26 +02:00
docs chore: release Docusaurus 3.1.1 examples (#9797) 2024-01-26 14:33:03 +01:00
src chore: update examples for v3.0.0 (#9482) 2023-10-31 22:53:06 +01:00
static chore: update examples to Docusaurus 2.3.0 (#8590) 2023-01-27 18:20:52 +01:00
.gitignore feat(v2): official CodeSandbox support (#3717) 2020-11-16 16:20:16 +01:00
.stackblitzrc chore: update examples for beta.15 (#6486) 2022-01-27 15:06:10 +01:00
docusaurus.config.js chore: update examples for Docusaurus 3.8 (#11202) 2025-05-27 12:42:26 +02:00
package.json chore: update examples for Docusaurus 3.8 (#11202) 2025-05-27 12:42:26 +02:00
README.md chore: update examples for Docusaurus 3.8 (#11202) 2025-05-27 12:42:26 +02:00
sandbox.config.json chore: update examples for v3.0.0 (#9482) 2023-10-31 22:53:06 +01:00
sidebars.js chore: update examples with docusaurus 3.6 (#10642) 2024-11-04 12:31:10 +01:00
yarn.lock chore: update examples for Docusaurus 3.8 (#11202) 2025-05-27 12:42:26 +02: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.