Skip to content

Minerva-Servers/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minerva Servers Wiki (MkDocs Material)

A ready-to-run, easily configurable wiki for Minerva Servers. Content is Markdown; data-driven sections (Team, Characters, Maps) pull from simple YAML files.

Quick start

# 1) create and activate a virtualenv
python -m venv .venv

# 2) install deps
.\.venv\Scripts\python -m pip install -r requirements.txt

# 3) run the dev server
.\.venv\Scripts\python -m mkdocs serve
# then open http://127.0.0.1:8000/

Edit content

  • Markdown pages live under docs/.
  • Data lives in docs/data/:
    • team.yml — list of team members
    • characters.yml — character registry
    • maps.yml — map tiles / info

The pages team/index.md, characters/index.md, and maps/index.md render from those YAML files using macros.

Deploy (GitHub Pages)

Push this repository to GitHub and enable Pages. Or use the included workflow:

  • Edit .github/workflows/deploy.yml and set your repository name (if needed).
  • On push to main, the site builds and deploys automatically.

Import characters from CSV

Use tools/import_characters_csv.py to convert a CSV (with headers) into docs/data/characters.yml.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages