gnowland/markdown-wordpress-docs
Composer 安装命令:
composer require gnowland/markdown-wordpress-docs
包简介
Generate WordPress website documentation from Markdown Files
README 文档
README
A lightweight WordPress Plugin that generates admin documentation/help pages for your WordPress site from Markdown files.
Use
- Add Markdown files to
docs/ - Install & Activate plugin in WordPress Admin
Details
/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
Installation
Composer
composer require gnowland/markdown-wordpress-documentation
Activate with wp-cli
wp plugin activate markdown-wordpress-documentation
or in the WordPress Admin panel.
Git
git cloneinto your sites plugin folder- Activate via WordPress or wp-cli (see above) or in WordPress Admin
Manually
- Download the latest release as a
.zipfile - Unzip to your sites plugin folder
- Activate via WordPress Admin or wp-cli (see above)
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2020-11-05