=== WP Help Docs === Contributors: interfacelab Tags: documentation, admin, markdown, help, docs Requires at least: 4.4 Tested up to: 4.9.8 License: GPLv3 or later Donate link: http://www2.jdrf.org/site/TR?fr_id=6912&pg=personal&px=11429802 License URI: http://www.gnu.org/licenses/gpl-3.0.html Stable tag: 1.0.3 Requires PHP: 7.1 Directly integrate markdown based help documentation for your WordPress theme or plugin into the WordPress admin for your end users and clients. == Description == **NOTE**: This plugin requires PHP 7.1x or higher The ILAB Docs plugin allows you to integrate help documentation for your WordPress theme or plugin directly into the WordPress admin. Documentation is written in Markdown, with special extensions that make writing documentation in markdown easy. These extensions allow linking to other markdown files, linking to admin pages, video embeds, displaying a table of contents and other features. ILab Docs also has integrated search functionality for easily searching your documentation. For examples integrating this documentation plugin with your plugin or theme, check out these examples: * [Example plugin with documentation](https://github.com/Interfacelab/ilab-docs-example-plugin) * [Example theme with documentation](https://github.com/Interfacelab/ilab-docs-example-theme) == Screenshots == 1. Write your documentation for your plugin or theme in markdown! 2. Ajax overlay allows your users or clients to your documentation without losing their place. 3. Integrated documentation search. 4. Integrates with the WordPress Admin Bar. == Changelog == = 1.0.3 = * Misc. fixes = 1.0.2 = * Initial version released on WordPress plugin repository. = 1.0.1 = * Updated README = 1.0.0 = * First release