/docs.mybb.com

The MyBB documentation.

Primary LanguageHTML

docs.mybb.com Uptime Robot status Uptime Robot ratio (30 days) Mozilla HTTP Observatory Grade Chromium HSTS preload

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.

Development

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-docker

This 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).

Contributing

See CONTRIBUTING.md.