This is the IllumiDesk docs repo. Docs are managed with Mkdocs.
There are two options available to use IllumiDesk:
- IllumiDesk is available online with a free trial period. No credit card required.
-
Fork this repo
-
Clone and cd into your fork
git clone https://github.com/<github_account_name>/docs cd docs
-
To setup docs clone this repo and install requirements. We recommend using virtualenv:
virtualenv venv source venv/bin/activate pip install -r requirements.txt
-
(Optional) Add remote upstream
git remote add upstream https://github.com/illumidesk/docs
Sync upstream master with your fork using
git fetch upstream master
andgit merge upstream/master
to avoid merge conflicts. -
Test site locally:
mkdocs serve
-
Push to your fork and create PR
-
Merges to upstream master trigger a deploy to
https://docs.illumidesk.com
Copyright © 2016-2017 3Blades, LLC. All rights reserved, except as follows. Code is released under the BSD 3.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License under the terms and conditions set forth in the file "LICENSE.docs". You may obtain a duplicate copy of the same license, titled CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/.