GalaxyGate / guides

Community Guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GalaxyGate Guides Docker CI

This repo is where users can submit guides for server administration, bot management and everything related.

We welcome all pull requests.

Building

This guide uses MkDocs and is written using Markdown.

Pre-Requisites:

  • python3

Install dependencies:

pip install mkdocs mkdocs-material pymdown-extensions pygments 

Start development server:

mkdocs serve

Notes

  • All documents are inside the docs/ folder.
  • Menu links are located on the mkdocs.yml file.
  • Keep images locally refer to existing guides to see how it is done.
  • Links are to be from related sources e.g. no short urls, tracking links or from obscure sites.
  • Run mkdocs build --strict --verbose and check for any errors before making a PR.

About

Community Guides


Languages

Language:Dockerfile 100.0%