The documentation for the "Läufersystem". Powered by Vuepress. Automatically deployed to docs.lauf-fuer-kaya.de https://docs.lauf-fuer-kaya.de
Go to file
Philipp Dormann 167ddbc0ff
refactor: migrate to docusaurus
2023-11-06 20:50:42 +01:00
.argo traefik.io/v1alpha1 crds 2023-05-31 15:05:52 +02:00
.woodpecker ci: migrate to woodpecker 2023-11-06 19:27:51 +01:00
docs refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
src refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
static refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
.dockerignore refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
.gitignore refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
.npmignore initial vuepress 2021-02-13 20:12:43 +01:00
Dockerfile refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
README.md refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
babel.config.js refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
docker-compose.yml refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
docusaurus.config.js refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
licenses.md new license file version [CI SKIP] 2021-04-06 16:58:10 +00:00
nginx.conf Implemented basics for deployment via docker 2021-02-13 22:09:00 +01:00
package.json refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
pnpm-lock.yaml refactor: migrate to docusaurus 2023-11-06 20:50:42 +01:00
sidebars.js refactor: migrate to docusaurus 2023-11-06 20:50:42 +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.

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.