Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wisp-forest/docs
- Owner: wisp-forest
- Created: 2022-10-04T09:33:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T19:28:24.000Z (about 2 months ago)
- Last Synced: 2024-10-26T05:58:57.509Z (about 2 months ago)
- Topics: documentation, markdown, minecraft-mod
- Homepage: https://docs.wispforest.io
- Size: 15.1 MB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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`