Usage and API documentation for the Sitecore Ignition framework.
Visit the Sitecore Ignition Documentation here!
We are happily accepting pull requests for documentation!
- Clone the repository:
git clone https://github.com/sitecoreignition/Documentation.git
. - Download the latest version of Python for Windows.
- Make sure you check
Add Python 3.X to PATH
on the first screen of the installer.
- Make sure you check
- Open an elevated command prompt.
- Install Sphinx with this command:
pip install sphinx
. - Install the Sphinx Read the Docs theme with this command:
pip install sphinx_rtd_theme
.
- Navigate to the
docs
folder in your local copy of the repository. - Build the documentation with this command:
make html
. - View the documentation locally at
docs\_build\html\index.html
.
The Sitecore Ignition uses reStructured text stored in .rst
files. The Sphinx Documentation has a very nice overview of the syntax.
- Modify the documentation files in the
docs
folder. - Follow the steps above to build the project.
- Submit a pull request with your changes.
- Note: Your pull request should have no errors or warnings when built.
- Once your pull request is accepted, the live site will update automatically.
Code and documentation copyright 2016 Jon Upchurch and Perficient, Inc. released under the MIT license.