-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
50 lines (36 loc) · 1.72 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
=== 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