From dcfa1b6da18c453142a33bea8c8986d383d57ce7 Mon Sep 17 00:00:00 2001 From: martyanov-av Date: Tue, 2 Apr 2024 17:56:54 +0300 Subject: [PATCH] add en --- en/project/page-constructor.md | 41 ++++++ en/project/pc-example1.yaml | 251 ++++++++++++++++++++++++++++++++ en/project/pc-example2.yaml | 154 ++++++++++++++++++++ en/project/pc-example3.yaml | 252 +++++++++++++++++++++++++++++++++ 4 files changed, 698 insertions(+) create mode 100644 en/project/page-constructor.md create mode 100644 en/project/pc-example1.yaml create mode 100644 en/project/pc-example2.yaml create mode 100644 en/project/pc-example3.yaml diff --git a/en/project/page-constructor.md b/en/project/page-constructor.md new file mode 100644 index 0000000..9670ff2 --- /dev/null +++ b/en/project/page-constructor.md @@ -0,0 +1,41 @@ +# Page constructor + +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). + +Examples of page design using PC [\[1\]](./pc-example1.yaml) [\[2\]](./pc-example2.yaml) + +## Structure {#structure} + +The standard PC page configuration structure is stored in `.yaml` format and looks like: + +```yaml +blocks: + - type: 'header-block' + width: 's' + offset: 'default' + title: 'Diplodoc' + resetPaddings: true + verticalOffset: 'l' + description: 'A platform with open-source code for creating technical documentation based on the concept of Docs as Code. A simple and convenient document management solution for large and small teams.' + background: + image: + mobile: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover-mini.png' + desktop: '../../_images/mountain.jpg' + color: '#C6FE4D' + 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' +``` + +A description of the fields for each block can be found in [documentation](https://preview.gravity-ui.com/page-constructor/?path=/story/blocks-header--docs&viewMode=docs). diff --git a/en/project/pc-example1.yaml b/en/project/pc-example1.yaml new file mode 100644 index 0000000..f8f6796 --- /dev/null +++ b/en/project/pc-example1.yaml @@ -0,0 +1,251 @@ +blocks: + - type: 'header-block' + width: 's' + offset: 'default' + title: 'Diplodoc' + resetPaddings: true + verticalOffset: 'l' + description: 'A platform with open-source code for creating technical documentation based on the concept of Docs as Code. A simple and convenient document management solution for large and small teams.' + background: + light: + image: + mobile: '../../_images/mountain.jpg' + desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover.png' + disableCompress: true + color: '#C6FE4D' + fullWidth: false + dark: + image: + mobile: '../../_images/mountain.jpg' + desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover-dark.png' + disableCompress: true + color: '#C6FE4D' + 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' + + - type: 'extended-features-block' + title: + text: 'Platform Benefits' + items: + - title: 'Ease of Use' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-1.svg' + text: 'Manage documents as if they were source code: in a familiar environment with minimal deployment and maintenance effort.' + - title: 'High Performance' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-2.svg' + text: 'Quickly create, check, and format large documents. Accelerate your work with full integration into your CI/CD infrastructure.' + - title: 'Standard Markdown Format' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-3.svg' + text: 'Simple syntax with built-in support for basic Markdown. Focus on the content itself, not on how to deliver it to the user.' + - title: 'Robust Functionality' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-4.svg' + text: 'Create documents of any level of complexity, including those generated from a single source and containing variables. Flexible display and personalization options to ensure user satisfaction.' + - title: 'Integration with document management systems' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-5.svg' + text: 'OpenAPI support out of the box. Facilitating the operation of specialized systems via the interface of connected external documents' + - title: 'Integrated Search Functionality' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-6.svg' + text: 'The most typical use case for document searching on the platform, without extra costs or support efforts.' + + - type: 'filter-block' + centered: true + title: + text: 'Trusted by users' + tags: + - id: 'one' + label: 'DoubleСloud' + - id: 'two' + label: 'Yandex Support' + - id: 'three' + label: 'Yandex Cloud' + - id: 'four' + label: 'YDB' + - id: 'five' + label: 'CatBoost' + colSizes: + all: 12 + xl: 12 + md: 12 + sm: 12 + items: + - tags: + - 'one' + card: + type: 'layout-item' + media: + image: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-tab-1.png' + disableCompress: true + border: true + content: + links: + - text: 'View documentation' + url: 'https://double.cloud/docs/en/' + theme: 'normal' + arrow: true + color: #54BA7E + + - tags: + - 'two' + card: + type: 'layout-item' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-trust-support.png' + disableCompress: true + border: true + content: + links: + - text: 'View documentation' + url: 'https://yandex.ru/support2/audience/ru/' + theme: 'normal' + arrow: true + color: #54BA7E + - tags: + - 'three' + card: + type: 'layout-item' + media: + image: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/ddos-index-trust-yandex-cloud.png' + disableCompress: true + border: true + content: + links: + - text: 'View documentation' + url: 'https://cloud.yandex.ru/docs/compute/' + theme: 'normal' + arrow: true + color: #54BA7E + - tags: + - 'four' + card: + type: 'layout-item' + media: + image: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/ddos-index-trust-ydb.png' + disableCompress: true + border: true + content: + links: + - text: 'View documentation' + url: 'https://ydb.tech/en/docs/' + theme: 'normal' + arrow: true + color: #54BA7E + - tags: + - 'five' + card: + type: 'layout-item' + media: + image: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/ddos-index-trust-yandex-cat.png' + disableCompress: true + border: true + content: + links: + - text: 'View documentation' + url: 'https://catboost.ai/en/docs/' + theme: 'normal' + arrow: true + color: #54BA7E + + - type: 'card-layout-block' + title: 'How does it work?' + colSizes: + all: 12 + md: 4 + sm: 6 + children: + - type: 'layout-item' + content: + title: 'Architecture' + text: 'The Diplodoc platform has a client-server architecture, with the server part made up of Node.js components that generate and display documentation projects. This architecture ensures reliability and horizontal scaling, if needed. ' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-item-01-01.png' + disableCompress: true + fullScreen: true + border: true + disableCompress: true + - type: 'layout-item' + content: + title: 'Integration with GitHub' + text: 'Diplodoc''s end-to-end integration with GitHub provides a simple and stable method for creating and deploying documentation projects. GitHub is used as a repository for document source code and the execution of project pipelines.' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-item-01-02.png' + disableCompress: true + fullScreen: true + border: true + disableCompress: true + - type: 'layout-item' + content: + title: 'Deployment' + text: | + Companies using the Diplodoc service employ built-in mechanisms for document layout, indexing, and version tracking. Documents can be updated automatically or semi-automatically with the help of an administrator on the user's side. + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-item-01-03.png' + disableCompress: true + fullScreen: true + border: true + disableCompress: true + + - type: 'card-layout-block' + title: 'How to get started with Diplodoc' + children: + - type: 'background-card' + title: 'Discuss the pilot project' + text: 'Tell us about your project and goals, and the Diplodoc team will work with you to create documentation.' + background: + src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-card-01.png' + disableCompress: true + paddingBottom: 'm' + buttons: + - text: 'Contact us' + theme: 'raised' + url: '/#contact' + border: none + theme: 'light' + - type: 'background-card' + title: 'Try it yourself' + text: 'Create and publish a documentation project for your product.' + background: + src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-card-02.png' + disableCompress: true + paddingBottom: 'm' + buttons: + - text: 'Open online demo' + theme: 'raised' + url: 'https://github.com/codespaces/new?repo=688437532' + border: none + theme: 'light' + - type: 'background-card' + title: 'Check out the project on GitHub' + text: 'We released our source code to the public. Help us to get better' + background: + src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-card-03.png' + disableCompress: true + paddingBottom: 'm' + buttons: + - text: 'Go to GitHub' + theme: 'raised' + url: 'https://github.com/diplodoc-platform' + theme: 'dark' + border: none + + - type: 'icons-block' + size: 'm' + title: 'Join us' + items: + - src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/github.svg' + text: 'GitHub' + url: 'https://github.com/diplodoc-platform' + - src: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/telegram.svg' + text: 'Telegram' + url: 'https://t.me/diplodoc_ru' + - src: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/stackoverflow.svg' + text: 'Stack Overflow' + url: 'https://stackoverflow.com/tags/diplodoc' \ No newline at end of file diff --git a/en/project/pc-example2.yaml b/en/project/pc-example2.yaml new file mode 100644 index 0000000..88f39f2 --- /dev/null +++ b/en/project/pc-example2.yaml @@ -0,0 +1,154 @@ +blocks: + - type: 'header-block' + width: 's' + offset: 'default' + title: 'How does it work?' + resetPaddings: true + verticalOffset: 'l' + description: |- + Diplodoc is a documentation platform that includes the following components: + * Client component: displays documents in the user's browser. + * Server component: hosting and delivering documents to the client. + * Tools for creating and converting Markdown documents to static sites (Transform & Build). + + The system runs basic operations in Node.js and React. + background: + light: + image: + desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-cover.png' + mobile: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-cover-mini.png' + disableCompress: true + color: '#C6FE4D' + fullWidth: false + dark: + image: + desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-cover-dark.png' + mobile: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-cover-mini.png' + disableCompress: true + color: '#C6FE4D' + fullWidth: false + + - type: 'extended-features-block' + title: + text: 'Подход Docs as Сode' + colSizes: + all: 12 + xl: 3 + md: 4 + sm: 6 + items: + - title: 'Markdown' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/how-to-diplodoc/how-to-diplodoc-01.svg' + text: 'Instead of plain text or a WYSIWYG editor, documentation is written in the Markdown markup language.' + - title: 'Repository Storage' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/how-to-diplodoc/how-to-diplodoc-02.svg' + text: 'Documentation is stored in the same repository as the rest of the code. It can be either GitHub or your own solution. ' + - title: 'Streamlined Process' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/how-to-diplodoc/how-to-diplodoc-03.svg' + text: 'Documentation is compiled into a final project using a static site generator and is published automatically.' + - title: 'Synchronization' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/how-to-diplodoc/how-to-diplodoc-04.svg' + text: 'Documentation is written and updated collaboratively, just like the rest of the code.' + + - type: 'card-layout-block' + title: 'Data Storage' + children: + - type: 'layout-item' + content: + title: 'Addition' + text: 'Documentation source code is stored in Markdown format in the client repository.' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-item-02-01.png' + - type: 'layout-item' + content: + title: 'Conversion' + text: 'The documentation project generated from Markdown files is saved in an S3-compatible storage directory that is kept separate for each client.' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-item-02-02.png' + - type: 'layout-item' + content: + title: 'Access' + text: 'Access to S3 is managed with the help of unique keys.' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-item-02-03.png' + + - type: 'card-layout-block' + title: 'Deployment' + colSizes: + all: 12 + xl: 3 + md: 4 + sm: 6 + children: + - type: 'layout-item' + content: + title: 'Storage' + text: 'The documentation project from the S3 storage is published on Diplodoc.com.' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-item-03-01.png' + disableCompress: true + - type: 'layout-item' + content: + title: 'Proxying' + text: 'For seamless integration, it is possible to proxy from the client''s website to diplodoc.com.' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-item-03-02.png' + disableCompress: true + - type: 'layout-item' + content: + title: 'Search' + text: 'Search support with Elasticsearch. ' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-item-03-03.png' + disableCompress: true + - type: 'layout-item' + content: + title: 'Localization' + text: 'Support for localization and customization of project documentation. ' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-item-03-04.png' + + - type: 'card-layout-block' + title: 'Full Compatibility' + children: + - type: 'background-card' + title: 'YFM' + text: 'A CommonMark-compliant Markdown dialect, with plugin support and additional markup features.' + background: + src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-card-01.png' + disableCompress: true + paddingBottom: 'm' + border: none + theme: 'light' + - type: 'background-card' + title: 'GitHub' + text: 'Full integration with version control systems, especially GitHub, one of the most popular development tools.' + background: + src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-card-02.png' + disableCompress: true + paddingBottom: 'm' + border: none + theme: 'light' + - type: 'background-card' + title: 'Elasticsearch' + text: 'The fast indexing and search capabilities of Elasticsearch ensure accurate and relevant query results.' + background: + src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-card-03.png' + disableCompress: true + paddingBottom: 'm' + border: none + theme: 'light' + + - type: 'icons-block' + size: 'm' + title: 'Join us' + items: + - src: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/github.svg' + text: 'GitHub' + url: 'https://github.com/diplodoc-platform' + - src: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/telegram.svg' + text: 'Telegram' + url: 'https://t.me/diplodoc_ru' + - src: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/stackoverflow.svg' + text: 'Stack Overflow' + url: 'https://stackoverflow.com/tags/diplodoc' \ No newline at end of file diff --git a/en/project/pc-example3.yaml b/en/project/pc-example3.yaml new file mode 100644 index 0000000..5afceca --- /dev/null +++ b/en/project/pc-example3.yaml @@ -0,0 +1,252 @@ +fullScreen: true +blocks: + - type: 'header-block' + width: 's' + offset: 'default' + title: 'Diplodoc' + resetPaddings: true + verticalOffset: 'l' + description: 'A platform with open-source code for creating technical documentation based on the concept of Docs as Code. A simple and convenient document management solution for large and small teams.' + background: + light: + image: + mobile: '../../_images/mountain.jpg' + desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover.png' + disableCompress: true + color: '#C6FE4D' + fullWidth: false + dark: + image: + mobile: '../../_images/mountain.jpg' + desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover-dark.png' + disableCompress: true + color: '#C6FE4D' + 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' + + - type: 'extended-features-block' + title: + text: 'Platform Benefits' + items: + - title: 'Ease of Use' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-1.svg' + text: 'Manage documents as if they were source code: in a familiar environment with minimal deployment and maintenance effort.' + - title: 'High Performance' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-2.svg' + text: 'Quickly create, check, and format large documents. Accelerate your work with full integration into your CI/CD infrastructure.' + - title: 'Standard Markdown Format' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-3.svg' + text: 'Simple syntax with built-in support for basic Markdown. Focus on the content itself, not on how to deliver it to the user.' + - title: 'Robust Functionality' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-4.svg' + text: 'Create documents of any level of complexity, including those generated from a single source and containing variables. Flexible display and personalization options to ensure user satisfaction.' + - title: 'Integration with document management systems' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-5.svg' + text: 'OpenAPI support out of the box. Facilitating the operation of specialized systems via the interface of connected external documents' + - title: 'Integrated Search Functionality' + icon: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-icon-6.svg' + text: 'The most typical use case for document searching on the platform, without extra costs or support efforts.' + + - type: 'filter-block' + centered: true + title: + text: 'Trusted by users' + tags: + - id: 'one' + label: 'DoubleСloud' + - id: 'two' + label: 'Yandex Support' + - id: 'three' + label: 'Yandex Cloud' + - id: 'four' + label: 'YDB' + - id: 'five' + label: 'CatBoost' + colSizes: + all: 12 + xl: 12 + md: 12 + sm: 12 + items: + - tags: + - 'one' + card: + type: 'layout-item' + media: + image: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/diplodoc-tab-1.png' + disableCompress: true + border: true + content: + links: + - text: 'View documentation' + url: 'https://double.cloud/docs/en/' + theme: 'normal' + arrow: true + color: #54BA7E + + - tags: + - 'two' + card: + type: 'layout-item' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-trust-support.png' + disableCompress: true + border: true + content: + links: + - text: 'View documentation' + url: 'https://yandex.ru/support2/audience/ru/' + theme: 'normal' + arrow: true + color: #54BA7E + - tags: + - 'three' + card: + type: 'layout-item' + media: + image: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/ddos-index-trust-yandex-cloud.png' + disableCompress: true + border: true + content: + links: + - text: 'View documentation' + url: 'https://cloud.yandex.ru/docs/compute/' + theme: 'normal' + arrow: true + color: #54BA7E + - tags: + - 'four' + card: + type: 'layout-item' + media: + image: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/ddos-index-trust-ydb.png' + disableCompress: true + border: true + content: + links: + - text: 'View documentation' + url: 'https://ydb.tech/en/docs/' + theme: 'normal' + arrow: true + color: #54BA7E + - tags: + - 'five' + card: + type: 'layout-item' + media: + image: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/ddos-index-trust-yandex-cat.png' + disableCompress: true + border: true + content: + links: + - text: 'View documentation' + url: 'https://catboost.ai/en/docs/' + theme: 'normal' + arrow: true + color: #54BA7E + + - type: 'card-layout-block' + title: 'How does it work?' + colSizes: + all: 12 + md: 4 + sm: 6 + children: + - type: 'layout-item' + content: + title: 'Architecture' + text: 'The Diplodoc platform has a client-server architecture, with the server part made up of Node.js components that generate and display documentation projects. This architecture ensures reliability and horizontal scaling, if needed. ' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-item-01-01.png' + disableCompress: true + fullScreen: true + border: true + disableCompress: true + - type: 'layout-item' + content: + title: 'Integration with GitHub' + text: 'Diplodoc''s end-to-end integration with GitHub provides a simple and stable method for creating and deploying documentation projects. GitHub is used as a repository for document source code and the execution of project pipelines.' + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-item-01-02.png' + disableCompress: true + fullScreen: true + border: true + disableCompress: true + - type: 'layout-item' + content: + title: 'Deployment' + text: | + Companies using the Diplodoc service employ built-in mechanisms for document layout, indexing, and version tracking. Documents can be updated automatically or semi-automatically with the help of an administrator on the user's side. + media: + image: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-item-01-03.png' + disableCompress: true + fullScreen: true + border: true + disableCompress: true + + - type: 'card-layout-block' + title: 'How to get started with Diplodoc' + children: + - type: 'background-card' + title: 'Discuss the pilot project' + text: 'Tell us about your project and goals, and the Diplodoc team will work with you to create documentation.' + background: + src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-card-01.png' + disableCompress: true + paddingBottom: 'm' + buttons: + - text: 'Contact us' + theme: 'raised' + url: '/#contact' + border: none + theme: 'light' + - type: 'background-card' + title: 'Try it yourself' + text: 'Create and publish a documentation project for your product.' + background: + src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-card-02.png' + disableCompress: true + paddingBottom: 'm' + buttons: + - text: 'Open online demo' + theme: 'raised' + url: 'https://github.com/codespaces/new?repo=688437532' + border: none + theme: 'light' + - type: 'background-card' + title: 'Check out the project on GitHub' + text: 'We released our source code to the public. Help us to get better' + background: + src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-card-03.png' + disableCompress: true + paddingBottom: 'm' + buttons: + - text: 'Go to GitHub' + theme: 'raised' + url: 'https://github.com/diplodoc-platform' + theme: 'dark' + border: none + + - type: 'icons-block' + size: 'm' + title: 'Join us' + items: + - src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/github.svg' + text: 'GitHub' + url: 'https://github.com/diplodoc-platform' + - src: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/telegram.svg' + text: 'Telegram' + url: 'https://t.me/diplodoc_ru' + - src: 'https://storage.yandexcloud.net/cloud-www-assets/pages/index-diplodoc/stackoverflow.svg' + text: 'Stack Overflow' + url: 'https://stackoverflow.com/tags/diplodoc' \ No newline at end of file