docusaurus/examples/classic-typescript
dependabot[bot] 6efe49abaf
Some checks are pending
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
Canary Release / Publish Canary (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20.0) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (22) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (24) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (25.1) (push) Waiting to run
E2E Tests / E2E — Yarn v1 Windows (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Waiting to run
E2E Tests / E2E — npm (push) Waiting to run
E2E Tests / E2E — pnpm (push) Waiting to run
chore(deps): bump node-forge from 1.3.1 to 1.3.3 in /examples/classic-typescript (#11601)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 15:16:59 +01:00
..
blog chore: update examples for Docusaurus 3.8 (#11202) 2025-05-27 12:42:26 +02:00
docs chore: update examples for v3.9 (#11429) 2025-09-25 18:22:29 +02:00
src chore: update examples for v3.7.0 (#10814) 2025-01-03 19:32:21 +01:00
static chore: update examples to Docusaurus 2.3.0 (#8590) 2023-01-27 18:20:52 +01:00
.gitignore chore: regenerate beta.6 examples + fix regen script (#5484) 2021-09-03 16:54:06 +02:00
.stackblitzrc chore: update examples for beta.15 (#6486) 2022-01-27 15:06:10 +01:00
README.md chore: update examples for Docusaurus 3.8 (#11202) 2025-05-27 12:42:26 +02:00
docusaurus.config.ts chore: update examples for v3.9 (#11429) 2025-09-25 18:22:29 +02:00
package.json chore: update examples for v3.9.2 (#11494) 2025-10-17 17:38:38 +02:00
sandbox.config.json chore: update examples for v3.0.0 (#9482) 2023-10-31 22:53:06 +01:00
sidebars.ts chore: update examples with docusaurus 3.6 (#10642) 2024-11-04 12:31:10 +01:00
tsconfig.json chore: update examples for v3.7.0 (#10814) 2025-01-03 19:32:21 +01:00
yarn.lock chore(deps): bump node-forge from 1.3.1 to 1.3.3 in /examples/classic-typescript (#11601) 2025-12-04 15:16:59 +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.