lage/docs-new
dependabot[bot] 264a5e4a23
Bump prismjs from 1.25.0 to 1.27.0 in /docs-new (#227)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.25.0...v1.27.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 20:19:26 -08:00
..
docs Docusaurus docs | Update icons and css (#222) 2022-02-23 12:14:47 -08:00
src Docusaurus docs | Update icons and css (#222) 2022-02-23 12:14:47 -08:00
static Docusaurus docs | Update icons and css (#222) 2022-02-23 12:14:47 -08:00
.gitignore [WIP] Add docusaurus (#206) 2022-01-24 14:26:24 -08:00
README.md [WIP] Add docusaurus (#206) 2022-01-24 14:26:24 -08:00
babel.config.js [WIP] Add docusaurus (#206) 2022-01-24 14:26:24 -08:00
docusaurus.config.js Docusaurus docs | Update icons and css (#222) 2022-02-23 12:14:47 -08:00
package.json [WIP] Add docusaurus (#206) 2022-01-24 14:26:24 -08:00
sidebars.js [WIP] Add docusaurus (#206) 2022-01-24 14:26:24 -08:00
yarn.lock Bump prismjs from 1.25.0 to 1.27.0 in /docs-new (#227) 2022-03-02 20:19:26 -08:00

README.md

Website

This website is built using Docusaurus 2, 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.