Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wisp-forest/docs

The sources of our public project documentation
https://github.com/wisp-forest/docs

documentation markdown minecraft-mod

Last synced: about 1 month ago
JSON representation

The sources of our public project documentation

Awesome Lists containing this project

README

        

## Wisp Forest Documentation

This repository contains the markup for our documentation hosted over at https://docs.wispforest.io/. The [theme](https://github.com/wisp-forest/docs-theme) is also included as a submodule in case you want to serve the site locally.

### Cloning

If you only want to make small modifications that do no require actually building the site, clone like normal:

`git clone https://github.com/wisp-forest/docs`

Otherwise, you'll need the theme as well. For this, clone with submodules:

`git clone https://github.com/wisp-forest/docs --recursive`