Skip to content

Commit

Permalink
chore: update storybook links (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaCG committed Jan 22, 2024
1 parent 3c93f24 commit 9fef024
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @gravity-ui/blog-constructor · [![npm package](https://img.shields.io/npm/v/@gravity-ui/blog-constructor)](https://www.npmjs.com/package/@gravity-ui/blog-constructor) [![CI](https://img.shields.io/github/actions/workflow/status/gravity-ui/blog-constructor/ci.yml?branch=main&label=CI)](https://github.com/gravity-ui/blog-constructor/actions/workflows/ci.yml?query=branch:main) [![CI](https://img.shields.io/github/actions/workflow/status/gravity-ui/blog-constructor/release.yml?branch=main&label=Release)](https://github.com/gravity-ui/blog-constructor/actions/workflows/release.yml?query=branch:main) [![storybook](https://img.shields.io/badge/Storybook-deployed-ff4685)](https://preview.yandexcloud.dev/blog-constructor/)
# @gravity-ui/blog-constructor · [![npm package](https://img.shields.io/npm/v/@gravity-ui/blog-constructor)](https://www.npmjs.com/package/@gravity-ui/blog-constructor) [![CI](https://img.shields.io/github/actions/workflow/status/gravity-ui/blog-constructor/ci.yml?branch=main&label=CI)](https://github.com/gravity-ui/blog-constructor/actions/workflows/ci.yml?query=branch:main) [![CI](https://img.shields.io/github/actions/workflow/status/gravity-ui/blog-constructor/release.yml?branch=main&label=Release)](https://github.com/gravity-ui/blog-constructor/actions/workflows/release.yml?query=branch:main) [![storybook](https://img.shields.io/badge/Storybook-deployed-ff4685)](https://preview.gravity-ui.com/blog-constructor/)

## Install

Expand All @@ -10,7 +10,7 @@ npm install @gravity-ui/blog-constructor

`Blog-constructor` is a library based on the [Page-constructor](https://github.com/gravity-ui/page-constructor) library for creating blog format web pages. Blog-constructor uses the [`custom`](https://github.com/gravity-ui/page-constructor#custom-blocks) prop from page-constructor to add the components needed for the blog.

### Documentation - [storybook](https://preview.yandexcloud.dev/blog-constructor/)
### Documentation - [storybook](https://preview.gravity-ui.com/blog-constructor/)

### Getting started

Expand Down
2 changes: 1 addition & 1 deletion src/blocks/Banner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
| paddingRight | `xs - s - m - l - xl` | `false` | Right padding size |
| paddingLeft | `xs - s - m - l - xl` | `false` | Left padding size |

To get more information about `content` see this [page](https://preview.yandexcloud.dev/page-constructor/?path=/story/components-content--default)
To get more information about `content` see this [page](https://preview.gravity-ui.com/page-constructor/?path=/story/components-content--default)
2 changes: 1 addition & 1 deletion src/blocks/CTA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
| paddingRight | `xs - s - m - l - xl` | `false` | Right padding size |
| paddingLeft | `xs - s - m - l - xl` | `false` | Left padding size |

To get more information about `content` see this [page](https://preview.yandexcloud.dev/page-constructor/?path=/story/components-content--default)
To get more information about `content` see this [page](https://preview.gravity-ui.com/page-constructor/?path=/story/components-content--default)
2 changes: 1 addition & 1 deletion src/blocks/ColoredText/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
| paddingRight | `xs - s - m - l - xl` | `false` | Right padding size |
| paddingLeft | `xs - s - m - l - xl` | `false` | Left padding size |

To get more information about `content` see this [page](https://preview.yandexcloud.dev/page-constructor/?path=/story/components-content--default)
To get more information about `content` see this [page](https://preview.gravity-ui.com/page-constructor/?path=/story/components-content--default)
18 changes: 9 additions & 9 deletions src/blocks/Form/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
| Property | Type | Required | Description |
| :------------ | :------------------------------------ | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| paddingTop | `xs - s - m - l - xl` | `false` | Top padding size |
| paddingBottom | `xs - s - m - l - xl` | `false` | Bottom padding size |
| paddingRight | `xs - s - m - l - xl` | `false` | Right padding size |
| paddingLeft | `xs - s - m - l - xl` | `false` | Left padding size |
| formData | `{yandex?: Object, hubspot?: Object}` | `false` | See [Yandex](https://preview.yandexcloud.dev/page-constructor/iframe.html?path=/story/components-yandexform--docs&viewMode=docs) / [Hubspot](https://preview.yandexcloud.dev/page-constructor/iframe.html?path=/story/components-hubspotform--docs&viewMode=docs) form data. |
| border: | `shadow (default) - line - none` | `false` | Border of the form |
| Property | Type | Required | Description |
| :------------ | :------------------------------------ | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| paddingTop | `xs - s - m - l - xl` | `false` | Top padding size |
| paddingBottom | `xs - s - m - l - xl` | `false` | Bottom padding size |
| paddingRight | `xs - s - m - l - xl` | `false` | Right padding size |
| paddingLeft | `xs - s - m - l - xl` | `false` | Left padding size |
| formData | `{yandex?: Object, hubspot?: Object}` | `false` | See [Yandex](https://preview.gravity-ui.com/page-constructor/iframe.html?path=/story/components-yandexform--docs&viewMode=docs) / [Hubspot](https://preview.gravity-ui.com/page-constructor/iframe.html?path=/story/components-hubspotform--docs&viewMode=docs) form data. |
| border: | `shadow (default) - line - none` | `false` | Border of the form |

To get more information about `MediaProps` see this [page](https://preview.yandexcloud.dev/page-constructor/?path=/docs/blocks-media--default)
To get more information about `MediaProps` see this [page](https://preview.gravity-ui.com/page-constructor/?path=/docs/blocks-media--default)
2 changes: 1 addition & 1 deletion src/blocks/Header/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

and `HeaderBlockProps`

To get more information about `HeaderBlockProps` see this [page](https://preview.yandexcloud.dev/page-constructor/?path=/docs/blocks-header--default)
To get more information about `HeaderBlockProps` see this [page](https://preview.gravity-ui.com/page-constructor/?path=/docs/blocks-header--default)
2 changes: 1 addition & 1 deletion src/blocks/Media/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
| video | `MediaProps['video']` | `false` | Video media content |
| dataLens | `MediaProps['dataLens']` | `false` | dataLens media content |

To get more information about `MediaProps` see this [page](https://preview.yandexcloud.dev/page-constructor/?path=/docs/blocks-media--default)
To get more information about `MediaProps` see this [page](https://preview.gravity-ui.com/page-constructor/?path=/docs/blocks-media--default)

0 comments on commit 9fef024

Please sign in to comment.