From 88fa3605be0960750619542b078bc5d1d01f8241 Mon Sep 17 00:00:00 2001 From: martyanov-av Date: Mon, 8 Apr 2024 13:32:35 +0300 Subject: [PATCH 1/2] fix: remove legacy prop --- en/project/page-constructor.md | 2 -- en/project/pc-example1.yaml | 2 -- en/project/pc-example3.yaml | 2 -- ru/project/page-constructor.md | 2 -- ru/project/pc-example1.yaml | 2 -- ru/project/pc-example3.yaml | 2 -- 6 files changed, 12 deletions(-) diff --git a/en/project/page-constructor.md b/en/project/page-constructor.md index 531ec57..1218cfb 100644 --- a/en/project/page-constructor.md +++ b/en/project/page-constructor.md @@ -27,12 +27,10 @@ blocks: fullWidth: false buttons: - text: 'Quickstart' - primary: true theme: 'dark' size: 'promo' url: '/quickstart' - text: 'GitHub' - primary: true theme: 'outlined' size: 'promo' url: 'https://github.com/diplodoc-platform' diff --git a/en/project/pc-example1.yaml b/en/project/pc-example1.yaml index fda5fb6..4ada2fe 100644 --- a/en/project/pc-example1.yaml +++ b/en/project/pc-example1.yaml @@ -23,12 +23,10 @@ blocks: fullWidth: false buttons: - text: 'Quickstart' - primary: true theme: 'outlined' size: 'promo' url: '/' - text: 'GitHub' - primary: true theme: 'outlined' size: 'promo' url: 'https://github.com/diplodoc-platform' diff --git a/en/project/pc-example3.yaml b/en/project/pc-example3.yaml index 20bf04c..a27c778 100644 --- a/en/project/pc-example3.yaml +++ b/en/project/pc-example3.yaml @@ -24,12 +24,10 @@ blocks: fullWidth: false buttons: - text: 'Quickstart' - primary: true theme: 'outlined' size: 'promo' url: '/' - text: 'GitHub' - primary: true theme: 'outlined' size: 'promo' url: 'https://github.com/diplodoc-platform' diff --git a/ru/project/page-constructor.md b/ru/project/page-constructor.md index 1fa2ea1..18f306f 100644 --- a/ru/project/page-constructor.md +++ b/ru/project/page-constructor.md @@ -27,12 +27,10 @@ blocks: fullWidth: false buttons: - text: 'Начать' - primary: true theme: 'dark' size: 'promo' url: '/quickstart' - text: 'GitHub' - primary: true theme: 'outlined' size: 'promo' url: 'https://github.com/diplodoc-platform' diff --git a/ru/project/pc-example1.yaml b/ru/project/pc-example1.yaml index 6eb3343..05fbd3b 100644 --- a/ru/project/pc-example1.yaml +++ b/ru/project/pc-example1.yaml @@ -23,12 +23,10 @@ blocks: fullWidth: false buttons: - text: 'Начать' - primary: true theme: 'outlined' size: 'promo' url: '/' - text: 'GitHub' - primary: true theme: 'outlined' size: 'promo' url: 'https://github.com/diplodoc-platform' diff --git a/ru/project/pc-example3.yaml b/ru/project/pc-example3.yaml index 6f99e26..8b50249 100644 --- a/ru/project/pc-example3.yaml +++ b/ru/project/pc-example3.yaml @@ -24,12 +24,10 @@ blocks: fullWidth: false buttons: - text: 'Начать' - primary: true theme: 'outlined' size: 'promo' url: '/' - text: 'GitHub' - primary: true theme: 'outlined' size: 'promo' url: 'https://github.com/diplodoc-platform' From a9c199b40328547d6bd2589ed84d7b5612c88b8f Mon Sep 17 00:00:00 2001 From: martyanov-av Date: Mon, 8 Apr 2024 13:37:21 +0300 Subject: [PATCH 2/2] feat: add info about sandbox --- en/project/page-constructor.md | 4 ++-- ru/project/page-constructor.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/project/page-constructor.md b/en/project/page-constructor.md index 1218cfb..b15cfa9 100644 --- a/en/project/page-constructor.md +++ b/en/project/page-constructor.md @@ -2,9 +2,9 @@ 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, component-based approach is used: a page is built using a set of ready-made blocks that can be placed in any order. Each block has a certain type and set of input data parameters. -For the format of input data and list of available blocks, see the [documentation](https://preview.gravity-ui.com/page-constructor/?path=/docs/documentation-blocks--docs). +For the format of input data and list of available blocks, see the [documentation](https://preview.gravity-ui.com/page-constructor/?path=/docs/documentation-blocks--docs). The PC storybook has a [convenient sandbox](https://preview.gravity-ui.com/page-constructor/?path=/story/editor-main--default), in which you can first try out all the blocks and assemble the page, and only then copy the finished config to your documentation. -Examples of page design using PC [\[1\]](./pc-example1.yaml) [\[2\]](./pc-example2.yaml) +Examples of page design using PC [\[1\]](./pc-example1.yaml) [\[2\]](./pc-example2.yaml) [\[3\]](./pc-example3.yaml) ## Structure {#structure} diff --git a/ru/project/page-constructor.md b/ru/project/page-constructor.md index 18f306f..6eccbc2 100644 --- a/ru/project/page-constructor.md +++ b/ru/project/page-constructor.md @@ -2,9 +2,9 @@ Page constructor (далее -- PC) - это библиотека семейства [Gravity UI](https://gravity-ui.com/) для рендеринга веб-страниц на основе данных представленных в YAML формате. При создании страниц используется компонентный подход: страница строится с использованием набора готовых блоков, которые можно размещать в любом порядке. Каждый блок имеет определенный тип и набор параметров входных данных. -Формат входных данных и список доступных блоков можно посмотреть в [документации библиотеки](https://preview.gravity-ui.com/page-constructor/?path=/docs/documentation-blocks--docs). +Формат входных данных и список доступных блоков можно посмотреть в [документации библиотеки](https://preview.gravity-ui.com/page-constructor/?path=/docs/documentation-blocks--docs). В сторибуке PC есть [удобная песочница](https://preview.gravity-ui.com/page-constructor/?path=/story/editor-main--default), в которой сначала можно опробовать все блоки и собрать страницу, а уже потом скопировать готовый конфиг к себе в документацию. -Примеры оформление страниц с помощью PC [\[1\]](./pc-example1.yaml) [\[2\]](./pc-example2.yaml) +Примеры оформление страниц с помощью PC [\[1\]](./pc-example1.yaml) [\[2\]](./pc-example2.yaml) [\[3\]](./pc-example3.yaml) ## Структура {#structure}