docusaurus/examples/classic-typescript
Sébastien Lorber a2e05d2118
chore: release Docusaurus 3.0.1 (#9596)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: Joey Clover <joey@popos.local>
Co-authored-by: reece-white <93522192+reece-white@users.noreply.github.com>
Co-authored-by: Shreesh Nautiyal <114166000+Shreesh09@users.noreply.github.com>
Co-authored-by: Nick Gerleman <nick@nickgerleman.com>
Co-authored-by: Chongyi Zheng <git@zcy.dev>
Co-authored-by: MCR Studio <99176216+mcrstudio@users.noreply.github.com>
fix(create-docusaurus): fix readme docusaurus 2 ref (#9487)
fix(theme): fix firefox CSS :has() support bug (#9530)
fix(theme): docs html sidebar items should always be visible (#9531)
fix: v3 admonitions should support v2 title syntax for nested admonitions (#9535)
fix(theme-classic): fixed wrong cursor on dropdown menu in navbar, when window is small (#9398)
fix(theme): upgrade prism-react-renderer, fix html script and style tag highlighting (#9567)
fix: add v2 retrocompatible support for quoted admonitions (#9570)
2023-11-30 19:47:23 +01:00
..
blog chore: regenerate beta.6 examples + fix regen script (#5484) 2021-09-03 16:54:06 +02:00
docs chore: update examples for v3.0.0 (#9482) 2023-10-31 22:53:06 +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 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
babel.config.js chore: regenerate beta.6 examples + fix regen script (#5484) 2021-09-03 16:54:06 +02:00
docusaurus.config.ts chore: update examples for v3.0.0 (#9482) 2023-10-31 22:53:06 +01:00
package.json chore: update examples for v3.0.0 (#9482) 2023-10-31 22:53:06 +01:00
README.md chore: release Docusaurus 3.0.1 (#9596) 2023-11-30 19:47:23 +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 for v3.0.0 (#9482) 2023-10-31 22:53:06 +01:00
tsconfig.json chore: update examples for v3.0.0 (#9482) 2023-10-31 22:53:06 +01:00
yarn.lock chore: update examples for v3.0.0 (#9482) 2023-10-31 22:53:06 +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.