Skip to content

Docsify Docs 3.0.0 – Rename, bundled assets and logo picker

Choose a tag to compare

@jeffersonrucu jeffersonrucu released this 05 Aug 16:19
· 23 commits to master since this release

Download docsify-docs-3.0.0.zip below and install it from Plugins > Add New Plugin > Upload Plugin in WordPress. Do not unzip it first.

Breaking changes

  • The plugin folder and text domain are now docsify-docs (was wp-docsify). Deactivate and delete the old plugin before activating this one — your documentation lives in wp-content/uploads/ and is not touched.
  • Documentation is pt_BR only and lives directly in wp-content/uploads/docsify-docs/, with no per-locale subfolder. An existing pt_BR/ folder is moved up one level automatically; an en_US/ folder is left where it is but no longer rendered.

Options, documentation files and page templates are migrated automatically on the first admin page load.

What's new

  • Logo picker — choose the logo from the Media Library instead of overwriting _media/logo.svg. Falls back to the sample logo when empty or when the attachment is deleted.
  • No external requests — Docsify, Mermaid and D3 are bundled with the plugin. jsDelivr and unpkg are gone.
  • Style isolation — theme and block styles are no longer loaded on the documentation page, so a theme cannot break the Docsify layout. Opt out with the docsify_docs_isolate_styles filter. The page dropped from ~48 KB to ~19 KB of HTML.
  • Documentation page generator — create the page with the correct template in one click, then View page, Edit page, Reset page, or edit its URL inline.
  • Admin UI fully translated to pt_BR.
  • Legacy options are normalized during migration instead of being copied verbatim.
  • Step-by-step install and setup instructions in readme.txt.

Requirements

WordPress 5.9+, PHP 7.4+. No Composer needed.

Passes the official WordPress.org Plugin Check with no errors.