diff --git a/docs/_partials/html-reporter-config-examples.mdx b/docs/_partials/html-reporter-config-examples.mdx
new file mode 100644
index 0000000..2b48b5d
--- /dev/null
+++ b/docs/_partials/html-reporter-config-examples.mdx
@@ -0,0 +1,48 @@
+import Tabs from "@theme/Tabs";
+import TabItem from "@theme/TabItem";
+
+
| **Option** | **Description** |
| -d, --destination <folder> | The path to the folder where you want to save the final report. |
| **Option** | **Description** |
| -d, --destination <folder> | The path to the folder where you want to save the final report. |
| **Parameter** | **Type** | **Default value** | **Description** |
| [enabled](#enabled) | Boolean | true | Enable / disable the plugin. |
| [path](#path) | String | "testplane-report" | The path to the folder for saving html-report files. |
| [saveErrorDetails](#saveerrordetails) | Boolean | false | Save / do not save error details in json files. |
| [defaultView](#defaultview) | String | "all" | The test filtering mode when displayed, which will be set by default. |
| [diffMode](#diffmode) | String | "3-up" | The mode of viewing diffs, which will be set by default. |
| [baseHost](#basehost) | String | _N/A_ | Replaces the original host address for viewing in the browser. |
| [errorPatterns](#errorpatterns) | Object[] or String[] | [ ] | Error patterns with hints to improve the UX of the report. |
| [metaInfoBaseUrls](#metainfobaseurls) | Object | `{ }` | Base URLs for generating links in the _Meta_ section based on meta information about the tests run. |
| [saveFormat](#saveformat) | String | "sqlite" | DEPRECATED. Allows you to set the format in which the results of the tests run will be saved. |
| [customGui](#customgui) | Object | `{ }` | DEPRECATED. Use [plugins](#plugins) instead. Description of custom controls for GUI mode. |
| [pluginsEnabled](#pluginsenabled) | Boolean | false | Enable plugins for the report. |
| [plugins](#plugins) | Object[] | [ ] | A list of plugins with their settings. |
| [customScripts](#customscripts) | Function[] | [ ] | A list of functions that implement custom scripts. For example, Yandex.Metrika scripts or a Bug. |
| [yandexMetrika](#yandexmetrika) | Object | `{ }` | [Yandex.Metrika][yandex-metrika]. |
| [enabled](#enabled) | `boolean` | `true` | Enable / disable the plugin. |
| [path](#path) | `string` | `"testplane-report"` | The path to the folder for saving html-report files. |
| [saveErrorDetails](#saveerrordetails) | `boolean` | `false` | Save / do not save error details in json files. |
| [uiMode](#uimode) | `string` | `null` | Default UI mode: "old" for classic interface, "new" for modern interface. |
| [defaultView](#defaultview) | `string` | `"all"` | The test filtering mode when displayed, which will be set by default. |
| [diffMode](#diffmode) | `string` | `"3-up"` | The mode of viewing diffs, which will be set by default. |
| [baseHost](#basehost) | `string` | _N/A_ | Replaces the original host address for viewing in the browser. |
| [errorPatterns](#errorpatterns) | `ErrorPattern[] | string[]` | `[]` | Error patterns with hints to improve the UX of the report. |
| [metaInfoBaseUrls](#metainfobaseurls) | `Record | `{}` | Base URLs for generating links in the _Meta_ section based on meta information about the tests run. |
| [saveFormat](#saveformat) | `string` | `"sqlite"` | DEPRECATED. Allows you to set the format in which the results of the tests run will be saved. |
| [customGui](#customgui) | `CustomGUI` | `{ }` | DEPRECATED. Use [plugins](#plugins) instead. Description of custom controls for GUI mode. |
| [pluginsEnabled](#pluginsenabled) | `boolean` | `false` | Enable plugins for the report. |
| [plugins](#plugins) | `Plugin[]` | `[]` | A list of plugins with their settings. |
| [customScripts](#customscripts) | `AnyFunction[]` | `[]` | A list of functions that implement custom scripts. For example, Yandex.Metrika scripts or a Bug. |
| [yandexMetrika](#yandexmetrika) | `YandexMetrika` | *see below* | [Yandex.Metrika][yandex-metrika]. |
| **Опция** | **Описание** |
| -d, --destination <folder> | Путь к папке, в которую нужно сохранить итоговый отчет. |
| **Опция** | **Описание** |
| -d, --destination <folder> | Путь к папке, в которую нужно сохранить итоговый отчет. |
| **Параметр** | **Тип** | **По умолчанию** | **Описание** |
| [enabled](#enabled) | Boolean | true | Включить / отключить плагин. |
| [path](#path) | String | "testplane-report" | Путь к папке для сохранения файлов html-отчета. |
| [saveErrorDetails](#saveerrordetails) | Boolean | false | Сохранять / не сохранять подробности ошибок в json-файлах. |
| [defaultView](#defaultview) | String | "all" | Режим фильтрации тестов при отображении, который будет установлен по умолчанию. |
| [diffMode](#diffmode) | String | "3-up" | Режим просмотра диффов, который будет установлен по умолчанию. |
| [baseHost](#basehost) | String | _N/A_ | Заменяет оригинальный адрес хоста для просмотра в браузере. |
| [errorPatterns](#errorpatterns) | Object[] или String[] | [ ] | Паттерны ошибок с подсказками для улучшения UX отчета. |
| [metaInfoBaseUrls](#metainfobaseurls) | Object | `{ }` | Базовые URL-адреса для формирования ссылок в разделе _Meta_ на основе мета-информации о прогоне теста. |
| [saveFormat](#saveformat) | String | "sqlite" | ПАРАМЕТР УСТАРЕЛ. Позволяет задать формат, в котором будут сохранены результаты прогона тестов. |
| [customGui](#customgui) | Object | `{ }` | ПАРАМЕТР УСТАРЕЛ. Используйте вместо него [plugins](#plugins). Описание собственных элементов управления для GUI-режима. |
| [pluginsEnabled](#pluginsenabled) | Boolean | false | Включить плагины для отчета. |
| [plugins](#plugins) | Object[] | [ ] | Список плагинов с их настройками. |
| [customScripts](#customscripts) | Function[] | [ ] | Список функций, реализующих кастомные скрипты. Например, скрипты Яндекс.Метрики или Жучка. |
| [yandexMetrika](#yandexmetrika) | Object | `{ }` | [Яндекс.Метрика][yandex-metrika]. |
| [enabled](#enabled) | `boolean` | `true` | Включить / отключить плагин. |
| [path](#path) | `string` | `"testplane-report"` | Путь к папке для сохранения файлов html-отчета. |
| [saveErrorDetails](#saveerrordetails) | `boolean` | `false` | Сохранять / не сохранять подробности ошибок в json-файлах. |
| [uiMode](#uimode) | `string` | `null` | Режим интерфейса по умолчанию: "old" для классического интерфейса, "new" для современного интерфейса. |
| [defaultView](#defaultview) | `string` | `"all"` | Режим фильтрации тестов при отображении, который будет установлен по умолчанию. |
| [diffMode](#diffmode) | `string` | `"3-up"` | Режим просмотра диффов, который будет установлен по умолчанию. |
| [baseHost](#basehost) | `string` | _N/A_ | Заменяет оригинальный адрес хоста для просмотра в браузере. |
| [errorPatterns](#errorpatterns) | `ErrorPattern[] | string[]` | `[]` | Паттерны ошибок с подсказками для улучшения UX отчета. |
| [metaInfoBaseUrls](#metainfobaseurls) | `Record | `{}` | Базовые URL-адреса для формирования ссылок в разделе _Meta_ на основе мета-информации о прогоне теста. |
| [saveFormat](#saveformat) | `string` | `"sqlite"` | ПАРАМЕТР УСТАРЕЛ. Позволяет задать формат, в котором будут сохранены результаты прогона тестов. |
| [customGui](#customgui) | `CustomGUI` | `{ }` | ПАРАМЕТР УСТАРЕЛ. Используйте вместо него [plugins](#plugins). Описание собственных элементов управления для GUI-режима. |
| [pluginsEnabled](#pluginsenabled) | `boolean` | `false` | Включить плагины для отчета. |
| [plugins](#plugins) | `Plugin[]` | `[]` | Список плагинов с их настройками. |
| [customScripts](#customscripts) | `AnyFunction[]` | `[]` | Список функций, реализующих кастомные скрипты. Например, скрипты Яндекс.Метрики или Жучка. |
| [yandexMetrika](#yandexmetrika) | `YandexMetrika` | *см. ниже* | [Яндекс.Метрика][yandex-metrika]. |