This website is built using Docusaurus, a modern static website generator.
npm install --global yarnyarn startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
To run the megalinter locally, please follow the upstream documentation and choose your preferred method from there.
To run the same jobs as the GitHub action would, you can use one of the commands shown below.
Without installation:
npx mega-linter-runner --flavor documentationWith installation:
npm install mega-linter-runner -g
mega-linter-runner --flavor documentationNote
We currently see errors for the link checker Lychee which are unrelated to actual site availability. Those errors are most likely related to more and more websites reconfiguring their WAF to block AI-agents. Since we still see link checking as a relevant task and do not want to do this manually, we keep Lychee running for now, but will ignore errors if the link works on manual check.