> For the complete documentation index, see [llms.txt](https://utm-1.gitbook.io/utm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/dokumentirovanie/drugie-sistemy/docusaurus.md).

# Docusaurus

### Docusaurus – проект с открытым исходным кодом, удобный для разработчиков. <a href="#id-2-docusaurus-e2-80-93-open-source-developer-friendly" id="id-2-docusaurus-e2-80-93-open-source-developer-friendly"></a>

<figure><img src="https://assets.apidog.com/blog-next/2025/05/image-184.png" alt="" height="675" width="1200"><figcaption></figcaption></figure>

**Docusaurus** — это генератор документации с открытым исходным кодом, созданный на основе React и поддерживаемый Facebook (Meta) . Он популярен среди разработчиков и сопровождающих проектов с открытым исходным кодом благодаря своей гибкости, поддержке Markdown и сильному сообществу.

#### Основные характеристики: <a href="#key-features" id="key-features"></a>

* Написание текстов на основе Markdown с использованием пользовательских компонентов React.
* Простая интеграция с GitHub Pages или Netlify.
* Встроенный поиск на базе Algolia.
* Поддержка версионирования и локализации
* Развитая экосистема плагинов

<figure><img src="/files/hZsl3znOD2Y2Or5dvMVU" alt=""><figcaption></figcaption></figure>

Вы можете настроить всё, используя React и Node.js. Хотя для настройки потребуется некоторый опыт разработки, Docusaurus предоставляет вам полный контроль над вашей системой документации.

**Лучше всего подходит для** : проектов с открытым исходным кодом, команд, ориентированных на разработчиков.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/dokumentirovanie/drugie-sistemy/docusaurus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
