From b602096935d55c39391190593028d7e0f01ed964 Mon Sep 17 00:00:00 2001 From: martyanov-av Date: Thu, 3 Sep 2026 17:43:37 +0300 Subject: [PATCH] docs: point page-constructor sandbox link to Diplodoc playground --- en/project/page-constructor.md | 2 +- ru/project/page-constructor.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/project/page-constructor.md b/en/project/page-constructor.md index d97e1c21..c9992cb6 100644 --- a/en/project/page-constructor.md +++ b/en/project/page-constructor.md @@ -2,7 +2,7 @@ Page constructor (hereinafter – PC) is a library of the [Gravity UI](https://gravity-ui.com/) family for rendering web pages based on data presented in YAML format. When creating pages, a component-based approach is used: the page is built using a set of ready-made blocks that can be placed in any order. Each block has a specific type and a set of input data parameters. -The input data format and the list of available blocks can be found in the [library documentation](https://preview.gravity-ui.com/page-constructor/?path=/docs/documentation-blocks--docs). In the PC storybook, there is a [convenient sandbox](https://preview.gravity-ui.com/page-constructor/1116/?path=/story/editor-main--default) where you can first try out all the blocks and assemble a page, and then copy the ready-made config into your documentation. +The input data format and the list of available blocks can be found in the [library documentation](https://preview.gravity-ui.com/page-constructor/?path=/docs/documentation-blocks--docs). In the PC storybook, there is a [convenient sandbox](https://diplodoc-platform.github.io/playground/?prefill=true&mode=PC) where you can first try out all the blocks and assemble a page, and then copy the ready-made config into your documentation. Examples of page design using PC [\[1\]](./pc-example1.yaml) [\[2\]](./pc-example2.yaml) [\[3\]](./pc-example3.yaml) diff --git a/ru/project/page-constructor.md b/ru/project/page-constructor.md index b00af573..2542ed0e 100644 --- a/ru/project/page-constructor.md +++ b/ru/project/page-constructor.md @@ -2,7 +2,7 @@ Page constructor (далее – PC) — это библиотека семейства [Gravity UI](https://gravity-ui.com/) для рендеринга веб-страниц на основе данных представленных в YAML формате. При создании страниц используется компонентный подход: страница строится с использованием набора готовых блоков, которые можно размещать в любом порядке. Каждый блок имеет определенный тип и набор параметров входных данных. -Формат входных данных и список доступных блоков можно посмотреть в [документации библиотеки](https://preview.gravity-ui.com/page-constructor/?path=/docs/documentation-blocks--docs). В сторибуке PC есть [удобная песочница](https://preview.gravity-ui.com/page-constructor/1116/?path=/story/editor-main--default), в которой сначала можно опробовать все блоки и собрать страницу, а уже потом скопировать готовый конфиг к себе в документацию. +Формат входных данных и список доступных блоков можно посмотреть в [документации библиотеки](https://preview.gravity-ui.com/page-constructor/?path=/docs/documentation-blocks--docs). В сторибуке PC есть [удобная песочница](https://diplodoc-platform.github.io/playground/?prefill=true&mode=PC), в которой сначала можно опробовать все блоки и собрать страницу, а уже потом скопировать готовый конфиг к себе в документацию. Примеры оформление страниц с помощью PC [\[1\]](./pc-example1.yaml) [\[2\]](./pc-example2.yaml) [\[3\]](./pc-example3.yaml)