Skip to content

Documentation for the Sprout Plugins for Craft CMS

Notifications You must be signed in to change notification settings

barrelstrength/sprout-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprout Docs

See our website for the complete Sprout Documentation.

Updating the docs

Sprout Documentation uses VitePress.

Documentation Markdown files are stored in the /docs folder. For each major Craft release, all documentation pages are copied to a new version of the docs and updated for any changes in that release. Previous versions of the docs are archived on their respective branches.

Some useful commands while working with the docs:

Command Notes
npm install Get everything working
npm run docs:dev Spins up a VitePress dev server)
npm run docs:build Generates static site, handled during deployment)

Contributions

Support questions and requests for examples for all plugin documentation are managed in the main Sprout Framework repository.