/sprout-docs

Documentation for the Sprout Plugins for Craft CMS

Primary LanguagePHP

Sprout Docs

See our website for the complete Sprout Documentation.

Updating the docs

Sprout Documentation uses VuePress and the VuePress theme for Craft CMS documentation.

Documentation Markdown files are stored in the /docs folder

Some useful commands while working with the docs:

Command Notes
yarn install Get everything working
yarn docs:dev Spins up a VuePress dev server so you can update Markdown and see those updates in real time in your browser (without generating a static site)
  • yarn docs:build | Generates static site (no need to run this if submitting pull requests, this is handled during deployment) |

Contributions

Feedback, requests for examples, and pull requests are welcome.