/yagpdb-docs-v2

Experimental / proof of concept page to replace the current documentation which is built with GitBook.

Primary LanguageHTMLCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

YAGPDB Docs v2

Experimental / Proof of Concept page to replace the current documentation which is built with GitBook.

This page is built with Hugo in conjunction with the Relearn theme as an experiment to see if it is a viable alternative.

Contributing / Building

As always clone the repository first and change into it.

Install Hugo, clone this repository and run hugo server to start a local server. The server will automatically rebuild the page when you make changes.

To build the page in release mode:

  1. hugo mod vendor
  2. hugo

Then serve the generated public/ directory with the webserver of your choice. Adjust the --baseURL argument to hugo as required.

For more information, please view our Contributing Guidelines.

Editor Setup

As this project used the EditorConfig standard, you will have to make sure that your editor supports it. Most modern editors do, but if you are unsure, check the EditorConfig page.

Adding a new page

Please read the Relearn theme's documentation for a full guide as well as its Markdown syntax.

License

This documentation's text is distributed under the terms of the Creative Commons Attribution ShareAlike 4.0 license (SPDX-indentifer CC-BY-SA). Please view the LICENSE file for more information.