Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app-developer-guide/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Additional variables can be passed using `--manifest-var key=value`:
exordos build --manifest-var environment=production --manifest-var region=europe-east .
```

[Full manifest reference →](../misc/manifests.md)
[Full manifest reference →](../em/manifest.md)

---

Expand Down
2 changes: 1 addition & 1 deletion docs/app-developer-guide/build.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ fi
exordos build --manifest-var environment=production --manifest-var region=europe-east .
```

[Полный справочник по манифестам →](../misc/manifests.ru.md)
[Полный справочник по манифестам →](../em/manifest.ru.md)

---

Expand Down
2 changes: 1 addition & 1 deletion docs/app-developer-guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ By default, elements are fetched from the public Exordos repository. For private
After a successful installation:

- Verify the element status in the Exordos Core CLI
- [Customize the manifest](../misc/manifests.md) to tailor the element configuration to your needs
- [Customize the manifest](../em/manifest.md) to tailor the element configuration to your needs
- [Update the element](../admin-guide/index.md) when a new version is available

---
Expand Down
10 changes: 5 additions & 5 deletions docs/app-developer-guide/deploy.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ exordos elements install [OPTIONS] PATH_OR_NAME

Ключевые опции:

| Опция | Описание |
|---|---|
| Опция | Описание |
|-------------------------|---------------------------------------------------------------------------------------------------------------|
| `-r, --repository TEXT` | Конечная точка репозитория, где хранится элемент [по умолчанию: `https://repo.exordos.com/exordos-elements/`] |
| `PATH_OR_NAME` | Путь к локальному файлу манифеста или имя элемента в репозитории |
| `PATH_OR_NAME` | Путь к локальному файлу манифеста или имя элемента в репозитории |

Вы можете устанавливать элементы на [публичную установку Exordos Core](public-installation.ru.md). Или вы можете развернуть [приватную установку Exordos Core](private-installation.ru.md) на своём оборудовании. Для разработки и тестирования вы можете использовать [установку на локальном ноутбуке](local-laptop-installation.ru.md).
Вы можете устанавливать элементы на [публичную установку Exordos Core](public-installation.ru.md). Или вы можете развернуть [приватную установку Exordos Core](private-installation.ru.md) на своём оборудовании. Для разработки и тестирования вы можете использовать [установку на локальном ноутбуке](../usage/local_deployment.ru.md).

---

Expand Down Expand Up @@ -72,7 +72,7 @@ exordos elements install -r https://my-repo.example.com/elements/ my-element
После успешной установки:

- Проверьте статус элемента в Exordos Core CLI
- [Настройте манифест](../misc/manifests.ru.md) для адаптации конфигурации элемента под ваши нужды
- [Настройте манифест](../em/manifest.ru.md) для адаптации конфигурации элемента под ваши нужды
- [Обновите элемент](../admin-guide/index.ru.md) когда доступна новая версия

---
Expand Down
2 changes: 1 addition & 1 deletion docs/app-developer-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ The ToDo API is now available at the configured endpoint.

Once you're comfortable with the basics, explore the more in-depth topics below.

- [Writing a manifest from scratch](../misc/manifests.md) — understand the full manifest specification and author one by hand without relying on the `exordos init` wizard.
- [Writing a manifest from scratch](../em/manifest.md) — understand the full manifest specification and author one by hand without relying on the `exordos init` wizard.
- [Setting up a private platform installation](../usage/local_deployment.md) — spin up your own Exordos Core instance to develop and test your elements end-to-end without connecting to a remote environment.
- [Public Exordos installation](https://exordos.com) — use the hosted Exordos platform without managing your own infrastructure.
2 changes: 1 addition & 1 deletion docs/app-developer-guide/index.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ ToDo API теперь доступен по настроенной конечн

Когда вы освоитесь с основами, изучите более углублённые темы ниже.

- [Написание манифеста с нуля](../misc/manifests.ru.md) — изучите полную спецификацию манифеста и создайте его вручную без помощи мастера `exordos init`.
- [Написание манифеста с нуля](../em/manifest.ru.md) — изучите полную спецификацию манифеста и создайте его вручную без помощи мастера `exordos init`.
- [Настройка приватной установки платформы](../usage/local_deployment.ru.md) — разверните собственный экземпляр Exordos Core для разработки и тестирования ваших элементов end-to-end без подключения к удалённому окружению.
- [Публичная установка Exordos](https://exordos.com) — используйте размещённую Exordos-платформу без управления собственной инфраструктурой.
2 changes: 1 addition & 1 deletion docs/app-developer-guide/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You will be asked to provide:

The generated manifest is a starting point. You can edit it by hand at any time.

[Full manifest reference →](../misc/manifests.md)
[Full manifest reference →](../em/manifest.md)

---

Expand Down
2 changes: 1 addition & 1 deletion docs/app-developer-guide/init.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ exordos init [OPTIONS]

Сгенерированный манифест — это отправная точка. Вы можете отредактировать его вручную в любое время.

[Полный справочник по манифестам →](../misc/manifests.ru.md)
[Полный справочник по манифестам →](../em/manifest.ru.md)

---

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Documentation for security engineers. Special focus on IAM and user management,
Additional reference materials for the platform:

- [Local Deployment](usage/local_deployment.md) — deploying a local installation of the platform on a single host.
- [Manifests](misc/manifests.md) — manifest format specification and examples.
- [API Reference](misc/api-reference.md) — full HTTP API reference for platform services.
- [CLI Reference](misc/cli-reference.md) — complete reference for the Exordos CLI tool.
- [Manifests](em/manifest.md) — manifest format specification and examples.
- [API Reference](openapi/openapi_user.md) — full HTTP API reference for platform services.
- [CLI Reference](https://exordos.github.io/exordos/) — complete reference for the Exordos CLI tool.
6 changes: 3 additions & 3 deletions docs/index.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ curl -fsSL https://repo.exordos.com/install.sh | sudo sh
Дополнительные справочные материалы по платформе.

- [Локальное развёртывание](usage/local_deployment.ru.md) — развёртывание локальной инсталляции платформы на одной хост-машине.
- [Манифесты](misc/manifests.ru.md) — спецификация формата манифеста и примеры.
- [Справочник по API](misc/api-reference.ru.md) — полный справочник по HTTP API сервисов платформы.
- [Справочник по CLI](misc/cli-reference.ru.md) — полный справочник по инструменту Exordos CLI.
- [Манифесты](em/manifest.ru.md) — спецификация формата манифеста и примеры.
- [Справочник по API](openapi/openapi_user.md) — полный справочник по HTTP API сервисов платформы.
- [Справочник по CLI](https://exordos.github.io/exordos/) — полный справочник по инструменту Exordos CLI.
40 changes: 0 additions & 40 deletions docs/openapi/openapi.ru.md

This file was deleted.

10 changes: 5 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ markdown_extensions:

nav:
- Software: index.md
- Usage: usage/basic_usage.md
- Usage: usage/local_deployment.md
- OpenAPI:
- Boot: openapi/openapi_boot.md
- Orch: openapi/openapi_orch.md
- Status: openapi/openapi_status.md
- User: openapi/openapi_user.md
- Boot API: openapi/openapi_boot.md
- Orch API: openapi/openapi_orch.md
- Status API: openapi/openapi_status.md
- User API: openapi/openapi_user.md
- Element:
- Manifest: em/manifest.md
- API: em/api_documentation.md
Expand Down