Title: DevDocs
Author: Alex Hedström
Published: <strong>08.05.2026</strong>
Last modified: 08.08.2026

---

Поиск плагинов

![](https://ps.w.org/devdocs/assets/banner-772x250.png?rev=3637951)

![](https://ps.w.org/devdocs/assets/icon-256x256.png?rev=3637951)

# DevDocs

 Автор: [Alex Hedström](https://profiles.wordpress.org/alexhedstrom/)

[Скачать](https://downloads.wordpress.org/plugin/devdocs.1.0.5.zip)

 * [Детали](https://ru.wordpress.org/plugins/devdocs/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/devdocs/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/devdocs/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/devdocs/#developers)

 [Поддержка](https://wordpress.org/support/plugin/devdocs/)

## Описание

DevDocs is a WordPress plugin for publishing clear, organised developer documentation
on your site. It gives you a documentation page with a collapsible sidebar for browsing
sections and a main content area for reading articles.

**Key Features**

 * **Documentation articles and updates** — Publish help articles and version updates
   in one place.
 * **Organised sections** — Group your content into folders and sub-folders for 
   easier browsing.
 * **Sidebar navigation** — Visitors can move between the overview, sections, articles,
   and changelog from one menu.
 * **Instant search** — Quickly find articles from the sidebar as you type.
 * **Mobile-friendly layout** — The documentation view works cleanly on smaller 
   screens.
 * **Welcome screen** — Show an introduction, helpful topic cards, and your latest
   update before a visitor opens an article.
 * **Changelog timeline** — Display product updates in a clear version-by-version
   timeline.
 * **Custom colours** — Match the documentation area to your brand with built-in
   colour settings.
 * **Full-page layout option** — Display your documentation in a distraction-free
   full-browser view.
 * **Article guidance** — Help readers stay oriented with breadcrumbs, last updated
   dates, and previous/next article links.
 * **Manual ordering** — Choose the order in which articles appear inside each section.
 * **Shortcode support** — Embed documentation with `[devdocs]` as an alternative
   to selecting a page.
 * **Translation-ready** — Includes a translation template in the `languages` folder
   for other languages.

### Usage

#### Documents

Add your documentation articles in **DevDocs** and assign them to one or more Topics
so they appear in the right place in the sidebar. Use **Order** if you want to control
which articles appear first.

#### Topics

Use Topics to build your sidebar structure. You can create main sections and place
sub-sections inside them, then use **Order** to control how they are listed.

#### Changelog

Each changelog entry supports:
 * A **Version Number** and **Release Date**. * A
summary description. * Update items grouped as Added, Changed, Fixed, Removed, Deprecated,
or Security.

#### Settings

Navigate to **DevDocs  Settings** to configure:

 * **Documentation Page** — Optional WordPress page that renders the docs layout
   automatically. You can use the `[devdocs]` shortcode instead.
 * **Documentation Name** — Label shown in the sidebar header.
 * **Welcome Heading / Message** — Text displayed on the overview screen.
 * **Show Topic Cards** — Toggle topic card grid on the welcome screen.
 * **Show Latest Update** — Toggle the latest changelog snippet on the welcome screen.
 * **Full Page Mode** — Expand the documentation into a full-browser layout (applies
   to the selected Documentation Page).
 * **Color Scheme** — Choose the colours used across the documentation area.

#### Shortcode

Add `[devdocs]` to any page or post content to embed the documentation layout. Navigation
links stay on that page. You do not need to select a Documentation Page in settings
when using the shortcode.

In page builders such as Breakdance, use the dedicated **Shortcode** element (not
only a rich text field). The builder canvas may need a refresh after saving; the
front end is the source of truth if preview still looks incomplete.

## Установка

 1. Upload the `devdocs` folder to the `/wp-content/plugins/` directory, or install
    via **Plugins  Add New** in the WordPress admin.
 2. Activate the plugin through the **Plugins** menu.
 3. Display the docs in one of two ways:
 4.  * Create a page (e.g. «Docs»), then go to **DevDocs  Settings** and select it 
       under **Documentation Page**, or
     * Add the `[devdocs]` shortcode to any page or post.
 5. Add documents under **DevDocs  Add Document** and organise them with Topics.
 6. Add changelog entries under **DevDocs  Changelog  Add Entry**, filling in the Version
    Info meta box and Changelog Items.

## Часто задаваемые вопросы

### How do I add documents to the sidebar?

Create a document under **DevDocs  Add Document** and assign it to a Topic. It will
appear in the sidebar automatically.

### Can I nest topics?

Yes. You can create main topics and place child topics inside them to build a folder-
style structure.

### How do I display the documentation?

Either select a **Documentation Page** in **DevDocs  Settings**, or place the `[
devdocs]` shortcode on any page or post.

### Where is the changelog displayed?

The changelog is available from the **Changelog** link in the sidebar.

### Does DevDocs affect my theme?

DevDocs is designed to keep its layout and styling to your chosen documentation 
page or shortcode placement, so it does not take over the rest of your site.

### Is DevDocs translation-ready?

Yes. The plugin includes a translation template (`devdocs.pot`) in the `languages`
folder so you can build additional translations.

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«DevDocs» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад
следующие участники:

Участники

 *   [ Alex Hedström ](https://profiles.wordpress.org/alexhedstrom/)

[Перевести «DevDocs» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/devdocs)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/devdocs/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/devdocs/), или подпишитесь на
[журнал разработки](https://plugins.trac.wordpress.org/log/devdocs/) по [RSS](https://plugins.trac.wordpress.org/log/devdocs/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.0.5

 * Respect password-protected documentation pages.
 * Fix sidebar folders clipping long document lists.
 * Sort changelog entries by release date.
 * Accessibility improvements for search and mobile menu.
 * Tighten settings, uninstall, and asset loading.

#### 1.0.4

 * Improve [devdocs] shortcode preview in page builders such as Breakdance.

#### 1.0.3

 * Add [devdocs] shortcode as an alternative to selecting a documentation page.

#### 1.0.2

 * Make the sidebar match the full height of the documentation content.

#### 1.0.1

 * Fix search field and icons not showing in full page mode.
 * Let documentation pages grow with content instead of a fixed viewport height.
 * Sort Topics by Order in the admin list table.

#### 1.0.0

 * Initial release.

## Мета

 *  Версия **1.0.5**
 *  Обновление: **9 часов назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 6.3 или выше **
 *  Совместим вплоть до: **7.0.3**
 *  Версия PHP ** 7.4 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/devdocs/)
 * Метки:
 * [changelog](https://ru.wordpress.org/plugins/tags/changelog/)[developer](https://ru.wordpress.org/plugins/tags/developer/)
   [docs](https://ru.wordpress.org/plugins/tags/docs/)[documentation](https://ru.wordpress.org/plugins/tags/documentation/)
   [knowledge base](https://ru.wordpress.org/plugins/tags/knowledge-base/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/devdocs/advanced/)

## Оценки

Пока что нет ни одного отзыва.

[Your review](https://wordpress.org/support/plugin/devdocs/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/devdocs/reviews/)

## Участники

 *   [ Alex Hedström ](https://profiles.wordpress.org/alexhedstrom/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/devdocs/)