Xe Iaso 3c1d95d61e fix(default-config): off-by-one error in the default thresholds (#701) 2 dagen geleden
..
blog 81f6380dd4 Add the blog section back (#670) 6 dagen geleden
docs 3c1d95d61e fix(default-config): off-by-one error in the default thresholds (#701) 2 dagen geleden
manifest ae064be710 chore(docs/manifest): it helps if you terminate strings properly 6 dagen geleden
src bec7199ab6 fix(docs): make the docs respect light/dark mode (#334) 2 maanden geleden
static 3437e575d4 chore(sponsors): update canine.tools logo (#672) 6 dagen geleden
.dockerignore c47347ff76 add docs site based on docusarus (#35) 3 maanden geleden
.gitignore c47347ff76 add docs site based on docusarus (#35) 3 maanden geleden
Dockerfile f41b21b3cf Explicitely define image sources in Dockerfile (#21) 3 maanden geleden
README.md c47347ff76 add docs site based on docusarus (#35) 3 maanden geleden
docusaurus.config.ts 81f6380dd4 Add the blog section back (#670) 6 dagen geleden
package-lock.json 1b206175f8 build(deps): bump estree-util-value-to-estree in /docs (#336) 2 maanden geleden
package.json c47347ff76 add docs site based on docusarus (#35) 3 maanden geleden
sidebars.ts c47347ff76 add docs site based on docusarus (#35) 3 maanden geleden
tsconfig.json c47347ff76 add docs site based on docusarus (#35) 3 maanden geleden

README.md

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.