Add Web UI main screenshot to English and Russian doc landing pages.
Show the console on the root READMEs and docs indexes, with a link to the full Web UI guide at the bottom.
This commit is contained in:
@@ -13,6 +13,13 @@ The simulator is backed by PostgreSQL, driven by generated Engine contract packs
|
||||
and exposes the same `/ovirt-engine/api` and SSO OAuth2 surfaces as oVirt Engine.
|
||||
Semantic handlers persist mutations; long-running work is tracked as Engine jobs.
|
||||
|
||||
### Web UI
|
||||
|
||||
Interactive console with endpoint catalog, Engine-shaped Try-it bodies, series
|
||||
hot-swap, and seed data drawers.
|
||||
|
||||

|
||||
|
||||
## Quick start (development checkout)
|
||||
|
||||
```bash
|
||||
@@ -116,8 +123,11 @@ make release-up && make release-seed # run the published stack locally
|
||||
| [API versions](docs/api-versions.md) | Series packs and Version header |
|
||||
| [Configuration](docs/configuration.md) | Environment and Compose |
|
||||
| [Seed profiles](docs/seed-profiles.md) | `minimal` / `small` / `large` / `big` |
|
||||
| [Web UI](docs/web-ui.md) | Interactive console (screenshots) |
|
||||
| [Kubernetes / Helm](docs/kubernetes.md) | Cluster install |
|
||||
| [Full index](docs/README.md) | All guides |
|
||||
|
||||
Russian mirrors: [`README.ru.md`](README.ru.md) and [`docs/ru/`](docs/ru/README.md).
|
||||
Switch language with the header on each page.
|
||||
|
||||
More screens and details: [Web UI](docs/web-ui.md).
|
||||
|
||||
@@ -15,6 +15,13 @@ Engine и предоставляет те же поверхности `/ovirt-en
|
||||
oVirt Engine. Семантические обработчики сохраняют мутации; длительные операции
|
||||
отслеживаются как Engine jobs.
|
||||
|
||||
### Web UI
|
||||
|
||||
Интерактивная консоль: каталог эндпоинтов, тела запросов в форме Engine,
|
||||
hot-swap series и ящики seed-данных.
|
||||
|
||||

|
||||
|
||||
## Быстрый старт (разработка из репозитория)
|
||||
|
||||
```bash
|
||||
@@ -119,8 +126,11 @@ make release-up && make release-seed # запустить опубликова
|
||||
| [Версии API](docs/ru/api-versions.md) | Series packs и заголовок Version |
|
||||
| [Конфигурация](docs/ru/configuration.md) | Окружение и Compose |
|
||||
| [Профили seed](docs/ru/seed-profiles.md) | `minimal` / `small` / `large` / `big` |
|
||||
| [Web UI](docs/ru/web-ui.md) | Интерактивная консоль (скриншоты) |
|
||||
| [Kubernetes / Helm](docs/ru/kubernetes.md) | Установка в кластер |
|
||||
| [Полный индекс](docs/ru/README.md) | Все руководства |
|
||||
|
||||
Английские версии: [`README.md`](README.md) и [`docs/`](docs/README.md).
|
||||
Переключайте язык с помощью заголовка на каждой странице.
|
||||
|
||||
Больше экранов и подробностей: [Web UI](docs/ru/web-ui.md).
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
Guides for the oVirt / RHV Engine API simulator. Switch language with the header
|
||||
on each page. Russian mirrors live under [`ru/`](ru/README.md).
|
||||
|
||||

|
||||
|
||||
| Guide | Description |
|
||||
|---|---|
|
||||
| [Getting started](getting-started.md) | First successful lab session |
|
||||
@@ -29,3 +31,5 @@ on each page. Russian mirrors live under [`ru/`](ru/README.md).
|
||||
Runnable cookbooks: [`examples/`](../examples/README.md).
|
||||
Integration suites: [`pulumi-tests/`](../pulumi-tests/README.md).
|
||||
Contract packs: [`contracts/`](../contracts/README.md).
|
||||
|
||||
More screens and details: [Web UI](web-ui.md).
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
заголовка на каждой странице. Русские версии находятся в каталоге
|
||||
[`ru/`](README.md).
|
||||
|
||||

|
||||
|
||||
| Руководство | Описание |
|
||||
|---|---|
|
||||
| [Быстрый старт](getting-started.md) | Первая успешная лабораторная сессия |
|
||||
@@ -30,3 +32,5 @@
|
||||
Исполняемые cookbook'и: [`examples/`](../../examples/README.ru.md).
|
||||
Интеграционные наборы: [`pulumi-tests/`](../../pulumi-tests/README.ru.md).
|
||||
Контрактные packs: [`contracts/`](../../contracts/README.ru.md).
|
||||
|
||||
Больше экранов и подробностей: [Web UI](web-ui.md).
|
||||
|
||||
Reference in New Issue
Block a user