-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
/** | ||
* Silence is golden. | ||
* | ||
* @package WebDevStudios\Documentation | ||
* @since 1.0.0 | ||
*/ | ||
|
||
// Silence is golden. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
=== Plugin Name === | ||
Contributors: webdevstudios, oddevan | ||
Tags: documentation | ||
Requires at least: 5.6 | ||
Tested up to: 5.6 | ||
Requires PHP: 7.2 | ||
Stable tag: trunk | ||
License: GPLv2 or later | ||
License URI: http://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
A plugin to host site documentation in an easily accessible place in the WordPress dashboard. | ||
|
||
== Description == | ||
|
||
Host documentation for your clients right where they need it most: on the website! This plugin creates | ||
a page on the WordPress dashboard called "Documentation" that shows a video and links to a PDF. | ||
|
||
Brought to you by the fine folks at [WebDevStudios][wds]! | ||
|
||
[wds]:https://webdevstudios.com/ | ||
|
||
== Installation == | ||
|
||
1. Upload the plugin to the `/wp-content/plugins/` directory | ||
1. Activate the plugin through the 'Plugins' menu in WordPress | ||
1. Upload a video to the WordPress media library and give it the slug `wds-documentation-video`. | ||
1. Upload a PDF to the WordPress media library and give it the slug `wds-documentation-pdf`. | ||
|
||
== Frequently Asked Questions == | ||
|
||
= Why should I use this? = | ||
|
||
When an agency hands a site off to the client, they should also provide documentation on how to use the | ||
site, even if the site is mostly "vanilla WordPress." This plugin makes it easy to set up a | ||
documentation section in the WordPress dashboard. | ||
|
||
= Can you build my site? = | ||
|
||
Absolutely. [Drop us a line!][wds-contact] | ||
|
||
[wds-contact]:https://webdevstudios.com/contact/ | ||
|
||
== Screenshots == | ||
|
||
1. This is the documentation page as it is shown in the WordPress dashboard. | ||
2. This shows how to set the slug for an item in the media library. | ||
|
||
== Changelog == | ||
|
||
= 1.0 = | ||
* Initial release |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.