Skip to content
Modern markdown documentation generator
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci
.github add PR template Jul 2, 2018
automation increase timeout a shitload Dec 15, 2018
build-utils fix lint Dec 14, 2018
docs Update Theming.md with typo fixes Mar 7, 2019
examples fix automation and test configured baseURL Jul 21, 2018
src update deps Dec 15, 2018
.all-contributorsrc
.babelrc.js get tests passing Sep 8, 2018
.gitignore produce stats.json when --json is set Jun 13, 2018
.igniterc
.prettierignore
.stylelintrc
CHANGELOG.md
LICENSE
README.md
jest-puppeteer.config.js
markdownit.config.js
os-project-logo.svg
package.json
webpack.config.js
yarn.lock move to auto Jan 1, 2019

README.md

CircleCI Codecov All Contributors npm npm code style: prettier Intuit Auto Release

Ignite

Modern markdown documentation generation.

Usage

Head over to the full documentation for a guide on getting started with Ignite.

Contributing

Developing

To start developing Ignite, start up a terminal and run the following command. Be sure to restart the dev server when changing any non-React or non-markdown file, since webpack doesn't handle them.

yarn build:lib && yarn start

Debugging

To debug your build run

yarn build

Then use your favorite HTTP server to emulate a server environment.

python -m SimpleHTTPServer

NOTE: All urls are relative to options.baseURL. Make sure to change baseURL if your website isn't served from '/'.

Publishing

Releasing and publishing are handled automatically. Any time a PR is merged or code is pushed to master a new version of Ignite is released along with publishing a new version of the documentation to GitHub Pages.

Pull Requests welcome! Submit any bug report or feature enhancement as an issue.

Contributors

Thanks goes to these wonderful people (emoji key):


Andrew Lisowski

💻 🎨 📖 💡 🤔 🚇 📦 👀 ⚠️

Adam Dierkens

💻 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

Awesome Plugins:

⭐️ Prop-Types - Takes a react component and displays a table with its prop-types.

⭐️ JSON Schema - Takes a JSON-Schema and exposes a Component that matches ids to auto-generate docs.

🚀 If you want to add your plugins to this list make a PR! 🚀

Gallery

💅 Have some beautiful docs built using Ignite? Make a PR and feature them here 💅

You can’t perform that action at this time.