Skip to content

TeamJM/journeymap-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JourneyMap Docs

This repository contains user documentation for the JourneyMap mod. Written in markdown and compiled into a static site using MkDocs and Material for Mkdocs.

Contributing

We are happy to accept pull requests for documentation changes. If you would like to contribute, please fork this repository and submit a pull request. If you are not familiar with Git or GitHub, you can also submit an issue with your suggested changes, and we will add them to the documentation.

When submitting a pull request, please follow these guidelines:

  • Make sure to describe your changes in the pull request description.
  • Make sure to run the documentation locally to ensure that your changes are displayed correctly. See the Installing section below for instructions on how to do this.

Installing

To run the documentation locally, you will need to first install MkDocs and Material for MkDocs. You can do this by running the following command:

  • pip install -r requirements.txt

This command will install MkDocs, Material for MkDocs and the other dependencies required for the docs to run.

Running

Run one of the following commands to start the local documentation server:

  1. mkdocs serve -f ./config/mkdocs.yml
  2. python -m mkdocs serve -f ./config/mkdocs.yml

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages