Skip to content

This is a mirror of the Causemos user help documentation.

Notifications You must be signed in to change notification settings

uncharted-causemos/wm-docs

Repository files navigation

Causemos Help Documentation

This repository contains all the necessary files to build and store the help documentation for Causemos. The Causemos help site builds with MkDocs and the Material for MkDocs theme.

Prerequisites

Before you begin, make sure you a recent version of Python and the Python package manager, pip.

Installing MkDocs and the Material theme

The help builds with the latest MkDocs and Material theme. It also uses a few extensions to provide extra functionality:

To install the latest MkDocs, theme, and extensions:

pip install mkdocs
pip install mkdocs-material
pip install mkdocs-glightbox
pip install mkdocs-macros-plugin

Building the help site

To build the Causemos help site, run the following command in the root folder:

mkdocs build -d <dest_folder>

To build a local development version of the site, run the following command in the root folder:

mkdocs serve

Access the development server at http://localhost:8000/.

Writing the docs

Known issues

  • A topic can only have one h1. If you add more than one, the Table of contents for the page (rightmost pane) won't generate.

About

This is a mirror of the Causemos user help documentation.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •