Skip to content

Commit 28608ca

Browse files
committed
update links in documentation
1 parent 8fb135a commit 28608ca

32 files changed

Lines changed: 41 additions & 36 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ bootstrap:
1717
exordos bootstrap -i output -f -m core --admin-password admin --cidr 10.20.0.0/22
1818

1919
mdlint:
20-
markdownlint-cli2 --config .markdownlint.yaml "**/*.md" "#node_modules" --fix
20+
markdownlint-cli2 --config .markdownlint.yaml "**/*.md" "#node_modules" "#!.venv" "#!.tox" --fix

docs/app-developer-guide/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,4 @@ After a successful build, your elements are ready for:
266266

267267
## Troubleshooting
268268

269-
If you encounter issues during the build process — such as dependency resolution failures, VM image build errors, or manifest processing problems — refer to the [Troubleshooting Guide](troubleshooting.md) for detailed solutions and common fixes.
269+
If you encounter issues during the build process — such as dependency resolution failures, VM image build errors, or manifest processing problems — refer to the [Troubleshooting Guide](../usage/troubleshooting.md) for detailed solutions and common fixes.

docs/app-developer-guide/build.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,4 @@ output/
266266

267267
## Устранение неполадок
268268

269-
Если вы столкнулись с проблемами в процессе сборки — такими как ошибки разрешения зависимостей, ошибки сборки образов VM или проблемы обработки манифестов — обратитесь к [Руководству по устранению неполадок](troubleshooting.ru.md) для подробных решений и типичных исправлений.
269+
Если вы столкнулись с проблемами в процессе сборки — такими как ошибки разрешения зависимостей, ошибки сборки образов VM или проблемы обработки манифестов — обратитесь к [Руководству по устранению неполадок](../usage/troubleshooting.ru.md) для подробных решений и типичных исправлений.

docs/app-developer-guide/deploy.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ exordos elements install [OPTIONS] PATH_OR_NAME
1212

1313
Key options:
1414

15-
| Option | Description |
16-
|---|---|
17-
| `-r, --repository TEXT` | Repository endpoint where the element is stored [default: `https://repo.exordos.com/exordos-elements/`] |
18-
| `PATH_OR_NAME` | Path to a local manifest file or the name of an element in the repository |
15+
| Option | Description |
16+
|---|-------------------------------------------------------------------------------------------------------|
17+
| `-r, --repository TEXT` | Repository endpoint where the element is stored [default](https://repo.exordos.com/exordos-elements/) |
18+
| `PATH_OR_NAME` | Path to a local manifest file or the name of an element in the repository |
1919

20-
You can install elements on a [public Exordos Core installation](public-installation.md). Or you can deploy a [private Exordos Core installation](private-installation.md) on your own hardware. For development and testing, you can use [local laptop installation](local-laptop-installation.md).
20+
You can install elements on a [public Exordos Core installation](../usage/public-installation.md). Or you can deploy a [private Exordos Core installation](../usage/private-installation.md) on your own hardware. For development and testing, you can use [local laptop installation](../usage/local-laptop-installation.md).
2121

2222
---
2323

@@ -73,10 +73,10 @@ After a successful installation:
7373

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

7878
---
7979

8080
## Troubleshooting
8181

82-
If you encounter issues during deployment — such as element installation failures, dependency resolution errors, or realm connectivity problems — refer to the [Troubleshooting Guide](troubleshooting.md) for detailed solutions and common fixes.
82+
If you encounter issues during deployment — such as element installation failures, dependency resolution errors, or realm connectivity problems — refer to the [Troubleshooting Guide](../usage/troubleshooting.md) for detailed solutions and common fixes.

docs/app-developer-guide/deploy.ru.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ exordos elements install [OPTIONS] PATH_OR_NAME
1212

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

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

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

2222
---
2323

@@ -73,10 +73,10 @@ exordos elements install -r https://my-repo.example.com/elements/ my-element
7373

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

7878
---
7979

8080
## Устранение неполадок
8181

82-
Если вы столкнулись с проблемами во время развёртывания — такими как ошибки установки элемента, ошибки разрешения зависимостей или проблемы подключения к realm — обратитесь к [Руководству по устранению неполадок](troubleshooting.ru.md) для подробных решений и типичных исправлений.
82+
Если вы столкнулись с проблемами во время развёртывания — такими как ошибки установки элемента, ошибки разрешения зависимостей или проблемы подключения к realm — обратитесь к [Руководству по устранению неполадок](../usage/troubleshooting.ru.md) для подробных решений и типичных исправлений.

docs/app-developer-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Install the necessary tools below.
8282
Install Exordos CLI:
8383

8484
```bash
85-
curl -fsSL https://repo.exordos.com/install.sh | sudo sh
85+
curl -fsSL https://repo.exordos.com/install.sh | sh
8686
```
8787

8888
The Packer [version 1.9.2](https://hashicorp-releases.yandexcloud.net/packer/1.9.2/) or earlier due to licensing limitation. Download and place into `/usr/local/bin/` or any other directory in your `$PATH`.

docs/app-developer-guide/index.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ exordos elements install <element-name>
8282
Установка Exordos CLI:
8383

8484
```bash
85-
curl -fsSL https://repo.exordos.com/install.sh | sudo sh
85+
curl -fsSL https://repo.exordos.com/install.sh | sh
8686
```
8787

8888
Packer [версии 1.9.2](https://hashicorp-releases.yandexcloud.net/packer/1.9.2/) или ранее из-за ограничений лицензирования. Скачайте и поместите в `/usr/local/bin/` или любую другую директорию из вашего `$PATH`.

docs/app-developer-guide/init.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ All other parameters are collected interactively via the wizard.
3232

3333
`exordos init` runs as an **interactive wizard** — it guides you through a series of questions and makes decisions based on your answers. You don't need to know the options upfront; the wizard adapts its questions depending on the project type you select.
3434

35-
[Learn more about the wizard →](wizard.md)
35+
[Learn more about the wizard →](../usage/wizard.md)
3636

3737
---
3838

@@ -85,4 +85,4 @@ After the wizard finishes, `exordos init` prints a **summary** of everything it
8585

8686
## Troubleshooting
8787

88-
If you encounter issues during initialization — such as project type detection failures, manifest generation errors, or CI/CD configuration problems — refer to the [Troubleshooting Guide](troubleshooting.md) for detailed solutions and common fixes.
88+
If you encounter issues during initialization — such as project type detection failures, manifest generation errors, or CI/CD configuration problems — refer to the [Troubleshooting Guide](../usage/troubleshooting.md) for detailed solutions and common fixes.

docs/app-developer-guide/init.ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exordos init [OPTIONS]
3232

3333
`exordos init` работает как **интерактивный мастер** — он проводит вас через серию вопросов и принимает решения на основе ваших ответов. Вам не нужно знать опции заранее; мастер адаптирует свои вопросы в зависимости от выбранного типа проекта.
3434

35-
[Подробнее о мастере →](wizard.ru.md)
35+
[Подробнее о мастере →](../usage/wizard.ru.md)
3636

3737
---
3838

@@ -85,4 +85,4 @@ exordos init [OPTIONS]
8585

8686
## Устранение неполадок
8787

88-
Если вы столкнулись с проблемами во время инициализации — такими как ошибки определения типа проекта, ошибки генерации манифеста или проблемы конфигурации CI/CD — обратитесь к [Руководству по устранению неполадок](troubleshooting.ru.md) для подробных решений и типичных исправлений.
88+
Если вы столкнулись с проблемами во время инициализации — такими как ошибки определения типа проекта, ошибки генерации манифеста или проблемы конфигурации CI/CD — обратитесь к [Руководству по устранению неполадок](../usage/troubleshooting.ru.md) для подробных решений и типичных исправлений.

docs/app-developer-guide/push.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Key options:
2222
| `-f, --force` | Force push even if the element already exists |
2323
| `-l, --latest` | Also push the element as the `latest` version (for stable versions) |
2424

25-
You can push elements to the [public Exordos Core repository](public-installation.md). Or you can deploy a [private Exordos Core installation](private-installation.md) on your own hardware. For development and testing, you can use [local laptop installation](local-laptop-installation.md).
25+
You can push elements to the [public Exordos Core repository](../usage/public-installation.md). Or you can deploy a [private Exordos Core installation](../usage/private-installation.md) on your own hardware. For development and testing, you can use [local laptop installation](../usage/local-laptop-installation.md).
2626

2727
---
2828

@@ -125,4 +125,4 @@ After a successful push, your element is available in the registry and ready for
125125

126126
## Troubleshooting
127127

128-
If you encounter issues while pushing elements — such as repository connection failures, authentication errors, or upload problems — refer to the [Troubleshooting Guide](troubleshooting.md) for detailed solutions and common fixes.
128+
If you encounter issues while pushing elements — such as repository connection failures, authentication errors, or upload problems — refer to the [Troubleshooting Guide](../usage/troubleshooting.md) for detailed solutions and common fixes.

0 commit comments

Comments
 (0)