DocuPress

Description

DocuPress helps you create your own documentation directly within your WordPress dashboard.

Separate your articles into collections, making it easy for users to browse only the content they’re looking for.

Includes new Gutenberg block, widgets, and a shortcode

DocuPress includes a Gutenberg block to display your articles within the new WordPress editor.

Included block options:

  • Article Count
  • Display style (grid/list)
  • Display by Collection
  • Display or hide featured image
  • Display or hide excerpt

See the screenshots for various examples of the block in action

DocuPress also includes the [docupress] shortcode, making it easy to include a list of articles anywhere on your site.

Full list of shortcode options: [docupress limit="99" collections="" order="" viewall="on"]

DocuPress also includes 3 custom widgets:

  • Collections – output’s a list of every collection you create with DocuPress.
  • Recent Articles – select how many articles to display, randomize the output order and also choose which collection you’d like to display articles from.
  • Related Articles – select how many articles to display and randomize the output order in this widget that will only display when viewing a single article.

Translations

Currently, DocuPress comes prepackaged with the following translations:

  • English
  • Spanish
  • French
  • Italian
  • Hindi

Please let us know if there’s a language you’d like to see DocuPress translated to next.

Screenshots

  • DocuPress single article display
  • DocuPress "Documentation" tab in the admin dashboard
  • Gutenberg Block - Grid display (back-end)
  • Gutenberg Block - Grid display (front-end)
  • Gutenberg Block - List display (back-end)
  • Gutenberg Block - List display (front-end)

Blocks

This plugin provides 1 block.

  • DocuPress Articles

Installation

  1. Go to Plugins - Add New in your WordPress admin panel and search for DocuPress
  2. Install and activate the plugin directly in your admin panel
  3. Pat yourself on the back for a job well done 🙂

Reviews

mai 10, 2017 1 reply
Simple to use with a nice looking interface that blends in with the standard WordPress dashboard. It would be nice if, in future, some extra features, specific for documentation, could be added. For example, an automatically generated index based upon content headings.
Read all 1 review

Contributors & Developers

“DocuPress” is open source software. The following people have contributed to this plugin.

Contributors

“DocuPress” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “DocuPress” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.3.0

  • Added new Hindi translation in languages/docupress-hi_IN.pot
  • Updated various security related issues found with Codacy throughout multiple files in the plugin
  • General code cleanup throughout multiple files in the plugin

2.2.1

  • Actually added the new French translation in languages/docupress-fr_FR.pot
  • Actually added the new Italian translation in languages/docupress-it_IT.pot
  • Updated text strings for localization in languages/docupress.pot
  • Updated various styles in public/css/docupress-public.css
  • General code cleanup throughout multiple files in the plugin

2.2

  • Added new Spanish translation in languages/docupress-es_ES.pot
  • Added new French translation in languages/docupress-fr_FR.pot
  • Added new Italian translation in languages/docupress-it_IT.pot
  • Updated text strings for localization in languages/docupress.pot

2.1

  • Added new Spanish translation in languages/docupress-es_ES.pot
  • Updated text strings for localization in languages/docupress.pot

2.0

  • Added “Was this article helpful?” section to the bottom of single articles in admin/docupress-article-ratings.php
  • Added an estimated reading time to the beginning of single articles in admin/docupress-article-ratings.php
  • Added 2 filters to the [docupress] shortcode in admin/docupress-shortcodes.php
  • Updated shortcode list style in public/css/docupress-public.css
  • Updated activator and deactivator class names in docupress.php
  • Updated metabox with checkbox to hide estimated reading time in admin/docupress-metaboxes.php
  • Updated .pot file for translation in languages/docupress.pot
  • General code cleanup throughout multiple files in the plugin

1.3

  • Added new [docupress] shortcode in admin/docupress-shortcodes.php
  • Updated .pot file for translation in languages/docupress.pot
  • General code cleanup throughout multiple files in the plugin

1.2.2

  • Bugfix removed rest_base and rest_controller_class from custom post type in admin/docupress-cpt.php
  • Updated code to escape input data for path and url in admin/docupress-metaboxes.php
  • Updated check to hide undefined variable name notice in admin/docupress-metaboxes.php
  • Updated code to Change names based on custom permalink based in admin/docupress-cpt.php
  • General code cleanup in public/class-docupress-public.php

1.2.1

  • Bugfix misspelled ID for noncename verification in admin/docupress-metaboxes.php
  • Updated function names with all lowercase letters in admin/docupress-cpt.php
  • Updated function names with all lowercase letters in admin/docupress-taxonomies.php
  • Updated cpt and tax function names in activator in includes/class-docupress-activator.php
  • Updated text strings for localization in admin/docupress-metaboxes.php
  • Updated text strings for localization in admin/docupress-widgets.php
  • Updated .pot file for translation in languages/docupress.pot
  • General doc clean up throughout various files

1.2

  • Added new Collections widget
  • Added new Additional Details metabox for articles
  • Added custom permalink settings to change article base

1.1.0

  • Removed comment capabilities
  • Updated call constructor method for the DocuPress widget
  • Updated get_bloginfo() instance to URL instead of HOME
  • Added global $post; and wp_reset_postdata(); to the widget query

1.0

  • Initial release