docusaurus/examples/classic-typescript
2025-02-26 10:15:03 +01:00
..
blog chore: update examples for v3.5.2 (#10401) 2024-08-13 17:23:15 +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.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
docusaurus.config.ts chore: update examples with docusaurus 3.6 (#10642) 2024-11-04 12:31:10 +01:00
package.json chore: update examples for v3.7.0 (#10814) 2025-01-03 19:32:21 +01:00
README.md docs: add missing code block language to README.md (#10952) 2025-02-26 10:15:03 +01: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: update examples for v3.7.0 (#10814) 2025-01-03 19:32:21 +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.