The source of the Docs.MyBB.com website.
Hosted on GitHub Pages using the Jekyll server, Markdown formatting, Liquid templates, and YAML data format.
Some assets are pulled from the mybb-website-theme.
Clone the repository with git and use Docker to serve the website from local source:
docker run -it --rm -v "$PWD":/usr/src/app -p "4000:4000" mybb/jekyll-dockerThis will create a container from a customized Jekyll image. The website will be available at https://127.0.0.1:4000 (your browser will warn you about an unsigned certificate that was just generated).
See CONTRIBUTING.md.