Skip to content

SyntaxDragon/guides

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 100.0%