This the the repository for Unlaunch Documentation site. It uses Jekyll and Docsy Jekyll theme.
The Unlaunch Documentation site is available at: https://docs.unlaunch.io/.
Unlaunch documentation is in markdown format.
You can edit the files directly in GitHub. Please use development
branch. It will fork the repo and create a pull request. We'll review and merge if your changes are aproved.
- Edit _config.yml to uncomment
baseurl: "" # for local
- Depending on how you installed Jekyll
jekyll serve
# or
bundle exec jekyll serve
You can then open your browser to http://localhost:4000 to see the server running.