diff --git a/README.md b/README.md index 3709f28..6752e3f 100644 --- a/README.md +++ b/README.md @@ -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. + +![Web UI main](docs/images/web-ui/console.png) + ## 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). diff --git a/README.ru.md b/README.ru.md index df66513..711437a 100644 --- a/README.ru.md +++ b/README.ru.md @@ -15,6 +15,13 @@ Engine и предоставляет те же поверхности `/ovirt-en oVirt Engine. Семантические обработчики сохраняют мутации; длительные операции отслеживаются как Engine jobs. +### Web UI + +Интерактивная консоль: каталог эндпоинтов, тела запросов в форме Engine, +hot-swap series и ящики seed-данных. + +![Web UI, главный экран](docs/images/web-ui/console.png) + ## Быстрый старт (разработка из репозитория) ```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). diff --git a/docs/README.md b/docs/README.md index 580ee1a..d4f2d2f 100644 --- a/docs/README.md +++ b/docs/README.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). +![Web UI main](images/web-ui/console.png) + | 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). diff --git a/docs/ru/README.md b/docs/ru/README.md index 0a7a319..60febfa 100644 --- a/docs/ru/README.md +++ b/docs/ru/README.md @@ -6,6 +6,8 @@ заголовка на каждой странице. Русские версии находятся в каталоге [`ru/`](README.md). +![Web UI, главный экран](../images/web-ui/console.png) + | Руководство | Описание | |---|---| | [Быстрый старт](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).