libretime/website
dependabot[bot] ed0f09215b
chore: bump mermaid from 9.0.0 to 9.0.1 in /website (#1790)
Bumps [mermaid](https://github.com/knsv/mermaid) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/compare/9.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-22 09:41:11 +00:00
..
src docs: update releases notes 2022-02-23 10:01:15 +02:00
static chore: center icon and explode joined paths (#1761) 2022-04-13 03:04:05 +02:00
versioned_docs/version-3.0.0-alpha.12 docs: create 3.0.0-alpha.12 docs 2022-04-08 11:46:39 +02:00
versioned_sidebars docs: create 3.0.0-alpha.12 docs 2022-04-08 11:46:39 +02:00
.gitignore docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
README.md docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
babel.config.js docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
docusaurus.config.js ci: add website-preview workflow 2022-04-11 12:47:06 +02:00
package.json chore: bump mermaid from 9.0.0 to 9.0.1 in /website (#1790) 2022-04-22 09:41:11 +00:00
redirects.js docs: add urls redirects (#1581) 2022-04-08 19:29:10 +02:00
sidebars.js docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
tsconfig.json docs: update structure and create links between pages (#1611) 2022-02-21 09:16:54 +02:00
vars.js chore: release 3.0.0-alpha.12 (#1718) 2022-03-29 15:49:33 +02:00
versions.json docs: create 3.0.0-alpha.12 docs 2022-04-08 11:46:39 +02:00
yarn.lock chore: bump mermaid from 9.0.0 to 9.0.1 in /website (#1790) 2022-04-22 09:41:11 +00: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.