Skip to content

crazycatdevs/docs.mybb.com

 
 

Repository files navigation

docs.mybb.com

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.

About

The MyBB documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 99.8%
  • Other 0.2%