Skip to content
Snippets Groups Projects
user avatar
Marco Holz authored
Adding file extensions enables link checking by docusaurus.

Since /news is not part of /docs and no index.md file for /news exists, a static URL is acceptable here.
ab011c1e
History

FIT-Connect Dokumentation

Die Dokumentation ist hier zu finden: https://docs.fitko.de/fit-connect/

Lokale Entwicklung

$ yarn
$ yarn start

Bauen für Produktion

$ export DOCUSAURUS_BASE_URL="/fit-connect/"
$ yarn build