Skip to content

Files

Latest commit

 

History

History
28 lines (16 loc) · 779 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 779 Bytes

Unlaunch Documentation

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/.

Contribution Guide

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.

How to run locally

  1. Edit _config.yml to uncomment

baseurl: "" # for local

  1. 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.