admench / sprout-docs

Documentation for the Sprout Plugins for Craft CMS

Home Page:https://sprout.barrelstrengthdesign.com/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
npm install Get everything working
npm run 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)
npm run docs:build Generates static site (no need to run this if submitting pull requests, this is handled during deployment)

Metadata

To generate metadata using the php ./src/optimizeMetadata.php script you will need to install the following package:

composer require kub-at/php-simple-html-dom-parser

Contributions

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

About

Documentation for the Sprout Plugins for Craft CMS

https://sprout.barrelstrengthdesign.com/docs/


Languages

Language:Vue 54.8%Language:CSS 19.5%Language:JavaScript 17.7%Language:PHP 8.1%