sintonia/website
jo 6d9e7a6765 docs: rework docs into the new website
- multipass docs moved to local-dev.md
- add documentation to website
- rework fogotten files
- disable fogotten files

Co-authored-by: Zachary Klosko <zklosko@users.noreply.github.com>
2022-02-10 08:17:02 +01:00
..
src docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
static docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01: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 docs: rework docs into the new website 2022-02-10 08:17:02 +01:00
package.json docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
sidebars.js docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
tsconfig.json docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01:00
yarn.lock docs: replace jekyll with docusaurus 2022-02-10 08:17:02 +01: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.