https://github.com/gnowland/markdown-wordpress-docs
A lightweight WordPress Plugin to generate documentation pages for your WordPress site from Markdown files
https://github.com/gnowland/markdown-wordpress-docs
markdown wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
A lightweight WordPress Plugin to generate documentation pages for your WordPress site from Markdown files
- Host: GitHub
- URL: https://github.com/gnowland/markdown-wordpress-docs
- Owner: gnowland
- License: gpl-3.0
- Created: 2020-11-05T02:05:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T06:18:36.000Z (over 5 years ago)
- Last Synced: 2025-03-09T22:14:34.658Z (over 1 year ago)
- Topics: markdown, wordpress, wordpress-plugin
- Language: CSS
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown WordPress Docs
[](https://github.com/gnowland/markdown-wordpress-docs/releases)
|
[](https://packagist.org/packages/gnowland/markdown-wordpress-docs)
|
[](https://www.buymeacoffee.com/gnowland)
A lightweight WordPress Plugin that generates admin documentation/help pages for your WordPress site from Markdown files.
## Use
1. Add Markdown files to `docs/`
2. [Install](#install) & Activate plugin in WordPress Admin
### Details
- `/docs` should contain all your Markdown files
- Links to `../[DOCUMENT_NAME.md]`, `./[DOCUMENT_NAME.md]` or `docs/[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`.
- The help page will be displayed in the Dashboard sub-menu
## Installation ##
### Composer ###
```shell
composer require gnowland/markdown-wordpress-documentation
```
Activate with [wp-cli](http://wp-cli.org/)
```shell
wp plugin activate markdown-wordpress-documentation
```
or in the WordPress Admin panel.
### Git ###
* `git clone` into your sites plugin folder
* Activate via WordPress or wp-cli (see above) or in WordPress Admin
### Manually ###
* Download the [latest release](https://github.com/gnowland/markdown-wordpress-docs/releases) as a `.zip` file
* Unzip to your sites plugin folder
* Activate via WordPress Admin or wp-cli (see above)