A lightweight WordPress Plugin that generates admin documentation/help pages for your WordPress site from Markdown files.
- Add Markdown files to
docs/ - Install & Activate plugin in WordPress Admin
/docsshould contain all your Markdown files- Links to
../[DOCUMENT_NAME.md],./[DOCUMENT_NAME.md]ordocs/[DOCUMENT_NAME.md]will automatically route to display the file using URL Parameters?page=docs&doc=[DOCUMENT_NAME].md- I recommend dividing files into subjects and including a Table of Contents in
docs/README.md.
- I recommend dividing files into subjects and including a Table of Contents in
- The help page will be displayed in the Dashboard sub-menu
composer require gnowland/markdown-wordpress-documentationActivate with wp-cli
wp plugin activate markdown-wordpress-documentationor in the WordPress Admin panel.
git cloneinto your sites plugin folder- Activate via WordPress or wp-cli (see above) or in WordPress Admin
- Download the latest release as a
.zipfile - Unzip to your sites plugin folder
- Activate via WordPress Admin or wp-cli (see above)