diff --git a/website/docs/.vitepress/sidebarConfig.ts b/website/docs/.vitepress/sidebarConfig.ts
index 5bb5027f63..84e4dfb0bf 100644
--- a/website/docs/.vitepress/sidebarConfig.ts
+++ b/website/docs/.vitepress/sidebarConfig.ts
@@ -109,12 +109,12 @@ export const sideBarConfig: SidebarConfig = [
text: 'Breakpoints',
},
{
- link: '/layout/grid-system/grid-system',
+ link: '/layout/grid-system/grid-system-layout',
activeMatch: '/layout/grid-system/',
text: 'Grid and page layout',
},
{
- link: '/layout/box-system/box-system',
+ link: '/layout/box-system/box-system-spacing',
activeMatch: '/layout/box-system/',
text: 'Flex-box and spacing system',
},
@@ -261,8 +261,8 @@ export const sideBarConfig: SidebarConfig = [
text: 'FeaturePopover',
},
{
- link: '/components/feedback/feedback',
- activeMatch: '/components/feedback/',
+ link: '/components/feedback-form/feedback-form',
+ activeMatch: '/components/feedback-form/',
text: 'Feedback',
},
{
diff --git a/website/docs/.vitepress/theme/Page404.vue b/website/docs/.vitepress/theme/Page404.vue
index c74f2aa725..1b23446b2f 100644
--- a/website/docs/.vitepress/theme/Page404.vue
+++ b/website/docs/.vitepress/theme/Page404.vue
@@ -21,6 +21,9 @@ const redirects = {
"/intergalactic/components/color-picker": "/intergalactic/components/color-picker/color-picker",
"/intergalactic/components/counter": "/intergalactic/components/counter/counter",
"/intergalactic/components/date-picker": "/intergalactic/components/date-picker/date-picker",
+ "/intergalactic/components/date-picker/date-code": "/intergalactic/components/date-picker/date-picker-code",
+ "/intergalactic/components/date-picker/date-api": "/intergalactic/components/date-picker/date-picker-api",
+ "/intergalactic/components/date-picker/date-changelog": "/intergalactic/components/date-picker/date-picker-changelog",
"/intergalactic/components/divider": "/intergalactic/components/divider/divider",
"/intergalactic/components/dot": "/intergalactic/components/dot/dot",
"/intergalactic/components/drag-and-drop": "/intergalactic/components/drag-and-drop/drag-and-drop",
@@ -28,7 +31,11 @@ const redirects = {
"/intergalactic/components/dropdown": "/intergalactic/components/dropdown/dropdown",
"/intergalactic/components/ellipsis": "/intergalactic/components/ellipsis/ellipsis",
"/intergalactic/components/feature-popover": "/intergalactic/components/feature-popover/feature-popover",
- "/intergalactic/components/feedback": "/intergalactic/components/feedback/feedback",
+ "/intergalactic/components/feedback": "/intergalactic/components/feedback-form/feedback-form",
+ "/intergalactic/components/feedback/feedback-form-a11y": "/intergalactic/components/feedback-form/feedback-form-a11y",
+ "/intergalactic/components/feedback/feedback-form-api": "/intergalactic/components/feedback-form/feedback-form-api",
+ "/intergalactic/components/feedback/feedback-form-code": "/intergalactic/components/feedback-form/feedback-form-code",
+ "/intergalactic/components/feedback/feedback-form-changelog": "/intergalactic/components/feedback-form/feedback-form-changelog",
"/intergalactic/components/filter-trigger": "/intergalactic/components/filter-trigger/filter-trigger",
"/intergalactic/components/flags": "/intergalactic/components/flags/flags",
"/intergalactic/components/fullscreen-modal": "/intergalactic/components/fullscreen-modal/fullscreen-modal",
@@ -109,9 +116,16 @@ const redirects = {
"/intergalactic/get-started-guide/dev-starter-guide": "/intergalactic/get-started-guide/dev-starter-guide/dev-starter-guide",
"/intergalactic/get-started-guide/dis-starter-guide": "/intergalactic/get-started-guide/dis-starter-guide/dis-starter-guide",
"/intergalactic/get-started-guide/work-figma": "/intergalactic/get-started-guide/work-figma/work-figma",
- "/intergalactic/layout/box-system": "/intergalactic/layout/box-system/box-system",
+ "/intergalactic/layout/box-system": "/intergalactic/layout/box-system/box-system-spacing",
+ "/intergalactic/layout/box-system/box-system": "/intergalactic/layout/box-system/box-system-spacing",
+ "/intergalactic/layout/box-system/box-api": "/intergalactic/layout/box-system/box-system-api",
+ "/intergalactic/layout/box-system/box-changelog": "/intergalactic/layout/box-system/box-system-changelog",
"/intergalactic/layout/breakpoints": "/intergalactic/layout/breakpoints/breakpoints",
- "/intergalactic/layout/grid-system": "/intergalactic/layout/grid-system/grid-system",
+ "/intergalactic/layout/grid-system": "/intergalactic/layout/grid-system/grid-system-layout",
+ "/intergalactic/layout/grid-system/grid-system": "/intergalactic/layout/grid-system/grid-system-layout",
+ "/intergalactic/layout/grid-system/grid-api": "/intergalactic/layout/grid-system/grid-system-api",
+ "/intergalactic/layout/grid-system/grid-changelog": "/intergalactic/layout/grid-system/grid-system-changelog",
+ "/intergalactic/layout/grid-system/grid-code": "/intergalactic/layout/grid-system/grid-system-code",
"/intergalactic/patterns/confirm-dialog": "/intergalactic/patterns/confirm-dialog/confirm-dialog",
"/intergalactic/patterns/empty-page": "/intergalactic/patterns/empty-page/empty-page",
"/intergalactic/patterns/export": "/intergalactic/patterns/export/export",
diff --git a/website/docs/components/accordion/accordion-api.md b/website/docs/components/accordion/accordion-api.md
index 02318cf2aa..efc5f794c0 100644
--- a/website/docs/components/accordion/accordion-api.md
+++ b/website/docs/components/accordion/accordion-api.md
@@ -31,7 +31,7 @@ import { Accordion } from '@semcore/ui/accordion';
;
```
-Has all properties as [BoxProps](/layout/box-system/box-api) prop does.
+Has all properties as [BoxProps](/layout/box-system/box-system-api) prop does.
## Accordion.Item.Collapse
@@ -43,7 +43,7 @@ import { Accordion } from '@semcore/ui/accordion';
-Has all properties as [BoxProps](/layout/box-system/box-api) prop does.
+Has all properties as [BoxProps](/layout/box-system/box-system-api) prop does.
## Accordion.Item.Chevron
@@ -53,6 +53,6 @@ import { Accordion } from '@semcore/ui/accordion';
;
```
-Has all properties as [BoxProps](/layout/box-system/box-api) prop does.
+Has all properties as [BoxProps](/layout/box-system/box-system-api) prop does.
diff --git a/website/docs/components/button/button.md b/website/docs/components/button/button.md
index 5eb075c069..93ae982e37 100644
--- a/website/docs/components/button/button.md
+++ b/website/docs/components/button/button.md
@@ -278,7 +278,7 @@ Table: States for all buttons types and themes
This component was created to ensure proper accessibility for existing patterns in the interface. Avoid adding buttons with link styles into new interfaces, especially with `use="primary"`. Instead, use either `Button` or `Link` depending on what the element does.
:::
-If you need an element that looks like a link, but has the native button semantics, use the separate `ButtonLink` component instead of a link. For example, in the [Feedback](/components/feedback/feedback-form-code) and [ProductHead](/components/product-head/product-head-code) components, use `ButtonLink` as the dialog trigger.
+If you need an element that looks like a link, but has the native button semantics, use the separate `ButtonLink` component instead of a link. For example, in the [Feedback](/components/feedback-form/feedback-form-code) and [ProductHead](/components/product-head/product-head-code) components, use `ButtonLink` as the dialog trigger.
Table: Button with Link styles
@@ -324,7 +324,7 @@ If you need to use a single button we recommend you to set it's width to at leas
## Margins between buttons
-**The margin between buttons shall be [multiple of 4](/layout/box-system/box-system#spacing_system)**. If there are several buttons next to each other, use the recommended margins shown in table below.
+**The margin between buttons shall be [multiple of 4](/layout/box-system/box-system-spacing)**. If there are several buttons next to each other, use the recommended margins shown in table below.
Table: Margins between buttons
diff --git a/website/docs/components/card/card-api.md b/website/docs/components/card/card-api.md
index e7e704f6f9..a80d930b75 100644
--- a/website/docs/components/card/card-api.md
+++ b/website/docs/components/card/card-api.md
@@ -5,7 +5,7 @@ tabs: Design('card'), A11y('card-a11y'), API('card-api'), Example('card-code'),
## Card
-It's just a [Box](../../layout/box-system/box-api#box) with predefined styles.
+It's just a [Box](../../layout/box-system/box-system-api#box) with predefined styles.
```jsx
import Card from '@semcore/ui/card';
@@ -14,7 +14,7 @@ import Card from '@semcore/ui/card';
## Card.Header
-It's just a [Box](../../layout/box-system/box-api#box) with predefined paddings. Contains `Card.Title` and `Card.Description`.
+It's just a [Box](../../layout/box-system/box-system-api#box) with predefined paddings. Contains `Card.Title` and `Card.Description`.
```jsx
import Card from '@semcore/ui/card';
@@ -23,7 +23,7 @@ import Card from '@semcore/ui/card';
## Card.Body
-It's just a [Box](../../layout/box-system/box-api#box) with predefined paddings.
+It's just a [Box](../../layout/box-system/box-system-api#box) with predefined paddings.
```jsx
import Card from '@semcore/ui/card';
diff --git a/website/docs/components/carousel/carousel-api.md b/website/docs/components/carousel/carousel-api.md
index f2ea68df69..1782632295 100644
--- a/website/docs/components/carousel/carousel-api.md
+++ b/website/docs/components/carousel/carousel-api.md
@@ -14,7 +14,7 @@ import Carousel from '@semcore/ui/carousel';
## Carousel.Container
-`Carousel.Container` is a wrap over `Carousel.Item`. `Carousel.Item` doesn't have own API, extends to [Box](/layout/box-system/box-api#a3cfce).
+`Carousel.Container` is a wrap over `Carousel.Item`. `Carousel.Item` doesn't have own API, extends to [Box](/layout/box-system/box-system-api#box).
```jsx
import Carousel from '@semcore/ui/carousel';
@@ -23,7 +23,7 @@ import Carousel from '@semcore/ui/carousel';
## Carousel.Item
-`Carousel.Item` doesn't have own API, extends to [Box](/layout/box-system/box-api#a3cfce).
+`Carousel.Item` doesn't have own API, extends to [Box](/layout/box-system/box-system-api#box).
```jsx
import Carousel from '@semcore/ui/carousel';
@@ -32,7 +32,7 @@ import Carousel from '@semcore/ui/carousel';
## Carousel.Indicators
-Component view for default dots. It doesn't have own API, extends to [Box](/layout/box-system/box-api#a3cfce).
+Component view for default dots. It doesn't have own API, extends to [Box](/layout/box-system/box-system-api#box).
```jsx
import Carousel from '@semcore/ui/carousel';
@@ -41,7 +41,7 @@ import Carousel from '@semcore/ui/carousel';
## Carousel.Prev, Carousel.Next
-Component view for default Chevron icons. It doesn't have own API, extends to [Box](/layout/box-system/box-api#a3cfce).
+Component view for default Chevron icons. It doesn't have own API, extends to [Box](/layout/box-system/box-system-api#box).
```jsx
import Carousel from '@semcore/ui/carousel';
diff --git a/website/docs/components/color-picker/color-picker.md b/website/docs/components/color-picker/color-picker.md
index 74e6bfe791..b438efff3c 100644
--- a/website/docs/components/color-picker/color-picker.md
+++ b/website/docs/components/color-picker/color-picker.md
@@ -70,7 +70,7 @@ ColorPicker.Item has 28px * 28px size.
## Margins
-All margins must be [multiples of 4](/layout/box-system/box-system#spacing_system). The default recommended margins are 4px:
+All margins must be [multiples of 4](/layout/box-system/box-system-spacing). The default recommended margins are 4px:
![](static/colorpicker-margins.png)
diff --git a/website/docs/components/components-showcase/components-showcase.md b/website/docs/components/components-showcase/components-showcase.md
index b5f7349922..cd240be5ae 100644
--- a/website/docs/components/components-showcase/components-showcase.md
+++ b/website/docs/components/components-showcase/components-showcase.md
@@ -130,7 +130,7 @@ const group = {
},
feedback: {
title: 'Feedback',
- route: '/intergalactic/components/feedback/feedback',
+ route: '/intergalactic/components/feedback-form/feedback-form',
disabled: false,
type: 'components',
},
diff --git a/website/docs/components/date-picker/date-changelog.md b/website/docs/components/date-picker/date-changelog.md
deleted file mode 100644
index 9d494c4727..0000000000
--- a/website/docs/components/date-picker/date-changelog.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: DatePicker
-fileSource: date-picker
-tabs: Design('date-picker'), A11y('date-a11y'), API('date-api'), Example('date-code'), Changelog('date-changelog')
----
-
-::: changelog date-picker :::
diff --git a/website/docs/components/date-picker/date-a11y.md b/website/docs/components/date-picker/date-picker-a11y.md
similarity index 98%
rename from website/docs/components/date-picker/date-a11y.md
rename to website/docs/components/date-picker/date-picker-a11y.md
index 0ca52ae2e3..5a9ec8b63e 100644
--- a/website/docs/components/date-picker/date-a11y.md
+++ b/website/docs/components/date-picker/date-picker-a11y.md
@@ -2,7 +2,7 @@
title: DatePicker
fileSource: date-picker
a11y: AA
-tabs: Design('date-picker'), A11y('date-a11y'), API('date-api'), Example('date-code'), Changelog('date-changelog')
+tabs: Design('date-picker'), A11y('date-picker-a11y'), API('date-picker-api'), Example('date-picker-code'), Changelog('date-picker-changelog')
---
## What component has
diff --git a/website/docs/components/date-picker/date-api.md b/website/docs/components/date-picker/date-picker-api.md
similarity index 92%
rename from website/docs/components/date-picker/date-api.md
rename to website/docs/components/date-picker/date-picker-api.md
index 7ca1289f3b..76dee12f64 100644
--- a/website/docs/components/date-picker/date-api.md
+++ b/website/docs/components/date-picker/date-picker-api.md
@@ -1,7 +1,7 @@
---
title: DatePicker
fileSource: date-picker
-tabs: Design('date-picker'), A11y('date-a11y'), API('date-api'), Example('date-code'), Changelog('date-changelog')
+tabs: Design('date-picker'), A11y('date-picker-a11y'), API('date-picker-api'), Example('date-picker-code'), Changelog('date-picker-changelog')
---
## DatePicker and MonthPicker
diff --git a/website/docs/components/date-picker/date-picker-changelog.md b/website/docs/components/date-picker/date-picker-changelog.md
new file mode 100644
index 0000000000..9fc9138c15
--- /dev/null
+++ b/website/docs/components/date-picker/date-picker-changelog.md
@@ -0,0 +1,7 @@
+---
+title: DatePicker
+fileSource: date-picker
+tabs: Design('date-picker'), A11y('date-picker-a11y'), API('date-picker-api'), Example('date-picker-code'), Changelog('date-picker-changelog')
+---
+
+::: changelog date-picker :::
diff --git a/website/docs/components/date-picker/date-code.md b/website/docs/components/date-picker/date-picker-code.md
similarity index 95%
rename from website/docs/components/date-picker/date-code.md
rename to website/docs/components/date-picker/date-picker-code.md
index 67d65257d0..3a3013ba60 100644
--- a/website/docs/components/date-picker/date-code.md
+++ b/website/docs/components/date-picker/date-picker-code.md
@@ -1,7 +1,7 @@
---
title: DatePicker
fileSource: date-picker
-tabs: Design('date-picker'), A11y('date-a11y'), API('date-api'), Example('date-code'), Changelog('date-changelog')
+tabs: Design('date-picker'), A11y('date-picker-a11y'), API('date-picker-api'), Example('date-picker-code'), Changelog('date-picker-changelog')
---
## DatePicker
diff --git a/website/docs/components/date-picker/date-picker.md b/website/docs/components/date-picker/date-picker.md
index 06a3219604..09029fdc22 100644
--- a/website/docs/components/date-picker/date-picker.md
+++ b/website/docs/components/date-picker/date-picker.md
@@ -1,7 +1,7 @@
---
title: DatePicker
fileSource: date-picker
-tabs: Design('date-picker'), A11y('date-a11y'), API('date-api'), Example('date-code'), Changelog('date-changelog')
+tabs: Design('date-picker'), A11y('date-picker-a11y'), API('date-picker-api'), Example('date-picker-code'), Changelog('date-picker-changelog')
---
::: react-view
diff --git a/website/docs/components/feedback/examples/default_feedback_form.tsx b/website/docs/components/feedback-form/examples/default_feedback_form.tsx
similarity index 100%
rename from website/docs/components/feedback/examples/default_feedback_form.tsx
rename to website/docs/components/feedback-form/examples/default_feedback_form.tsx
diff --git a/website/docs/components/feedback/examples/feedback_form_example.tsx b/website/docs/components/feedback-form/examples/feedback_form_example.tsx
similarity index 100%
rename from website/docs/components/feedback/examples/feedback_form_example.tsx
rename to website/docs/components/feedback-form/examples/feedback_form_example.tsx
diff --git a/website/docs/components/feedback/feedback-form-a11y.md b/website/docs/components/feedback-form/feedback-form-a11y.md
similarity index 91%
rename from website/docs/components/feedback/feedback-form-a11y.md
rename to website/docs/components/feedback-form/feedback-form-a11y.md
index 561f4419e5..c700e0e6b7 100644
--- a/website/docs/components/feedback/feedback-form-a11y.md
+++ b/website/docs/components/feedback-form/feedback-form-a11y.md
@@ -1,7 +1,7 @@
---
title: Feedback
a11y: AA
-tabs: Design('feedback'), A11y('feedback-form-a11y'), API('feedback-form-api'), Example('feedback-form-code'), Changelog('feedback-form-changelog')
+tabs: Design('feedback-form'), A11y('feedback-form-a11y'), API('feedback-form-api'), Example('feedback-form-code'), Changelog('feedback-form-changelog')
---
## What pattern has
diff --git a/website/docs/components/feedback/feedback-form-api.md b/website/docs/components/feedback-form/feedback-form-api.md
similarity index 92%
rename from website/docs/components/feedback/feedback-form-api.md
rename to website/docs/components/feedback-form/feedback-form-api.md
index f7b0a94f20..b6267bf1ae 100644
--- a/website/docs/components/feedback/feedback-form-api.md
+++ b/website/docs/components/feedback-form/feedback-form-api.md
@@ -1,6 +1,6 @@
---
title: Feedback
-tabs: Design('feedback'), A11y('feedback-form-a11y'), API('feedback-form-api'), Example('feedback-form-code'), Changelog('feedback-form-changelog')
+tabs: Design('feedback-form'), A11y('feedback-form-a11y'), API('feedback-form-api'), Example('feedback-form-code'), Changelog('feedback-form-changelog')
---
## FeedbackForm
diff --git a/website/docs/components/feedback-form/feedback-form-changelog.md b/website/docs/components/feedback-form/feedback-form-changelog.md
new file mode 100644
index 0000000000..fb0d5e852e
--- /dev/null
+++ b/website/docs/components/feedback-form/feedback-form-changelog.md
@@ -0,0 +1,6 @@
+---
+title: Feedback
+tabs: Design('feedback-form'), A11y('feedback-form-a11y'), API('feedback-form-api'), Example('feedback-form-code'), Changelog('feedback-form-changelog')
+---
+
+::: changelog feedback-form :::
diff --git a/website/docs/components/feedback/feedback-form-code.md b/website/docs/components/feedback-form/feedback-form-code.md
similarity index 70%
rename from website/docs/components/feedback/feedback-form-code.md
rename to website/docs/components/feedback-form/feedback-form-code.md
index 388085ceda..b0263ff59f 100644
--- a/website/docs/components/feedback/feedback-form-code.md
+++ b/website/docs/components/feedback-form/feedback-form-code.md
@@ -1,11 +1,11 @@
---
title: Feedback
-tabs: Design('feedback'), A11y('feedback-form-a11y'), API('feedback-form-api'), Example('feedback-form-code'), Changelog('feedback-form-changelog')
+tabs: Design('feedback-form'), A11y('feedback-form-a11y'), API('feedback-form-api'), Example('feedback-form-code'), Changelog('feedback-form-changelog')
---
## Default feedback form
-The information on the GDPR should be obligatorily shown to the users from Europe. See the [component's guide](/components/feedback/feedback) for the styles and its content.
+The information on the GDPR should be obligatorily shown to the users from Europe. See the [component's guide](/components/feedback-form/feedback-form) for the styles and its content.
::: sandbox
diff --git a/website/docs/components/feedback/feedback.md b/website/docs/components/feedback-form/feedback-form.md
similarity index 97%
rename from website/docs/components/feedback/feedback.md
rename to website/docs/components/feedback-form/feedback-form.md
index fac0dcdb84..0fe6f7f6e1 100644
--- a/website/docs/components/feedback/feedback.md
+++ b/website/docs/components/feedback-form/feedback-form.md
@@ -1,7 +1,7 @@
---
title: Feedback
fileSource: feedback-form
-tabs: Design('feedback'), A11y('feedback-form-a11y'), API('feedback-form-api'), Example('feedback-form-code'), Changelog('feedback-form-changelog')
+tabs: Design('feedback-form'), A11y('feedback-form-a11y'), API('feedback-form-api'), Example('feedback-form-code'), Changelog('feedback-form-changelog')
---
## Description
diff --git a/website/docs/components/feedback/static/default.png b/website/docs/components/feedback-form/static/default.png
similarity index 100%
rename from website/docs/components/feedback/static/default.png
rename to website/docs/components/feedback-form/static/default.png
diff --git a/website/docs/components/feedback/static/error.png b/website/docs/components/feedback-form/static/error.png
similarity index 100%
rename from website/docs/components/feedback/static/error.png
rename to website/docs/components/feedback-form/static/error.png
diff --git a/website/docs/components/feedback/static/loading.png b/website/docs/components/feedback-form/static/loading.png
similarity index 100%
rename from website/docs/components/feedback/static/loading.png
rename to website/docs/components/feedback-form/static/loading.png
diff --git a/website/docs/components/feedback/static/options.png b/website/docs/components/feedback-form/static/options.png
similarity index 100%
rename from website/docs/components/feedback/static/options.png
rename to website/docs/components/feedback-form/static/options.png
diff --git a/website/docs/components/feedback/static/scroll.png b/website/docs/components/feedback-form/static/scroll.png
similarity index 100%
rename from website/docs/components/feedback/static/scroll.png
rename to website/docs/components/feedback-form/static/scroll.png
diff --git a/website/docs/components/feedback/static/send-feedback-notice.png b/website/docs/components/feedback-form/static/send-feedback-notice.png
similarity index 100%
rename from website/docs/components/feedback/static/send-feedback-notice.png
rename to website/docs/components/feedback-form/static/send-feedback-notice.png
diff --git a/website/docs/components/feedback/static/send-feedback-sizes.png b/website/docs/components/feedback-form/static/send-feedback-sizes.png
similarity index 100%
rename from website/docs/components/feedback/static/send-feedback-sizes.png
rename to website/docs/components/feedback-form/static/send-feedback-sizes.png
diff --git a/website/docs/components/feedback/static/send-feedback.png b/website/docs/components/feedback-form/static/send-feedback.png
similarity index 100%
rename from website/docs/components/feedback/static/send-feedback.png
rename to website/docs/components/feedback-form/static/send-feedback.png
diff --git a/website/docs/components/feedback/static/success.png b/website/docs/components/feedback-form/static/success.png
similarity index 100%
rename from website/docs/components/feedback/static/success.png
rename to website/docs/components/feedback-form/static/success.png
diff --git a/website/docs/components/feedback/static/validation-1.png b/website/docs/components/feedback-form/static/validation-1.png
similarity index 100%
rename from website/docs/components/feedback/static/validation-1.png
rename to website/docs/components/feedback-form/static/validation-1.png
diff --git a/website/docs/components/feedback/static/validation-2.png b/website/docs/components/feedback-form/static/validation-2.png
similarity index 100%
rename from website/docs/components/feedback/static/validation-2.png
rename to website/docs/components/feedback-form/static/validation-2.png
diff --git a/website/docs/components/feedback/static/validation-3.png b/website/docs/components/feedback-form/static/validation-3.png
similarity index 100%
rename from website/docs/components/feedback/static/validation-3.png
rename to website/docs/components/feedback-form/static/validation-3.png
diff --git a/website/docs/components/feedback/feedback-form-changelog.md b/website/docs/components/feedback/feedback-form-changelog.md
deleted file mode 100644
index 8d489ab6bd..0000000000
--- a/website/docs/components/feedback/feedback-form-changelog.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Feedback
-tabs: Design('feedback'), A11y('feedback-form-a11y'), API('feedback-form-api'), Example('feedback-form-code'), Changelog('feedback-form-changelog')
----
-
-::: changelog feedback-form :::
diff --git a/website/docs/components/modal/modal-api.md b/website/docs/components/modal/modal-api.md
index dd993859ab..86a9c15705 100644
--- a/website/docs/components/modal/modal-api.md
+++ b/website/docs/components/modal/modal-api.md
@@ -15,7 +15,7 @@ import Modal from '@semcore/ui/modal';
## Modal.Overlay
-Component which represents the background. Has all properties as [BoxProps](/layout/box-system/box-api) prop does.
+Component which represents the background. Has all properties as [BoxProps](/layout/box-system/box-system-api) prop does.
```jsx
import Modal from '@semcore/ui/modal';
@@ -24,7 +24,7 @@ import Modal from '@semcore/ui/modal';
## Modal.Window
-Component which represents the modal window itself. Has all properties as [BoxProps](/layout/box-system/box-api) prop does.
+Component which represents the modal window itself. Has all properties as [BoxProps](/layout/box-system/box-system-api) prop does.
```jsx
import Modal from '@semcore/ui/modal';
@@ -33,7 +33,7 @@ import Modal from '@semcore/ui/modal';
## Modal.Close
-Component which represents the closing icon. The component is the `CloseS` icon with the configured styles. Has all properties as [BoxProps](/layout/box-system/box-api) prop and [IconProps](/style/icon/icon-api) prop does.
+Component which represents the closing icon. The component is the `CloseS` icon with the configured styles. Has all properties as [BoxProps](/layout/box-system/box-system-api) prop and [IconProps](/style/icon/icon-api) prop does.
```jsx
import Modal from '@semcore/ui/modal';
diff --git a/website/docs/components/select/select-api.md b/website/docs/components/select/select-api.md
index 6e2b1c5ef9..055f9950ae 100644
--- a/website/docs/components/select/select-api.md
+++ b/website/docs/components/select/select-api.md
@@ -84,7 +84,7 @@ import Select from '@semcore/ui/select';
## Select.Option.Hint
-Styled [Flex](/layout/box-system/box-api#flex).
+Styled [Flex](/layout/box-system/box-system-api#flex).
```jsx
import Select from '@semcore/ui/select';
@@ -93,7 +93,7 @@ import Select from '@semcore/ui/select';
## Select.Option.Checkbox
-A styled [Box](/layout/box-system/box-api#box) that looks like a checkbox.
+A styled [Box](/layout/box-system/box-system-api#box) that looks like a checkbox.
```jsx
import Select from '@semcore/ui/select';
diff --git a/website/docs/components/side-panel/side-panel-api.md b/website/docs/components/side-panel/side-panel-api.md
index c0df3f5fed..b786925d95 100644
--- a/website/docs/components/side-panel/side-panel-api.md
+++ b/website/docs/components/side-panel/side-panel-api.md
@@ -20,7 +20,7 @@ import SidePanel from '@semcore/ui/side-panel';
;
```
-This is a wrap over the [Box](/layout/box-system/box-api#a3cfce) component.
+This is a wrap over the [Box](/layout/box-system/box-system-api#box) component.
## SidePanel.Panel
@@ -29,7 +29,7 @@ import SidePanel from '@semcore/ui/side-panel';
;
```
-This is a wrap over the [Box](/layout/box-system/box-api#a3cfce) and [FocusLock](https://github.com/theKashey/react-focus-lock/blob/master/interfaces.d.ts#L4).
+This is a wrap over the [Box](/layout/box-system/box-system-api#box) and [FocusLock](https://github.com/theKashey/react-focus-lock/blob/master/interfaces.d.ts#L4).
@@ -40,6 +40,6 @@ import SidePanel from '@semcore/ui/side-panel';
;
```
-This is a wrap over the [Box](/layout/box-system/box-api#a3cfce) component.
+This is a wrap over the [Box](/layout/box-system/box-system-api#box) component.
diff --git a/website/docs/components/time-picker/time-picker-a11y.md b/website/docs/components/time-picker/time-picker-a11y.md
index c7fe53bc4f..1b4ea627fb 100644
--- a/website/docs/components/time-picker/time-picker-a11y.md
+++ b/website/docs/components/time-picker/time-picker-a11y.md
@@ -1,5 +1,6 @@
---
title: TimePicker
+titleTemplate: :title A11y | Intergalactic Design System
fileSource: time-picker
a11y: AA
tabs: Design('time-picker'), A11y('time-picker-a11y'), API('time-picker-api'), Example('time-picker-code'), Changelog('time-picker-changelog')
diff --git a/website/docs/data-display/d3-chart/d3-chart-code.md b/website/docs/data-display/d3-chart/d3-chart-code.md
index 24a0130a35..daca04e32c 100644
--- a/website/docs/data-display/d3-chart/d3-chart-code.md
+++ b/website/docs/data-display/d3-chart/d3-chart-code.md
@@ -168,7 +168,7 @@ To make things easier, ticks can be specified on the `Axis` component itself, an
## Adaptive chart
-For SVG charts to display correctly on responsive layouts, you need to dynamically calculate their width and height. To help you with that, we created the `ResponsiveContainer` component that supports all the [Box properties](/layout/box-system/box-api) and can help you flexibly adjust the chart size.
+For SVG charts to display correctly on responsive layouts, you need to dynamically calculate their width and height. To help you with that, we created the `ResponsiveContainer` component that supports all the [Box properties](/layout/box-system/box-system-api) and can help you flexibly adjust the chart size.
::: tip
`ResponsiveContainer` supports the `aspect` property โ the aspect ratio between the width and height of a chart.
diff --git a/website/docs/data-display/radial-tree-chart/d3-chart-changelog.md b/website/docs/data-display/radial-tree-chart/d3-chart-changelog.md
index 7955e6cd9c..e4c1ad8ee4 100644
--- a/website/docs/data-display/radial-tree-chart/d3-chart-changelog.md
+++ b/website/docs/data-display/radial-tree-chart/d3-chart-changelog.md
@@ -1,7 +1,7 @@
---
title: Radial Tree chart
fileSource: d3-chart
-tabs: Design('radial-tree-chart'), API('radial-tree-chart-api'), A11y('radial-tree-chart-a11y'), Examples('radial-tree-chart-d3-examples'), Changelog('d3-chart-changelog')
+tabs: Design('radial-tree-chart'), API('radial-tree-chart-api'), A11y('radial-tree-chart-a11y'), Examples('radial-tree-chart-d3-code'), Changelog('d3-chart-changelog')
---
Common changelog of `d3-chart` package.
diff --git a/website/docs/data-display/radial-tree-chart/radial-tree-chart-a11y.md b/website/docs/data-display/radial-tree-chart/radial-tree-chart-a11y.md
index e545d177c4..9b593a6f73 100644
--- a/website/docs/data-display/radial-tree-chart/radial-tree-chart-a11y.md
+++ b/website/docs/data-display/radial-tree-chart/radial-tree-chart-a11y.md
@@ -2,7 +2,7 @@
title: Radial Tree chart
fileSource: d3-chart
a11y: AA
-tabs: Design('radial-tree-chart'), API('radial-tree-chart-api'), A11y('radial-tree-chart-a11y'), Examples('radial-tree-chart-d3-examples'), Changelog('d3-chart-changelog')
+tabs: Design('radial-tree-chart'), API('radial-tree-chart-api'), A11y('radial-tree-chart-a11y'), Examples('radial-tree-chart-d3-code'), Changelog('d3-chart-changelog')
---
Radial tree chart is accessible for screen readers. Refer to [Accessibility section in D3 chart documentation](/data-display/d3-chart/d3-chart-a11y) to know more. If you are making your radial tree interactive, make sure that chart isnโt the only way to accomplish user scenario. For example, provide `` to allow user to pick the radians.
diff --git a/website/docs/data-display/radial-tree-chart/radial-tree-chart-api.md b/website/docs/data-display/radial-tree-chart/radial-tree-chart-api.md
index 03c70fb186..7253e75a22 100644
--- a/website/docs/data-display/radial-tree-chart/radial-tree-chart-api.md
+++ b/website/docs/data-display/radial-tree-chart/radial-tree-chart-api.md
@@ -1,7 +1,7 @@
---
title: Radial Tree chart
fileSource: d3-chart
-tabs: Design('radial-tree-chart'), API('radial-tree-chart-api'), A11y('radial-tree-chart-a11y'), Examples('radial-tree-chart-d3-examples'), Changelog('d3-chart-changelog')
+tabs: Design('radial-tree-chart'), API('radial-tree-chart-api'), A11y('radial-tree-chart-a11y'), Examples('radial-tree-chart-d3-code'), Changelog('d3-chart-changelog')
---
## D3 chart
diff --git a/website/docs/data-display/radial-tree-chart/radial-tree-chart-d3-examples.md b/website/docs/data-display/radial-tree-chart/radial-tree-chart-d3-code.md
similarity index 97%
rename from website/docs/data-display/radial-tree-chart/radial-tree-chart-d3-examples.md
rename to website/docs/data-display/radial-tree-chart/radial-tree-chart-d3-code.md
index bf05c13815..e4b1586363 100644
--- a/website/docs/data-display/radial-tree-chart/radial-tree-chart-d3-examples.md
+++ b/website/docs/data-display/radial-tree-chart/radial-tree-chart-d3-code.md
@@ -1,7 +1,7 @@
---
title: Radial Tree chart
fileSource: d3-chart
-tabs: Design('radial-tree-chart'), API('radial-tree-chart-api'), A11y('radial-tree-chart-a11y'), Examples('radial-tree-chart-d3-examples'), Changelog('d3-chart-changelog')
+tabs: Design('radial-tree-chart'), API('radial-tree-chart-api'), A11y('radial-tree-chart-a11y'), Examples('radial-tree-chart-d3-code'), Changelog('d3-chart-changelog')
---
::: tip
diff --git a/website/docs/data-display/radial-tree-chart/radial-tree-chart.md b/website/docs/data-display/radial-tree-chart/radial-tree-chart.md
index 199f7636ea..181066ed68 100644
--- a/website/docs/data-display/radial-tree-chart/radial-tree-chart.md
+++ b/website/docs/data-display/radial-tree-chart/radial-tree-chart.md
@@ -1,7 +1,7 @@
---
title: Radial Tree chart
fileSource: d3-chart
-tabs: Design('radial-tree-chart'), API('radial-tree-chart-api'), A11y('radial-tree-chart-a11y'), Examples('radial-tree-chart-d3-examples'), Changelog('d3-chart-changelog')
+tabs: Design('radial-tree-chart'), API('radial-tree-chart-api'), A11y('radial-tree-chart-a11y'), Examples('radial-tree-chart-d3-code'), Changelog('d3-chart-changelog')
---
::: info
diff --git a/website/docs/filter-group/filter-kd-positions-volume/filter-kd-position-volume-code.md b/website/docs/filter-group/filter-kd-positions-volume/filter-kd-positions-volume-code.md
similarity index 92%
rename from website/docs/filter-group/filter-kd-positions-volume/filter-kd-position-volume-code.md
rename to website/docs/filter-group/filter-kd-positions-volume/filter-kd-positions-volume-code.md
index b087261882..b9e4ce6433 100644
--- a/website/docs/filter-group/filter-kd-positions-volume/filter-kd-position-volume-code.md
+++ b/website/docs/filter-group/filter-kd-positions-volume/filter-kd-positions-volume-code.md
@@ -1,6 +1,6 @@
---
title: Keyword Difficulty, Positions, Volume
-tabs: Design('filter-kd-positions-volume'), Example('filter-kd-position-volume-code')
+tabs: Design('filter-kd-positions-volume'), Example('filter-kd-positions-volume-code')
---
## Basic example
diff --git a/website/docs/filter-group/filter-kd-positions-volume/filter-kd-positions-volume.md b/website/docs/filter-group/filter-kd-positions-volume/filter-kd-positions-volume.md
index 15a0b84c2c..47942d0c11 100644
--- a/website/docs/filter-group/filter-kd-positions-volume/filter-kd-positions-volume.md
+++ b/website/docs/filter-group/filter-kd-positions-volume/filter-kd-positions-volume.md
@@ -1,6 +1,6 @@
---
title: Keyword Difficulty, Positions, Volume
-tabs: Design('filter-kd-positions-volume'), Example('filter-kd-position-volume-code')
+tabs: Design('filter-kd-positions-volume'), Example('filter-kd-positions-volume-code')
---
::: tip
diff --git a/website/docs/filter-group/filter-tags/filter-tags-code.md b/website/docs/filter-group/filter-tags/filter-tags-code.md
index 1f4735891e..5e9b4d40d6 100644
--- a/website/docs/filter-group/filter-tags/filter-tags-code.md
+++ b/website/docs/filter-group/filter-tags/filter-tags-code.md
@@ -1,5 +1,5 @@
---
-title: Example
+title: Tags filter
tabName: Example
tabs: Design('filter-tags'), Example('filter-tags-code')
---
diff --git a/website/docs/filter-group/filter-tags/filter-tags.md b/website/docs/filter-group/filter-tags/filter-tags.md
index e6e7e1438d..dad61a4ed2 100644
--- a/website/docs/filter-group/filter-tags/filter-tags.md
+++ b/website/docs/filter-group/filter-tags/filter-tags.md
@@ -1,5 +1,5 @@
---
-title: Tags
+title: Tags filter
tabName: Design
tabs: Design('filter-tags'), Example('filter-tags-code')
---
diff --git a/website/docs/get-started-guide/dev-starter-guide/dev-starter-guide.md b/website/docs/get-started-guide/dev-starter-guide/dev-starter-guide.md
index 7c20336678..e21f920521 100644
--- a/website/docs/get-started-guide/dev-starter-guide/dev-starter-guide.md
+++ b/website/docs/get-started-guide/dev-starter-guide/dev-starter-guide.md
@@ -1,6 +1,6 @@
---
title: For developers
-tabs: Get started('dev-starter-guide'), For production('production-tips')
+tabs: Get started('dev-starter-guide'), Production optimization('production-tips')
---
## Introduction
@@ -23,7 +23,7 @@ npm install @semcore/ui
:::
-After the installation, you can access each component at `intergalactic/{component_name}`.
+After the installation, you can access each component at `@semcore/{component_name}`.
## Key features
@@ -109,7 +109,7 @@ All our components return a DOM node in the `ref` property. This decision was ma
### Base component
-Underlying all our components is ["Box"](/layout/box-system/box-system), which serves as a foundational building block. By importing Box from `intergalactic/flex-box`, you can leverage its capabilities, including:
+Underlying all our components is [Box](/layout/box-system/box-system-api#box), which serves as a foundational building block. By importing Box from `@semcore/flex-box`, you can leverage its capabilities, including:
```jsx
import { Box } from '@semcore/ui/flex-box';
@@ -150,7 +150,7 @@ import Button from '@semcore/ui/button';
;
```
-Additionally, consider exploring the ["Flex"](/layout/box-system/box-system) component, which is a wrapper for `Box` and allows you to apply properties for **CSS Flexbox**:
+Additionally, consider exploring the [Flex](/layout/box-system/box-system-api#flex) component, which is a wrapper for `Box` and allows you to apply properties for **CSS Flexbox**:
```jsx
diff --git a/website/docs/get-started-guide/dev-starter-guide/production-tips.md b/website/docs/get-started-guide/dev-starter-guide/production-tips.md
index 4a2d2a39b4..4119b57405 100644
--- a/website/docs/get-started-guide/dev-starter-guide/production-tips.md
+++ b/website/docs/get-started-guide/dev-starter-guide/production-tips.md
@@ -1,6 +1,6 @@
---
title: For developers
-tabs: Get started('dev-starter-guide'), For production('production-tips')
+tabs: Get started('dev-starter-guide'), Production optimization('production-tips')
---
Here you will find some tips for optimizing the library in production.
@@ -80,7 +80,7 @@ There are two ways to implement SSR.
### SSR via sstyled.getStyles function
-This method will work for you if you're not using the **@semcore/shadow-loader** package (see [CSS extract](/get-started-guide/dev-starter-guide/production-tips#css-extract)).
+This method will work for you if you're not using the **@semcore/shadow-loader** package (see [CSS extract](#css-extract)).
Use the **@semcore/ui/core** package and the `sstyled.getStyles` function which will return `style` tags with all the necessary styles:
@@ -106,9 +106,9 @@ const html = `
### SSR via style extract
-This method will work for you if you are using the **@semcore/shadow-loader** package (see [CSS extract](/get-started-guide/dev-starter-guide/production-tips#css-extract)).
+This method will work for you if you are using the **@semcore/shadow-loader** package (see [CSS extract](#css-extract)).
-If you use `CSS-extract`, it should already be configured. If you don't use it, go to the [CSS extract](/get-started-guide/dev-starter-guide/production-tips#css-extract) section and follow the steps described. Once you've done that, all component styles will be collected in a separate chunk that needs to be included in HTML generated on the server.
+If you use `CSS-extract`, it should already be configured. If you don't use it, go to the [CSS extract](#css-extract) section and follow the steps described. Once you've done that, all component styles will be collected in a separate chunk that needs to be included in HTML generated on the server.
## If you use themes
diff --git a/website/docs/get-started-guide/dis-starter-guide/dis-starter-guide.md b/website/docs/get-started-guide/dis-starter-guide/dis-starter-guide.md
index b989193cc5..9d8e86cbcd 100644
--- a/website/docs/get-started-guide/dis-starter-guide/dis-starter-guide.md
+++ b/website/docs/get-started-guide/dis-starter-guide/dis-starter-guide.md
@@ -54,13 +54,13 @@ Table: Breakpoints tokens
| `--screen-small` | 768px | Phones and tablets. |
| `--screen-medium` | 1200px | Big tablets and desktop devices. |
-Refer to [Breakpoints](/layout/breakpoints/breakpoints) and [Grid and page layout](/layout/grid-system/grid-system) for more information.
+Refer to [Breakpoints](/layout/breakpoints/breakpoints) and [Grid and page layout](/layout/grid-system/grid-system-layout) for more information.
## Grid system
Our product interfaces use a 12-column grid with a 24px gutter. Some products use a flexible grid, while others use a fixed grid, depending on their needs. The standard design frame width for product pages is 1440px.
-Check out [Grid and page layout](/layout/grid-system/grid-system) for more details and code examples.
+Check out [Grid and page layout](/layout/grid-system/grid-system-layout) for more details and code examples.
## Charts
diff --git a/website/docs/layout/box-system/box-changelog.md b/website/docs/layout/box-system/box-changelog.md
deleted file mode 100644
index d01357557b..0000000000
--- a/website/docs/layout/box-system/box-changelog.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Flex-box and spacing system
-fileSource: flex-box
-tabs: Design('box-system'), API('box-api'), Changelog('box-changelog')
----
-
-::: changelog flex-box :::
diff --git a/website/docs/layout/box-system/box-api.md b/website/docs/layout/box-system/box-system-api.md
similarity index 77%
rename from website/docs/layout/box-system/box-api.md
rename to website/docs/layout/box-system/box-system-api.md
index 58cb0a04f8..9a5249d737 100644
--- a/website/docs/layout/box-system/box-api.md
+++ b/website/docs/layout/box-system/box-system-api.md
@@ -1,7 +1,7 @@
---
-title: Flex-box and spacing system
+title: Flex-box
fileSource: flex-box
-tabs: Design('box-system'), API('box-api'), Changelog('box-changelog')
+tabs: Spacing system('box-system-spacing'), API('box-system-api'), Example('box-system-code'), Changelog('box-system-changelog')
---
## Box
diff --git a/website/docs/layout/box-system/box-system-changelog.md b/website/docs/layout/box-system/box-system-changelog.md
new file mode 100644
index 0000000000..6391b2c053
--- /dev/null
+++ b/website/docs/layout/box-system/box-system-changelog.md
@@ -0,0 +1,7 @@
+---
+title: Flex-box
+fileSource: flex-box
+tabs: Spacing system('box-system-spacing'), API('box-system-api'), Example('box-system-code'), Changelog('box-system-changelog')
+---
+
+::: changelog flex-box :::
diff --git a/website/docs/layout/box-system/box-system-code.md b/website/docs/layout/box-system/box-system-code.md
new file mode 100644
index 0000000000..499edfaef4
--- /dev/null
+++ b/website/docs/layout/box-system/box-system-code.md
@@ -0,0 +1,45 @@
+---
+title: Flex-box
+fileSource: flex-box
+tabs: Spacing system('box-system-spacing'), API('box-system-api'), Example('box-system-code'), Changelog('box-system-changelog')
+---
+
+**Flex-box** is a component for managing arrangement and alignment of other components and elements in the interface.
+
+## Box
+
+**Box** is a component for changing sizes of the elements or components and arranging indents between the them. By using it, you can set paddings and margins.
+
+Example below shows how to implement equal margins between form components.
+
+::: sandbox
+
+
+
+:::
+
+Example below shows how a component creates indents using dynamically generated classes. Thus, you can get this class generated into the component by passing it to `tag`.
+
+::: sandbox
+
+
+
+:::
+
+## Flex
+
+**Flex** is a component for aligning the components. It is a wrapper over CSS-flex.
+
+Example below shows how Flex component takes all properties of a Box component.
+
+::: sandbox
+
+
+
+:::
diff --git a/website/docs/layout/box-system/box-system.md b/website/docs/layout/box-system/box-system-spacing.md
similarity index 64%
rename from website/docs/layout/box-system/box-system.md
rename to website/docs/layout/box-system/box-system-spacing.md
index ed0e5ae66c..b252011130 100644
--- a/website/docs/layout/box-system/box-system.md
+++ b/website/docs/layout/box-system/box-system-spacing.md
@@ -1,51 +1,9 @@
---
-title: Flex-box and spacing system
+title: Flex-box
fileSource: flex-box
-tabs: Design('box-system'), API('box-api'), Changelog('box-changelog')
+tabs: Spacing system('box-system-spacing'), API('box-system-api'), Example('box-system-code'), Changelog('box-system-changelog')
---
-**Flex-box** is a component for managing arrangement and alignment of other components and elements in the interface.
-
-## Box
-
-**Box** is a component for changing sizes of the elements or components and arranging indents between the them. By using it, you can set paddings and margins.
-
-Example below shows how to implement equal margins between form components.
-
-::: sandbox
-
-
-
-:::
-
-Example below shows how a component creates indents using dynamically generated classes. Thus, you can get this class generated into the component by passing it to `tag`.
-
-::: sandbox
-
-
-
-:::
-
-## Flex
-
-**Flex** is a component for aligning the components. It is a wrapper over CSS-flex.
-
-Example below shows how Flex component takes all properties of a Box component.
-
-::: sandbox
-
-
-
-:::
-
-## Spacing system
-
The spacing system helps maintain a vertical and horizontal rhythms in the interface. It makes the interface easier to use by reducing cognitive load. _For example, if there are different indents in the interface everywhere, the brain will try to understand this logic and thereby add a cognitive load to itself. It is wrong way._
In addition, vertical and horizontal rhythms help maintain visual hierarchy on the page, structure components and blocks according their importance to the user.
diff --git a/website/docs/layout/breakpoints/breakpoints.md b/website/docs/layout/breakpoints/breakpoints.md
index 4ddafc5d3a..71d2f26053 100644
--- a/website/docs/layout/breakpoints/breakpoints.md
+++ b/website/docs/layout/breakpoints/breakpoints.md
@@ -27,7 +27,7 @@ Here is a list of the main breakpoints we recommend using in the interfaces:
## Page layout
-Use [Grid component](/layout/grid-system/grid-system) to build a page layout. The component has an adaptive API.
+Use the [Grid component](/layout/grid-system/grid-system-layout) to build a page layout. The component has an adaptive API.
The adaptivity (css with media-queries) of components can be enabled by adding our [babel-plugin-react-semcore plugin](https://github.com/semrush/intergalactic/blob/master/tools/babel-plugin-react-semcore/README.md).
diff --git a/website/docs/layout/grid-system/grid-changelog.md b/website/docs/layout/grid-system/grid-changelog.md
deleted file mode 100644
index 814a224703..0000000000
--- a/website/docs/layout/grid-system/grid-changelog.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Grid and page layout
-fileSource: grid
-tabs: Design('grid-system'), API('grid-api'), Grid system('grid-code'), Changelog('grid-changelog')
----
-
-::: changelog grid :::
diff --git a/website/docs/layout/grid-system/grid-api.md b/website/docs/layout/grid-system/grid-system-api.md
similarity index 70%
rename from website/docs/layout/grid-system/grid-api.md
rename to website/docs/layout/grid-system/grid-system-api.md
index 2b442a4f57..2c026093bc 100644
--- a/website/docs/layout/grid-system/grid-api.md
+++ b/website/docs/layout/grid-system/grid-system-api.md
@@ -1,7 +1,7 @@
---
-title: Grid and page layout
+title: Grid
fileSource: grid
-tabs: Design('grid-system'), API('grid-api'), Grid system('grid-code'), Changelog('grid-changelog')
+tabs: Page layout('grid-system-layout'), API('grid-system-api'), Example('grid-system-code'), Changelog('grid-system-changelog')
---
## Row
diff --git a/website/docs/layout/grid-system/grid-system-changelog.md b/website/docs/layout/grid-system/grid-system-changelog.md
new file mode 100644
index 0000000000..0ade6dd877
--- /dev/null
+++ b/website/docs/layout/grid-system/grid-system-changelog.md
@@ -0,0 +1,7 @@
+---
+title: Grid
+fileSource: grid
+tabs: Page layout('grid-system-layout'), API('grid-system-api'), Example('grid-system-code'), Changelog('grid-system-changelog')
+---
+
+::: changelog grid :::
diff --git a/website/docs/layout/grid-system/grid-code.md b/website/docs/layout/grid-system/grid-system-code.md
similarity index 89%
rename from website/docs/layout/grid-system/grid-code.md
rename to website/docs/layout/grid-system/grid-system-code.md
index b59df1f93f..b73cb274a7 100644
--- a/website/docs/layout/grid-system/grid-code.md
+++ b/website/docs/layout/grid-system/grid-system-code.md
@@ -1,12 +1,10 @@
---
-title: Grid and page layout
+title: Grid
fileSource: grid
-tabs: Design('grid-system'), API('grid-api'), Grid system('grid-code'), Changelog('grid-changelog')
+tabs: Page layout('grid-system-layout'), API('grid-system-api'), Example('grid-system-code'), Changelog('grid-system-changelog')
---
-## Description
-
-It's a component for building a 12-column grid.
+`Grid` is a component for building a 12-column grid.
::: tip
In the product interface we use a 12-column grid with a fixed 24px gutter between columns. The columns stretch.
diff --git a/website/docs/layout/grid-system/grid-system.md b/website/docs/layout/grid-system/grid-system-layout.md
similarity index 96%
rename from website/docs/layout/grid-system/grid-system.md
rename to website/docs/layout/grid-system/grid-system-layout.md
index d538bb382a..e756267de8 100644
--- a/website/docs/layout/grid-system/grid-system.md
+++ b/website/docs/layout/grid-system/grid-system-layout.md
@@ -1,7 +1,7 @@
---
-title: Grid and page layout
+title: Grid
fileSource: grid
-tabs: Design('grid-system'), API('grid-api'), Grid system('grid-code'), Changelog('grid-changelog')
+tabs: Page layout('grid-system-layout'), API('grid-system-api'), Example('grid-system-code'), Changelog('grid-system-changelog')
---
## Description
diff --git a/website/docs/patterns/feedback-rating/feedback-rating-a11y.md b/website/docs/patterns/feedback-rating/feedback-rating-a11y.md
index e13466e8b3..74a2065ae7 100644
--- a/website/docs/patterns/feedback-rating/feedback-rating-a11y.md
+++ b/website/docs/patterns/feedback-rating/feedback-rating-a11y.md
@@ -29,7 +29,7 @@ FeedbackRating form pattern consists of several components that have their own a
- [Textarea](/components/textarea/textarea-a11y)
- [Input](/components/input/input-a11y)
- [Link component](/components/link/link-a11y)
-- [Feedback form](/components/feedback/feedback-form-a11y)
+- [Feedback form](/components/feedback-form/feedback-form-a11y)
- [Form](/patterns/form/form-a11y)
## Keyboard support
diff --git a/website/docs/patterns/feedback-rating/feedback-rating-code.md b/website/docs/patterns/feedback-rating/feedback-rating-code.md
index af12db6557..75a02c1453 100644
--- a/website/docs/patterns/feedback-rating/feedback-rating-code.md
+++ b/website/docs/patterns/feedback-rating/feedback-rating-code.md
@@ -4,7 +4,7 @@ fileSource: feedback-form
tabs: Design('feedback-rating'), A11y('feedback-rating-a11y'), Example('feedback-rating-code')
---
-Refer to the [Feedback component API](/components/feedback/feedback-form-api) for all the props you can use in the form pattern below.
+Refer to the [Feedback component API](/components/feedback-form/feedback-form-api) for all the props you can use in the form pattern below.
## Basic usage
diff --git a/website/docs/patterns/feedback-rating/feedback-rating.md b/website/docs/patterns/feedback-rating/feedback-rating.md
index 2eda95b16f..ffa22f9b20 100644
--- a/website/docs/patterns/feedback-rating/feedback-rating.md
+++ b/website/docs/patterns/feedback-rating/feedback-rating.md
@@ -12,7 +12,7 @@ Use it when you need to collect user's feedback after they performed specific st
This pattern is built with:
-- [Feedback form](/components/feedback/feedback).
+- [Feedback form](/components/feedback-form/feedback-form).
- [Notice](/components/notice/notice) with `info` theme and `SliderRating` that triggers modal window.
- [Modal window](/components/modal/modal) with a form for specifying feedback.
- [NoticeBubble](/components/notice-bubble/notice-bubble-code#success-notice) for providing the success state after sending the data.
diff --git a/website/docs/patterns/feedback-yes-no/feedback-yes-no-a11y.md b/website/docs/patterns/feedback-yes-no/feedback-yes-no-a11y.md
index f5eb492acc..9b974b7eda 100644
--- a/website/docs/patterns/feedback-yes-no/feedback-yes-no-a11y.md
+++ b/website/docs/patterns/feedback-yes-no/feedback-yes-no-a11y.md
@@ -8,7 +8,7 @@ FeedbackYesNo form pattern consists of several components that have their own ac
- [Notice](/components/notice/notice-a11y)
- [Button](/components/button/button-a11y)
- [Dropdown](/components/dropdown/dropdown-a11y)
-- [Feedback form](/components/feedback/feedback-form-a11y)
+- [Feedback form](/components/feedback-form/feedback-form-a11y)
- [Typography](/style/typography/typography-a11y)
## Keyboard support
diff --git a/website/docs/patterns/feedback-yes-no/feedback-yes-no-code.md b/website/docs/patterns/feedback-yes-no/feedback-yes-no-code.md
index a5d16ac607..c2019acb7d 100644
--- a/website/docs/patterns/feedback-yes-no/feedback-yes-no-code.md
+++ b/website/docs/patterns/feedback-yes-no/feedback-yes-no-code.md
@@ -4,7 +4,7 @@ fileSource: feedback-form
tabs: Design('feedback-yes-no'), A11y('feedback-yes-no-a11y'), Example('feedback-yes-no-code')
---
-Refer to [Feedback component API](/components/feedback/feedback-form-api) for the `FeedbackForm` properties.
+Refer to [Feedback component API](/components/feedback-form/feedback-form-api) for the `FeedbackForm` properties.
## Basic usage
diff --git a/website/docs/patterns/feedback-yes-no/feedback-yes-no.md b/website/docs/patterns/feedback-yes-no/feedback-yes-no.md
index a726d2c2af..630c09fe6c 100644
--- a/website/docs/patterns/feedback-yes-no/feedback-yes-no.md
+++ b/website/docs/patterns/feedback-yes-no/feedback-yes-no.md
@@ -8,7 +8,7 @@ tabs: Design('feedback-yes-no'), A11y('feedback-yes-no-a11y'), Example('feedback
**FeedbackYesNo** represents a feedback collection pattern.
-This pattern consists of [Notice](/components/notice/notice) and [Feedback form](/components/feedback/feedback). Its purpose is to introduce a new feature to the user and pose a straightforward question about the product's performance. _For instance, "Discover our new Dashboard! Is it functioning effectively for you?"_
+This pattern consists of [Notice](/components/notice/notice) and [Feedback form](/components/feedback-form/feedback-form). Its purpose is to introduce a new feature to the user and pose a straightforward question about the product's performance. _For instance, "Discover our new Dashboard! Is it functioning effectively for you?"_
## Styles
@@ -41,7 +41,7 @@ It can also be placed next to the feature for which feedback is desired.
## Form behavior
-Refer to the comprehensive behavior description of the feedback dropdown in the [Feedback](/components/feedback/feedback).
+Refer to the comprehensive behavior description of the feedback dropdown in the [Feedback](/components/feedback-form/feedback-form).
## Buttons behavior
diff --git a/website/docs/patterns/form/form.md b/website/docs/patterns/form/form.md
index 8e95505853..1b0b76e92a 100644
--- a/website/docs/patterns/form/form.md
+++ b/website/docs/patterns/form/form.md
@@ -54,7 +54,7 @@ For formatting entered values, use [InputMask](/components/input-mask/input-mask
## Margins between inputs
-The key unit in the design system is 4. All spacings between components and widgets should be multiples of this unit. Refer to the [Spacing system](/layout/box-system/box-system#spacing_system) for further information.
+The key unit in the design system is 4. All spacings between components and widgets should be multiples of this unit. Refer to the [Spacing system](/layout/box-system/box-system-spacing) for further information.
Table: Margins between inputs
diff --git a/website/docs/patterns/success-state/success-state.md b/website/docs/patterns/success-state/success-state.md
index 09af1cd592..49574af261 100644
--- a/website/docs/patterns/success-state/success-state.md
+++ b/website/docs/patterns/success-state/success-state.md
@@ -36,7 +36,7 @@ Here are some general recommendations that can help you:
* Ensure that the success message or feedback is clear, so that users can easily understand what they need to do next.
* Users should be able to close the success modal window or notice at any time โ for example, with a close button or by pressing the `Escape` key.
-For example, if a [Feedback form](/components/feedback/feedback) has been sent successfully, show the success message in the same place next to the form's trigger.
+For example, if a [Feedback form](/components/feedback-form/feedback-form) has been sent successfully, show the success message in the same place next to the form's trigger.
![](static/success-response.png)
diff --git a/website/docs/style/typography/typography.md b/website/docs/style/typography/typography.md
index a8a60c2eb5..82ceafaa2c 100644
--- a/website/docs/style/typography/typography.md
+++ b/website/docs/style/typography/typography.md
@@ -73,7 +73,7 @@ In certain cases, headings can include additional information, such as a counter
## Headings for mobile devices
-To improve readability on different screens, adjust the size of headings based on the [breakpoints](/layout/grid-system/grid-system).
+To improve readability on different screens, adjust the size of headings based on the [breakpoints](/layout/breakpoints/breakpoints).
::: tip
Only change font styles, not the markup.
diff --git a/website/docs/table-group/data-table/data-table-api.md b/website/docs/table-group/data-table/data-table-api.md
index d8acd68707..633afc5110 100644
--- a/website/docs/table-group/data-table/data-table-api.md
+++ b/website/docs/table-group/data-table/data-table-api.md
@@ -37,7 +37,7 @@ import DataTable from '@semcore/ui/data-table';
;
```
-It's a wrapper over a [Box](/layout/box-system/box-api#a3cfce) component.
+It's a wrapper over a [Box](/layout/box-system/box-system-api#box) component.
## DataTable.Row
diff --git a/website/docs/utils/neighbor-location/neighbor-location.md b/website/docs/utils/neighbor-location/neighbor-location.md
index 0242769e6f..e6859f97bf 100644
--- a/website/docs/utils/neighbor-location/neighbor-location.md
+++ b/website/docs/utils/neighbor-location/neighbor-location.md
@@ -26,8 +26,7 @@ For example, you can group together:
- [Input](/components/input/input)
- [Select](/components/select/select)
-You may also need a `flex-box` to align the components. For more information, see
-the [Flex-box and indent system](/layout/box-system/box-system).
+You may also need a `flex-box` to align the components. For more information, read [Flex-box and spacing system](/layout/box-system/box-system-spacing).
## Grouped buttons
diff --git a/website/navigation.json b/website/navigation.json
deleted file mode 100644
index f18f74a48d..0000000000
--- a/website/navigation.json
+++ /dev/null
@@ -1,3388 +0,0 @@
-[
- {
- "route": "get-started-guide",
- "hasContent": false,
- "filePath": "get-started-guide/get-started-guide.md",
- "title": "Get started",
- "children": [
- {
- "route": "get-started-guide/dev-starter-guide",
- "hasContent": true,
- "filePath": "get-started-guide/dev-starter-guide/dev-starter-guide.md",
- "title": "For developers"
- },
- {
- "route": "get-started-guide/dis-starter-guide",
- "hasContent": true,
- "filePath": "get-started-guide/dis-starter-guide/dis-starter-guide.md",
- "title": "For designers"
- },
- {
- "route": "get-started-guide/work-figma",
- "hasContent": true,
- "filePath": "get-started-guide/work-figma/work-figma.md",
- "title": "Figma libraries"
- }
- ]
- },
- {
- "route": "core-principles",
- "hasContent": false,
- "filePath": "core-principles/core-principles.md",
- "title": "Principles",
- "children": [
- {
- "route": "core-principles/a11y",
- "hasContent": true,
- "filePath": "core-principles/a11y/a11y.md",
- "title": "Accessibility",
- "children": [
- {
- "route": "core-principles/a11y/a11y-general",
- "hasContent": true,
- "filePath": "core-principles/a11y/a11y-general.md",
- "title": "Development requirements"
- },
- {
- "route": "core-principles/a11y/a11y-keyboard",
- "hasContent": true,
- "filePath": "core-principles/a11y/a11y-keyboard.md",
- "title": "Keyboard support"
- },
- {
- "route": "core-principles/a11y/a11y-design",
- "hasContent": true,
- "filePath": "core-principles/a11y/a11y-design.md",
- "title": "Design requirements"
- }
- ]
- },
- {
- "route": "core-principles/principles",
- "hasContent": true,
- "filePath": "core-principles/principles/principles.md",
- "title": "Design principles"
- },
- {
- "route": "core-principles/motion-principles-guide",
- "hasContent": true,
- "filePath": "core-principles/motion-principles-guide/motion-principles-guide.md",
- "title": "Motion"
- },
- {
- "route": "core-principles/visual-loudness-scale",
- "hasContent": true,
- "filePath": "core-principles/visual-loudness-scale/visual-loudness-scale.md",
- "title": "Visual loudness scale"
- }
- ]
- },
- {
- "route": "style",
- "hasContent": false,
- "filePath": "style/style.md",
- "title": "Style",
- "children": [
- {
- "route": "style/design-tokens",
- "hasContent": true,
- "filePath": "style/design-tokens/design-tokens.md",
- "title": "Design tokens",
- "children": [
- {
- "route": "style/design-tokens/design-tokens-usage",
- "hasContent": true,
- "filePath": "style/design-tokens/design-tokens-usage.md",
- "title": "Usage in design"
- },
- {
- "route": "style/design-tokens/design-tokens-usage-development",
- "hasContent": true,
- "filePath": "style/design-tokens/design-tokens-usage-development.md",
- "title": "Usage in development"
- },
- {
- "route": "style/design-tokens/design-tokens-code",
- "hasContent": true,
- "filePath": "style/design-tokens/design-tokens-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "style/icon",
- "hasContent": true,
- "filePath": "style/icon/icon.md",
- "title": "Icon",
- "children": [
- {
- "route": "style/icon/icon-old",
- "hasContent": true,
- "filePath": "style/icon/icon-old.md",
- "title": "Old icons"
- },
- {
- "route": "style/icon/icon-a11y",
- "hasContent": true,
- "filePath": "style/icon/icon-a11y.md",
- "title": "A11y"
- },
- {
- "route": "style/icon/icon-api",
- "hasContent": true,
- "filePath": "style/icon/icon-api.md",
- "title": "API"
- },
- {
- "route": "style/icon/icon-code",
- "hasContent": true,
- "filePath": "style/icon/icon-code.md",
- "title": "Example"
- },
- {
- "route": "style/icon/icon-changelog",
- "hasContent": true,
- "filePath": "style/icon/icon-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "style/illustration",
- "hasContent": true,
- "filePath": "style/illustration/illustration.md",
- "title": "Illustration",
- "children": [
- {
- "route": "style/illustration/illustration-a11y",
- "hasContent": true,
- "filePath": "style/illustration/illustration-a11y.md",
- "title": "A11y"
- },
- {
- "route": "style/illustration/illustration-code",
- "hasContent": true,
- "filePath": "style/illustration/illustration-code.md",
- "title": "Example"
- },
- {
- "route": "style/illustration/illustration-api",
- "hasContent": true,
- "filePath": "style/illustration/illustration-api.md",
- "title": "API"
- },
- {
- "route": "style/illustration/illustration-changelog",
- "hasContent": true,
- "filePath": "style/illustration/illustration-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "style/typography",
- "hasContent": true,
- "filePath": "style/typography/typography.md",
- "title": "Typography",
- "children": [
- {
- "route": "style/typography/typography-a11y",
- "hasContent": true,
- "filePath": "style/typography/typography-a11y.md",
- "title": "A11y"
- },
- {
- "route": "style/typography/typography-api",
- "hasContent": true,
- "filePath": "style/typography/typography-api.md",
- "title": "API"
- },
- {
- "route": "style/typography/typography-code",
- "hasContent": true,
- "filePath": "style/typography/typography-code.md",
- "title": "Example"
- },
- {
- "route": "style/typography/typography-changelog",
- "hasContent": true,
- "filePath": "style/typography/typography-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "style/css-injection",
- "hasContent": true,
- "filePath": "style/css-injection/css-injection.md",
- "title": "CSS Injection",
- "children": [
- {
- "route": "style/css-injection/css-injection-local",
- "hasContent": true,
- "filePath": "style/css-injection/css-injection-local.md",
- "title": "Local CSS Injection"
- },
- {
- "route": "style/css-injection/css-injection-global",
- "hasContent": true,
- "filePath": "style/css-injection/css-injection-global.md",
- "title": "Global CSS Injection"
- }
- ]
- }
- ]
- },
- {
- "route": "layout",
- "hasContent": false,
- "filePath": "layout/layout.md",
- "title": "Layout",
- "children": [
- {
- "route": "layout/breakpoints",
- "hasContent": true,
- "filePath": "layout/breakpoints/breakpoints.md",
- "title": "Breakpoints",
- "children": [
- {
- "route": "layout/breakpoints/breakpoints-api",
- "hasContent": true,
- "filePath": "layout/breakpoints/breakpoints-api.md",
- "title": "API"
- },
- {
- "route": "layout/breakpoints/breakpoints-code",
- "hasContent": true,
- "filePath": "layout/breakpoints/breakpoints-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "layout/grid-system",
- "hasContent": true,
- "filePath": "layout/grid-system/grid-system.md",
- "title": "Grid and page layout",
- "children": [
- {
- "route": "layout/grid-system/grid-api",
- "hasContent": true,
- "filePath": "layout/grid-system/grid-api.md",
- "title": "API"
- },
- {
- "route": "layout/grid-system/grid-code",
- "hasContent": true,
- "filePath": "layout/grid-system/grid-code.md",
- "title": "Grid system"
- },
- {
- "route": "layout/grid-system/grid-changelog",
- "hasContent": true,
- "filePath": "layout/grid-system/grid-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "layout/box-system",
- "hasContent": true,
- "filePath": "layout/box-system/box-system.md",
- "title": "Flex-box and spacing system",
- "children": [
- {
- "route": "layout/box-system/box-api",
- "hasContent": true,
- "filePath": "layout/box-system/box-api.md",
- "title": "API"
- },
- {
- "route": "layout/box-system/box-changelog",
- "hasContent": true,
- "filePath": "layout/box-system/box-changelog.md",
- "title": "Changelog"
- }
- ]
- }
- ]
- },
- {
- "route": "components",
- "hasContent": false,
- "filePath": "components/components.md",
- "title": "Components",
- "children": [
- {
- "route": "components/accordion",
- "hasContent": true,
- "filePath": "components/accordion/accordion.md",
- "title": "Accordion",
- "children": [
- {
- "route": "components/accordion/accordion-a11y",
- "hasContent": true,
- "filePath": "components/accordion/accordion-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/accordion/accordion-api",
- "hasContent": true,
- "filePath": "components/accordion/accordion-api.md",
- "title": "API"
- },
- {
- "route": "components/accordion/accordion-code",
- "hasContent": true,
- "filePath": "components/accordion/accordion-code.md",
- "title": "Example"
- },
- {
- "route": "components/accordion/accordion-changelog",
- "hasContent": true,
- "filePath": "components/accordion/accordion-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/auto-suggest",
- "hasContent": true,
- "filePath": "components/auto-suggest/auto-suggest.md",
- "title": "AutoSuggest",
- "children": [
- {
- "route": "components/auto-suggest/auto-suggest-a11y",
- "hasContent": true,
- "filePath": "components/auto-suggest/auto-suggest-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/auto-suggest/auto-suggest-code",
- "hasContent": true,
- "filePath": "components/auto-suggest/auto-suggest-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "components/badge",
- "hasContent": true,
- "filePath": "components/badge/badge.md",
- "title": "Badge",
- "children": [
- {
- "route": "components/badge/badge-a11y",
- "hasContent": true,
- "filePath": "components/badge/badge-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/badge/badge-api",
- "hasContent": true,
- "filePath": "components/badge/badge-api.md",
- "title": "API"
- },
- {
- "route": "components/badge/badge-code",
- "hasContent": true,
- "filePath": "components/badge/badge-code.md",
- "title": "Example"
- },
- {
- "route": "components/badge/badge-changelog",
- "hasContent": true,
- "filePath": "components/badge/badge-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/breadcrumbs",
- "hasContent": true,
- "filePath": "components/breadcrumbs/breadcrumbs.md",
- "title": "Breadcrumbs",
- "children": [
- {
- "route": "components/breadcrumbs/breadcrumbs-a11y",
- "hasContent": true,
- "filePath": "components/breadcrumbs/breadcrumbs-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/breadcrumbs/breadcrumbs-api",
- "hasContent": true,
- "filePath": "components/breadcrumbs/breadcrumbs-api.md",
- "title": "API"
- },
- {
- "route": "components/breadcrumbs/breadcrumbs-code",
- "hasContent": true,
- "filePath": "components/breadcrumbs/breadcrumbs-code.md",
- "title": "Example"
- },
- {
- "route": "components/breadcrumbs/breadcrumbs-changelog",
- "hasContent": true,
- "filePath": "components/breadcrumbs/breadcrumbs-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/button",
- "hasContent": true,
- "filePath": "components/button/button.md",
- "title": "Button",
- "children": [
- {
- "route": "components/button/button-a11y",
- "hasContent": true,
- "filePath": "components/button/button-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/button/button-api",
- "hasContent": true,
- "filePath": "components/button/button-api.md",
- "title": "API"
- },
- {
- "route": "components/button/button-code",
- "hasContent": true,
- "filePath": "components/button/button-code.md",
- "title": "Example"
- },
- {
- "route": "components/button/button-changelog",
- "hasContent": true,
- "filePath": "components/button/button-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/card",
- "hasContent": true,
- "filePath": "components/card/card.md",
- "title": "Card",
- "children": [
- {
- "route": "components/card/card-a11y",
- "hasContent": true,
- "filePath": "components/card/card-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/card/card-api",
- "hasContent": true,
- "filePath": "components/card/card-api.md",
- "title": "API"
- },
- {
- "route": "components/card/card-code",
- "hasContent": true,
- "filePath": "components/card/card-code.md",
- "title": "Example"
- },
- {
- "route": "components/card/card-changelog",
- "hasContent": true,
- "filePath": "components/card/card-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/carousel",
- "hasContent": true,
- "filePath": "components/carousel/carousel.md",
- "title": "Carousel",
- "children": [
- {
- "route": "components/carousel/carousel-a11y",
- "hasContent": true,
- "filePath": "components/carousel/carousel-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/carousel/carousel-api",
- "hasContent": true,
- "filePath": "components/carousel/carousel-api.md",
- "title": "API"
- },
- {
- "route": "components/carousel/carousel-code",
- "hasContent": true,
- "filePath": "components/carousel/carousel-code.md",
- "title": "Example"
- },
- {
- "route": "components/carousel/carousel-changelog",
- "hasContent": true,
- "filePath": "components/carousel/carousel-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/checkbox",
- "hasContent": true,
- "filePath": "components/checkbox/checkbox.md",
- "title": "Checkbox",
- "children": [
- {
- "route": "components/checkbox/checkbox-a11y",
- "hasContent": true,
- "filePath": "components/checkbox/checkbox-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/checkbox/checkbox-api",
- "hasContent": true,
- "filePath": "components/checkbox/checkbox-api.md",
- "title": "API"
- },
- {
- "route": "components/checkbox/checkbox-code",
- "hasContent": true,
- "filePath": "components/checkbox/checkbox-code.md",
- "title": "Example"
- },
- {
- "route": "components/checkbox/checkbox-changelog",
- "hasContent": true,
- "filePath": "components/checkbox/checkbox-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/color-picker",
- "hasContent": true,
- "filePath": "components/color-picker/color-picker.md",
- "title": "ColorPicker",
- "children": [
- {
- "route": "components/color-picker/color-picker-a11y",
- "hasContent": true,
- "filePath": "components/color-picker/color-picker-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/color-picker/color-picker-api",
- "hasContent": true,
- "filePath": "components/color-picker/color-picker-api.md",
- "title": "API"
- },
- {
- "route": "components/color-picker/color-picker-code",
- "hasContent": true,
- "filePath": "components/color-picker/color-picker-code.md",
- "title": "Example"
- },
- {
- "route": "components/color-picker/color-picker-changelog",
- "hasContent": true,
- "filePath": "components/color-picker/color-picker-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/counter",
- "hasContent": true,
- "filePath": "components/counter/counter.md",
- "title": "Counter",
- "children": [
- {
- "route": "components/counter/counter-a11y",
- "hasContent": true,
- "filePath": "components/counter/counter-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/counter/counter-api",
- "hasContent": true,
- "filePath": "components/counter/counter-api.md",
- "title": "API"
- },
- {
- "route": "components/counter/counter-code",
- "hasContent": true,
- "filePath": "components/counter/counter-code.md",
- "title": "Example"
- },
- {
- "route": "components/counter/counter-changelog",
- "hasContent": true,
- "filePath": "components/counter/counter-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/date-picker",
- "hasContent": true,
- "filePath": "components/date-picker/date-picker.md",
- "title": "DatePicker",
- "children": [
- {
- "route": "components/date-picker/date-a11y",
- "hasContent": true,
- "filePath": "components/date-picker/date-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/date-picker/date-api",
- "hasContent": true,
- "filePath": "components/date-picker/date-api.md",
- "title": "API"
- },
- {
- "route": "components/date-picker/date-code",
- "hasContent": true,
- "filePath": "components/date-picker/date-code.md",
- "title": "Example"
- },
- {
- "route": "components/date-picker/date-changelog",
- "hasContent": true,
- "filePath": "components/date-picker/date-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/divider",
- "hasContent": true,
- "filePath": "components/divider/divider.md",
- "title": "Divider",
- "children": [
- {
- "route": "components/divider/divider-a11y",
- "hasContent": true,
- "filePath": "components/divider/divider-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/divider/divider-api",
- "hasContent": true,
- "filePath": "components/divider/divider-api.md",
- "title": "API"
- },
- {
- "route": "components/divider/divider-changelog",
- "hasContent": true,
- "filePath": "components/divider/divider-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/dot",
- "hasContent": true,
- "filePath": "components/dot/dot.md",
- "title": "Dot",
- "children": [
- {
- "route": "components/dot/dot-a11y",
- "hasContent": true,
- "filePath": "components/dot/dot-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/dot/dot-api",
- "hasContent": true,
- "filePath": "components/dot/dot-api.md",
- "title": "API"
- },
- {
- "route": "components/dot/dot-code",
- "hasContent": true,
- "filePath": "components/dot/dot-code.md",
- "title": "Example"
- },
- {
- "route": "components/dot/dot-changelog",
- "hasContent": true,
- "filePath": "components/dot/dot-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/drag-and-drop",
- "hasContent": true,
- "filePath": "components/drag-and-drop/drag-and-drop.md",
- "title": "Drag and drop",
- "children": [
- {
- "route": "components/drag-and-drop/drag-and-drop-a11y",
- "hasContent": true,
- "filePath": "components/drag-and-drop/drag-and-drop-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/drag-and-drop/drag-and-drop-api",
- "hasContent": true,
- "filePath": "components/drag-and-drop/drag-and-drop-api.md",
- "title": "API"
- },
- {
- "route": "components/drag-and-drop/drag-and-drop-code",
- "hasContent": true,
- "filePath": "components/drag-and-drop/drag-and-drop-code.md",
- "title": "Example"
- },
- {
- "route": "components/drag-and-drop/drag-and-drop-changelog",
- "hasContent": true,
- "filePath": "components/drag-and-drop/drag-and-drop-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/dropdown",
- "hasContent": true,
- "filePath": "components/dropdown/dropdown.md",
- "title": "Dropdown",
- "children": [
- {
- "route": "components/dropdown/dropdown-a11y",
- "hasContent": true,
- "filePath": "components/dropdown/dropdown-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/dropdown/dropdown-api",
- "hasContent": true,
- "filePath": "components/dropdown/dropdown-api.md",
- "title": "API"
- },
- {
- "route": "components/dropdown/dropdown-code",
- "hasContent": true,
- "filePath": "components/dropdown/dropdown-code.md",
- "title": "Example"
- },
- {
- "route": "components/dropdown/dropdown-changelog",
- "hasContent": true,
- "filePath": "components/dropdown/dropdown-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/dropdown-menu",
- "hasContent": true,
- "filePath": "components/dropdown-menu/dropdown-menu.md",
- "title": "DropdownMenu",
- "children": [
- {
- "route": "components/dropdown-menu/dropdown-menu-a11y",
- "hasContent": true,
- "filePath": "components/dropdown-menu/dropdown-menu-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/dropdown-menu/dropdown-menu-api",
- "hasContent": true,
- "filePath": "components/dropdown-menu/dropdown-menu-api.md",
- "title": "API"
- },
- {
- "route": "components/dropdown-menu/dropdown-menu-code",
- "hasContent": true,
- "filePath": "components/dropdown-menu/dropdown-menu-code.md",
- "title": "Example"
- },
- {
- "route": "components/dropdown-menu/dropdown-menu-changelog",
- "hasContent": true,
- "filePath": "components/dropdown-menu/dropdown-menu-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/ellipsis",
- "hasContent": true,
- "filePath": "components/ellipsis/ellipsis.md",
- "title": "Ellipsis",
- "children": [
- {
- "route": "components/ellipsis/ellipsis-a11y",
- "hasContent": true,
- "filePath": "components/ellipsis/ellipsis-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/ellipsis/ellipsis-api",
- "hasContent": true,
- "filePath": "components/ellipsis/ellipsis-api.md",
- "title": "API"
- },
- {
- "route": "components/ellipsis/ellipsis-code",
- "hasContent": true,
- "filePath": "components/ellipsis/ellipsis-code.md",
- "title": "Example"
- },
- {
- "route": "components/ellipsis/ellipsis-changelog",
- "hasContent": true,
- "filePath": "components/ellipsis/ellipsis-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/feature-popover",
- "hasContent": true,
- "filePath": "components/feature-popover/feature-popover.md",
- "title": "FeaturePopover",
- "children": [
- {
- "route": "components/feature-popover/feature-popover-a11y",
- "hasContent": true,
- "filePath": "components/feature-popover/feature-popover-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/feature-popover/feature-popover-api",
- "hasContent": true,
- "filePath": "components/feature-popover/feature-popover-api.md",
- "title": "API"
- },
- {
- "route": "components/feature-popover/feature-popover-code",
- "hasContent": true,
- "filePath": "components/feature-popover/feature-popover-code.md",
- "title": "Example"
- },
- {
- "route": "components/feature-popover/feature-popover-changelog",
- "hasContent": true,
- "filePath": "components/feature-popover/feature-popover-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/feedback",
- "hasContent": true,
- "filePath": "components/feedback/feedback.md",
- "title": "Feedback",
- "children": [
- {
- "route": "components/feedback/feedback-form-a11y",
- "hasContent": true,
- "filePath": "components/feedback/feedback-form-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/feedback/feedback-form-api",
- "hasContent": true,
- "filePath": "components/feedback/feedback-form-api.md",
- "title": "API"
- },
- {
- "route": "components/feedback/feedback-form-code",
- "hasContent": true,
- "filePath": "components/feedback/feedback-form-code.md",
- "title": "Example"
- },
- {
- "route": "components/feedback/feedback-form-changelog",
- "hasContent": true,
- "filePath": "components/feedback/feedback-form-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/flags",
- "hasContent": true,
- "filePath": "components/flags/flags.md",
- "title": "Flags",
- "children": [
- {
- "route": "components/flags/flags-a11y",
- "hasContent": true,
- "filePath": "components/flags/flags-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/flags/flags-api",
- "hasContent": true,
- "filePath": "components/flags/flags-api.md",
- "title": "API"
- },
- {
- "route": "components/flags/flags-changelog",
- "hasContent": true,
- "filePath": "components/flags/flags-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/filter-trigger",
- "hasContent": true,
- "filePath": "components/filter-trigger/filter-trigger.md",
- "title": "FilterTrigger",
- "children": [
- {
- "route": "components/filter-trigger/filter-trigger-a11y",
- "hasContent": true,
- "filePath": "components/filter-trigger/filter-trigger-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/filter-trigger/filter-trigger-api",
- "hasContent": true,
- "filePath": "components/filter-trigger/filter-trigger-api.md",
- "title": "API"
- },
- {
- "route": "components/filter-trigger/filter-trigger-code",
- "hasContent": true,
- "filePath": "components/filter-trigger/filter-trigger-code.md",
- "title": "Example"
- },
- {
- "route": "components/filter-trigger/filter-trigger-changelog",
- "hasContent": true,
- "filePath": "components/filter-trigger/filter-trigger-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/fullscreen-modal",
- "hasContent": true,
- "filePath": "components/fullscreen-modal/fullscreen-modal.md",
- "title": "FullscreenModal",
- "children": [
- {
- "route": "components/fullscreen-modal/fullscreen-modal-a11y",
- "hasContent": true,
- "filePath": "components/fullscreen-modal/fullscreen-modal-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/fullscreen-modal/fullscreen-modal-api",
- "hasContent": true,
- "filePath": "components/fullscreen-modal/fullscreen-modal-api.md",
- "title": "API"
- },
- {
- "route": "components/fullscreen-modal/fullscreen-modal-code",
- "hasContent": true,
- "filePath": "components/fullscreen-modal/fullscreen-modal-code.md",
- "title": "Example"
- },
- {
- "route": "components/fullscreen-modal/fullscreen-modal-changelog",
- "hasContent": true,
- "filePath": "components/fullscreen-modal/fullscreen-modal-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/inline-edit",
- "hasContent": true,
- "filePath": "components/inline-edit/inline-edit.md",
- "title": "InlineEdit",
- "children": [
- {
- "route": "components/inline-edit/inline-edit-a11y",
- "hasContent": true,
- "filePath": "components/inline-edit/inline-edit-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/inline-edit/inline-edit-api",
- "hasContent": true,
- "filePath": "components/inline-edit/inline-edit-api.md",
- "title": "API"
- },
- {
- "route": "components/inline-edit/inline-edit-code",
- "hasContent": true,
- "filePath": "components/inline-edit/inline-edit-code.md",
- "title": "Example"
- },
- {
- "route": "components/inline-edit/inline-edit-changelog",
- "hasContent": true,
- "filePath": "components/inline-edit/inline-edit-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/inline-input",
- "hasContent": true,
- "filePath": "components/inline-input/inline-input.md",
- "title": "InlineInput",
- "children": [
- {
- "route": "components/inline-input/inline-input-a11y",
- "hasContent": true,
- "filePath": "components/inline-input/inline-input-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/inline-input/inline-input-api",
- "hasContent": true,
- "filePath": "components/inline-input/inline-input-api.md",
- "title": "API"
- },
- {
- "route": "components/inline-input/inline-input-code",
- "hasContent": true,
- "filePath": "components/inline-input/inline-input-code.md",
- "title": "Example"
- },
- {
- "route": "components/inline-input/inline-input-changelog",
- "hasContent": true,
- "filePath": "components/inline-input/inline-input-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/input",
- "hasContent": true,
- "filePath": "components/input/input.md",
- "title": "Input",
- "children": [
- {
- "route": "components/input/input-a11y",
- "hasContent": true,
- "filePath": "components/input/input-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/input/input-api",
- "hasContent": true,
- "filePath": "components/input/input-api.md",
- "title": "API"
- },
- {
- "route": "components/input/input-code",
- "hasContent": true,
- "filePath": "components/input/input-code.md",
- "title": "Example"
- },
- {
- "route": "components/input/input-changelog",
- "hasContent": true,
- "filePath": "components/input/input-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/input-mask",
- "hasContent": true,
- "filePath": "components/input-mask/input-mask.md",
- "title": "InputMask",
- "children": [
- {
- "route": "components/input-mask/input-mask-a11y",
- "hasContent": true,
- "filePath": "components/input-mask/input-mask-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/input-mask/input-mask-api",
- "hasContent": true,
- "filePath": "components/input-mask/input-mask-api.md",
- "title": "API"
- },
- {
- "route": "components/input-mask/input-mask-code",
- "hasContent": true,
- "filePath": "components/input-mask/input-mask-code.md",
- "title": "Example"
- },
- {
- "route": "components/input-mask/input-mask-changelog",
- "hasContent": true,
- "filePath": "components/input-mask/input-mask-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/input-number",
- "hasContent": true,
- "filePath": "components/input-number/input-number.md",
- "title": "InputNumber & InputRange",
- "children": [
- {
- "route": "components/input-number/input-number-a11y",
- "hasContent": true,
- "filePath": "components/input-number/input-number-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/input-number/input-number-api",
- "hasContent": true,
- "filePath": "components/input-number/input-number-api.md",
- "title": "API"
- },
- {
- "route": "components/input-number/input-number-code",
- "hasContent": true,
- "filePath": "components/input-number/input-number-code.md",
- "title": "Example"
- },
- {
- "route": "components/input-number/input-number-changelog",
- "hasContent": true,
- "filePath": "components/input-number/input-number-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/input-phone",
- "hasContent": true,
- "filePath": "components/input-phone/input-phone.md",
- "title": "InputPhone",
- "children": [
- {
- "route": "components/input-phone/input-phone-a11y",
- "hasContent": true,
- "filePath": "components/input-phone/input-phone-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/input-phone/input-phone-code",
- "hasContent": true,
- "filePath": "components/input-phone/input-phone-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "components/input-tags",
- "hasContent": true,
- "filePath": "components/input-tags/input-tags.md",
- "title": "InputTags",
- "children": [
- {
- "route": "components/input-tags/input-tags-a11y",
- "hasContent": true,
- "filePath": "components/input-tags/input-tags-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/input-tags/input-tags-api",
- "hasContent": true,
- "filePath": "components/input-tags/input-tags-api.md",
- "title": "API"
- },
- {
- "route": "components/input-tags/input-tags-code",
- "hasContent": true,
- "filePath": "components/input-tags/input-tags-code.md",
- "title": "Example"
- },
- {
- "route": "components/input-tags/input-tags-changelog",
- "hasContent": true,
- "filePath": "components/input-tags/input-tags-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/link",
- "hasContent": true,
- "filePath": "components/link/link.md",
- "title": "Link",
- "children": [
- {
- "route": "components/link/link-a11y",
- "hasContent": true,
- "filePath": "components/link/link-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/link/link-api",
- "hasContent": true,
- "filePath": "components/link/link-api.md",
- "title": "API"
- },
- {
- "route": "components/link/link-code",
- "hasContent": true,
- "filePath": "components/link/link-code.md",
- "title": "Example"
- },
- {
- "route": "components/link/link-changelog",
- "hasContent": true,
- "filePath": "components/link/link-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/modal",
- "hasContent": true,
- "filePath": "components/modal/modal.md",
- "title": "Modal",
- "children": [
- {
- "route": "components/modal/modal-a11y",
- "hasContent": true,
- "filePath": "components/modal/modal-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/modal/modal-api",
- "hasContent": true,
- "filePath": "components/modal/modal-api.md",
- "title": "API"
- },
- {
- "route": "components/modal/modal-code",
- "hasContent": true,
- "filePath": "components/modal/modal-code.md",
- "title": "Example"
- },
- {
- "route": "components/modal/modal-changelog",
- "hasContent": true,
- "filePath": "components/modal/modal-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/notice",
- "hasContent": true,
- "filePath": "components/notice/notice.md",
- "title": "Notice",
- "children": [
- {
- "route": "components/notice/notice-a11y",
- "hasContent": true,
- "filePath": "components/notice/notice-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/notice/notice-api",
- "hasContent": true,
- "filePath": "components/notice/notice-api.md",
- "title": "API"
- },
- {
- "route": "components/notice/notice-code",
- "hasContent": true,
- "filePath": "components/notice/notice-code.md",
- "title": "Example"
- },
- {
- "route": "components/notice/notice-changelog",
- "hasContent": true,
- "filePath": "components/notice/notice-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/notice-bubble",
- "hasContent": true,
- "filePath": "components/notice-bubble/notice-bubble.md",
- "title": "NoticeBubble",
- "children": [
- {
- "route": "components/notice-bubble/notice-bubble-a11y",
- "hasContent": true,
- "filePath": "components/notice-bubble/notice-bubble-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/notice-bubble/notice-bubble-api",
- "hasContent": true,
- "filePath": "components/notice-bubble/notice-bubble-api.md",
- "title": "API"
- },
- {
- "route": "components/notice-bubble/notice-bubble-code",
- "hasContent": true,
- "filePath": "components/notice-bubble/notice-bubble-code.md",
- "title": "Example"
- },
- {
- "route": "components/notice-bubble/notice-bubble-changelog",
- "hasContent": true,
- "filePath": "components/notice-bubble/notice-bubble-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/notice-global",
- "hasContent": true,
- "filePath": "components/notice-global/notice-global.md",
- "title": "NoticeGlobal",
- "children": [
- {
- "route": "components/notice-global/notice-global-a11y",
- "hasContent": true,
- "filePath": "components/notice-global/notice-global-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/notice-global/notice-global-api",
- "hasContent": true,
- "filePath": "components/notice-global/notice-global-api.md",
- "title": "API"
- },
- {
- "route": "components/notice-global/notice-global-code",
- "hasContent": true,
- "filePath": "components/notice-global/notice-global-code.md",
- "title": "Example"
- },
- {
- "route": "components/notice-global/notice-global-changelog",
- "hasContent": true,
- "filePath": "components/notice-global/notice-global-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/pagination",
- "hasContent": true,
- "filePath": "components/pagination/pagination.md",
- "title": "Pagination",
- "children": [
- {
- "route": "components/pagination/pagination-a11y",
- "hasContent": true,
- "filePath": "components/pagination/pagination-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/pagination/pagination-api",
- "hasContent": true,
- "filePath": "components/pagination/pagination-api.md",
- "title": "API"
- },
- {
- "route": "components/pagination/pagination-code",
- "hasContent": true,
- "filePath": "components/pagination/pagination-code.md",
- "title": "Example"
- },
- {
- "route": "components/pagination/pagination-changelog",
- "hasContent": true,
- "filePath": "components/pagination/pagination-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/pills",
- "hasContent": true,
- "filePath": "components/pills/pills.md",
- "title": "Pills",
- "children": [
- {
- "route": "components/pills/pills-a11y",
- "hasContent": true,
- "filePath": "components/pills/pills-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/pills/pills-api",
- "hasContent": true,
- "filePath": "components/pills/pills-api.md",
- "title": "API"
- },
- {
- "route": "components/pills/pills-code",
- "hasContent": true,
- "filePath": "components/pills/pills-code.md",
- "title": "Example"
- },
- {
- "route": "components/pills/pills-changelog",
- "hasContent": true,
- "filePath": "components/pills/pills-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/product-head",
- "hasContent": true,
- "filePath": "components/product-head/product-head.md",
- "title": "ProductHead",
- "children": [
- {
- "route": "components/product-head/product-head-a11y",
- "hasContent": true,
- "filePath": "components/product-head/product-head-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/product-head/product-head-api",
- "hasContent": true,
- "filePath": "components/product-head/product-head-api.md",
- "title": "API"
- },
- {
- "route": "components/product-head/product-head-code",
- "hasContent": true,
- "filePath": "components/product-head/product-head-code.md",
- "title": "Example"
- },
- {
- "route": "components/product-head/product-head-changelog",
- "hasContent": true,
- "filePath": "components/product-head/product-head-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/progress-bar",
- "hasContent": true,
- "filePath": "components/progress-bar/progress-bar.md",
- "title": "ProgressBar",
- "children": [
- {
- "route": "components/progress-bar/progress-bar-a11y",
- "hasContent": true,
- "filePath": "components/progress-bar/progress-bar-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/progress-bar/progress-bar-api",
- "hasContent": true,
- "filePath": "components/progress-bar/progress-bar-api.md",
- "title": "API"
- },
- {
- "route": "components/progress-bar/progress-bar-code",
- "hasContent": true,
- "filePath": "components/progress-bar/progress-bar-code.md",
- "title": "Example"
- },
- {
- "route": "components/progress-bar/progress-bar-changelog",
- "hasContent": true,
- "filePath": "components/progress-bar/progress-bar-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/radio",
- "hasContent": true,
- "filePath": "components/radio/radio.md",
- "title": "Radio",
- "children": [
- {
- "route": "components/radio/radio-a11y",
- "hasContent": true,
- "filePath": "components/radio/radio-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/radio/radio-api",
- "hasContent": true,
- "filePath": "components/radio/radio-api.md",
- "title": "API"
- },
- {
- "route": "components/radio/radio-code",
- "hasContent": true,
- "filePath": "components/radio/radio-code.md",
- "title": "Example"
- },
- {
- "route": "components/radio/radio-changelog",
- "hasContent": true,
- "filePath": "components/radio/radio-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/select",
- "hasContent": true,
- "filePath": "components/select/select.md",
- "title": "Select / Multiselect",
- "children": [
- {
- "route": "components/select/select-a11y",
- "hasContent": true,
- "filePath": "components/select/select-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/select/select-api",
- "hasContent": true,
- "filePath": "components/select/select-api.md",
- "title": "API"
- },
- {
- "route": "components/select/select-code",
- "hasContent": true,
- "filePath": "components/select/select-code.md",
- "title": "Example"
- },
- {
- "route": "components/select/select-changelog",
- "hasContent": true,
- "filePath": "components/select/select-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/scroll-area",
- "hasContent": true,
- "filePath": "components/scroll-area/scroll-area.md",
- "title": "ScrollArea",
- "children": [
- {
- "route": "components/scroll-area/scroll-area-a11y",
- "hasContent": true,
- "filePath": "components/scroll-area/scroll-area-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/scroll-area/scroll-area-api",
- "hasContent": true,
- "filePath": "components/scroll-area/scroll-area-api.md",
- "title": "API"
- },
- {
- "route": "components/scroll-area/scroll-area-code",
- "hasContent": true,
- "filePath": "components/scroll-area/scroll-area-code.md",
- "title": "Example"
- },
- {
- "route": "components/scroll-area/scroll-area-changelog",
- "hasContent": true,
- "filePath": "components/scroll-area/scroll-area-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/side-panel",
- "hasContent": true,
- "filePath": "components/side-panel/side-panel.md",
- "title": "SidePanel",
- "children": [
- {
- "route": "components/side-panel/side-panel-a11y",
- "hasContent": true,
- "filePath": "components/side-panel/side-panel-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/side-panel/side-panel-api",
- "hasContent": true,
- "filePath": "components/side-panel/side-panel-api.md",
- "title": "API"
- },
- {
- "route": "components/side-panel/side-panel-code",
- "hasContent": true,
- "filePath": "components/side-panel/side-panel-code.md",
- "title": "Example"
- },
- {
- "route": "components/side-panel/side-panel-changelog",
- "hasContent": true,
- "filePath": "components/side-panel/side-panel-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/skeleton",
- "hasContent": true,
- "filePath": "components/skeleton/skeleton.md",
- "title": "Skeleton",
- "children": [
- {
- "route": "components/skeleton/skeleton-a11y",
- "hasContent": true,
- "filePath": "components/skeleton/skeleton-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/skeleton/skeleton-api",
- "hasContent": true,
- "filePath": "components/skeleton/skeleton-api.md",
- "title": "API"
- },
- {
- "route": "components/skeleton/skeleton-code",
- "hasContent": true,
- "filePath": "components/skeleton/skeleton-code.md",
- "title": "Example"
- },
- {
- "route": "components/skeleton/skeleton-changelog",
- "hasContent": true,
- "filePath": "components/skeleton/skeleton-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/slider",
- "hasContent": true,
- "filePath": "components/slider/slider.md",
- "title": "Slider",
- "children": [
- {
- "route": "components/slider/slider-a11y",
- "hasContent": true,
- "filePath": "components/slider/slider-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/slider/slider-api",
- "hasContent": true,
- "filePath": "components/slider/slider-api.md",
- "title": "API"
- },
- {
- "route": "components/slider/slider-code",
- "hasContent": true,
- "filePath": "components/slider/slider-code.md",
- "title": "Example"
- },
- {
- "route": "components/slider/slider-changelog",
- "hasContent": true,
- "filePath": "components/slider/slider-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/spin",
- "hasContent": true,
- "filePath": "components/spin/spin.md",
- "title": "Spin",
- "children": [
- {
- "route": "components/spin/spin-a11y",
- "hasContent": true,
- "filePath": "components/spin/spin-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/spin/spin-api",
- "hasContent": true,
- "filePath": "components/spin/spin-api.md",
- "title": "API"
- },
- {
- "route": "components/spin/spin-changelog",
- "hasContent": true,
- "filePath": "components/spin/spin-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/spin-container",
- "hasContent": true,
- "filePath": "components/spin-container/spin-container.md",
- "title": "SpinContainer",
- "children": [
- {
- "route": "components/spin-container/spin-container-a11y",
- "hasContent": true,
- "filePath": "components/spin-container/spin-container-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/spin-container/spin-container-api",
- "hasContent": true,
- "filePath": "components/spin-container/spin-container-api.md",
- "title": "API"
- },
- {
- "route": "components/spin-container/spin-container-code",
- "hasContent": true,
- "filePath": "components/spin-container/spin-container-code.md",
- "title": "Example"
- },
- {
- "route": "components/spin-container/spin-container-changelog",
- "hasContent": true,
- "filePath": "components/spin-container/spin-container-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/sticky",
- "hasContent": true,
- "filePath": "components/sticky/sticky.md",
- "title": "Sticky",
- "children": [
- {
- "route": "components/sticky/sticky-api",
- "hasContent": true,
- "filePath": "components/sticky/sticky-api.md",
- "title": "API"
- },
- {
- "route": "components/sticky/sticky-changelog",
- "hasContent": true,
- "filePath": "components/sticky/sticky-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/switch",
- "hasContent": true,
- "filePath": "components/switch/switch.md",
- "title": "Switch",
- "children": [
- {
- "route": "components/switch/switch-a11y",
- "hasContent": true,
- "filePath": "components/switch/switch-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/switch/switch-api",
- "hasContent": true,
- "filePath": "components/switch/switch-api.md",
- "title": "API"
- },
- {
- "route": "components/switch/switch-code",
- "hasContent": true,
- "filePath": "components/switch/switch-code.md",
- "title": "Example"
- },
- {
- "route": "components/switch/switch-changelog",
- "hasContent": true,
- "filePath": "components/switch/switch-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/tab-line",
- "hasContent": true,
- "filePath": "components/tab-line/tab-line.md",
- "title": "TabLine",
- "children": [
- {
- "route": "components/tab-line/tab-line-a11y",
- "hasContent": true,
- "filePath": "components/tab-line/tab-line-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/tab-line/tab-line-api",
- "hasContent": true,
- "filePath": "components/tab-line/tab-line-api.md",
- "title": "API"
- },
- {
- "route": "components/tab-line/tab-line-code",
- "hasContent": true,
- "filePath": "components/tab-line/tab-line-code.md",
- "title": "Example"
- },
- {
- "route": "components/tab-line/tab-line-changelog",
- "hasContent": true,
- "filePath": "components/tab-line/tab-line-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/tab-panel",
- "hasContent": true,
- "filePath": "components/tab-panel/tab-panel.md",
- "title": "TabPanel",
- "children": [
- {
- "route": "components/tab-panel/tab-panel-a11y",
- "hasContent": true,
- "filePath": "components/tab-panel/tab-panel-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/tab-panel/tab-panel-api",
- "hasContent": true,
- "filePath": "components/tab-panel/tab-panel-api.md",
- "title": "API"
- },
- {
- "route": "components/tab-panel/tab-panel-code",
- "hasContent": true,
- "filePath": "components/tab-panel/tab-panel-code.md",
- "title": "Example"
- },
- {
- "route": "components/tab-panel/tab-panel-changelog",
- "hasContent": true,
- "filePath": "components/tab-panel/tab-panel-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/tag",
- "hasContent": true,
- "filePath": "components/tag/tag.md",
- "title": "Tag",
- "children": [
- {
- "route": "components/tag/tag-a11y",
- "hasContent": true,
- "filePath": "components/tag/tag-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/tag/tag-api",
- "hasContent": true,
- "filePath": "components/tag/tag-api.md",
- "title": "API"
- },
- {
- "route": "components/tag/tag-code",
- "hasContent": true,
- "filePath": "components/tag/tag-code.md",
- "title": "Example"
- },
- {
- "route": "components/tag/tag-changelog",
- "hasContent": true,
- "filePath": "components/tag/tag-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/textarea",
- "hasContent": true,
- "filePath": "components/textarea/textarea.md",
- "title": "Textarea",
- "children": [
- {
- "route": "components/textarea/textarea-a11y",
- "hasContent": true,
- "filePath": "components/textarea/textarea-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/textarea/textarea-api",
- "hasContent": true,
- "filePath": "components/textarea/textarea-api.md",
- "title": "API"
- },
- {
- "route": "components/textarea/textarea-code",
- "hasContent": true,
- "filePath": "components/textarea/textarea-code.md",
- "title": "Example"
- },
- {
- "route": "components/textarea/textarea-changelog",
- "hasContent": true,
- "filePath": "components/textarea/textarea-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/time-picker",
- "hasContent": true,
- "filePath": "components/time-picker/time-picker.md",
- "title": "TimePicker",
- "children": [
- {
- "route": "components/time-picker/time-picker-a11y",
- "hasContent": true,
- "filePath": "components/time-picker/time-picker-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/time-picker/time-picker-api",
- "hasContent": true,
- "filePath": "components/time-picker/time-picker-api.md",
- "title": "API"
- },
- {
- "route": "components/time-picker/time-picker-code",
- "hasContent": true,
- "filePath": "components/time-picker/time-picker-code.md",
- "title": "Example"
- },
- {
- "route": "components/time-picker/time-picker-changelog",
- "hasContent": true,
- "filePath": "components/time-picker/time-picker-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/tooltip",
- "hasContent": true,
- "filePath": "components/tooltip/tooltip.md",
- "title": "Tooltip",
- "children": [
- {
- "route": "components/tooltip/tooltip-a11y",
- "hasContent": true,
- "filePath": "components/tooltip/tooltip-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/tooltip/tooltip-api",
- "hasContent": true,
- "filePath": "components/tooltip/tooltip-api.md",
- "title": "API"
- },
- {
- "route": "components/tooltip/tooltip-code",
- "hasContent": true,
- "filePath": "components/tooltip/tooltip-code.md",
- "title": "Example"
- },
- {
- "route": "components/tooltip/tooltip-changelog",
- "hasContent": true,
- "filePath": "components/tooltip/tooltip-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/widget-empty",
- "hasContent": true,
- "filePath": "components/widget-empty/widget-empty.md",
- "title": "Widget empty state",
- "children": [
- {
- "route": "components/widget-empty/widget-empty-a11y",
- "hasContent": true,
- "filePath": "components/widget-empty/widget-empty-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/widget-empty/widget-empty-api",
- "hasContent": true,
- "filePath": "components/widget-empty/widget-empty-api.md",
- "title": "API"
- },
- {
- "route": "components/widget-empty/widget-empty-code",
- "hasContent": true,
- "filePath": "components/widget-empty/widget-empty-code.md",
- "title": "Example"
- },
- {
- "route": "components/widget-empty/widget-empty-changelog",
- "hasContent": true,
- "filePath": "components/widget-empty/widget-empty-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "components/wizard",
- "hasContent": true,
- "filePath": "components/wizard/wizard.md",
- "title": "Wizard",
- "children": [
- {
- "route": "components/wizard/wizard-a11y",
- "hasContent": true,
- "filePath": "components/wizard/wizard-a11y.md",
- "title": "A11y"
- },
- {
- "route": "components/wizard/wizard-api",
- "hasContent": true,
- "filePath": "components/wizard/wizard-api.md",
- "title": "API"
- },
- {
- "route": "components/wizard/wizard-code",
- "hasContent": true,
- "filePath": "components/wizard/wizard-code.md",
- "title": "Example"
- },
- {
- "route": "components/wizard/wizard-changelog",
- "hasContent": true,
- "filePath": "components/wizard/wizard-changelog.md",
- "title": "Changelog"
- }
- ]
- }
- ]
- },
- {
- "route": "data-display",
- "hasContent": false,
- "filePath": "data-display/data-display.md",
- "title": "Charts",
- "children": [
- {
- "route": "data-display/chart-showcase",
- "hasContent": true,
- "filePath": "data-display/chart-showcase/chart-showcase.md",
- "title": "Charts showcase",
- "children": [
- {
- "route": "data-display/chart-showcase/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/chart-showcase/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/d3-chart",
- "hasContent": true,
- "filePath": "data-display/d3-chart/d3-chart.md",
- "title": "D3 chart",
- "children": [
- {
- "route": "data-display/d3-chart/d3-chart-code",
- "hasContent": true,
- "filePath": "data-display/d3-chart/d3-chart-code.md",
- "title": "Concept and code",
- "children": [
- {
- "route": "data-display/d3-chart/d3-chart-api",
- "hasContent": true,
- "filePath": "data-display/d3-chart/d3-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/d3-chart/d3-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/d3-chart/d3-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/d3-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/d3-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/d3-chart/d3-chart-api",
- "hasContent": true,
- "filePath": "data-display/d3-chart/d3-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/d3-chart/d3-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/d3-chart/d3-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/d3-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/d3-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/color-palette",
- "hasContent": true,
- "filePath": "data-display/color-palette/color-palette.md",
- "title": "Color palette"
- },
- {
- "route": "data-display/chart-controls",
- "hasContent": true,
- "filePath": "data-display/chart-controls/chart-controls.md",
- "title": "Chart controls",
- "children": [
- {
- "route": "data-display/chart-controls/chart-control-code",
- "hasContent": true,
- "filePath": "data-display/chart-controls/chart-control-code.md",
- "title": "Example"
- },
- {
- "route": "data-display/chart-controls/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/chart-controls/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/chart-legend",
- "hasContent": true,
- "filePath": "data-display/chart-legend/chart-legend.md",
- "title": "Chart legend",
- "children": [
- {
- "route": "data-display/chart-legend/chart-legend-api",
- "hasContent": true,
- "filePath": "data-display/chart-legend/chart-legend-api.md",
- "title": "API"
- },
- {
- "route": "data-display/chart-legend/chart-legend-code",
- "hasContent": true,
- "filePath": "data-display/chart-legend/chart-legend-code.md",
- "title": "Example"
- },
- {
- "route": "data-display/chart-legend/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/chart-legend/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/notes",
- "hasContent": true,
- "filePath": "data-display/notes/notes.md",
- "title": "Notes module"
- },
- {
- "route": "data-display/area-chart",
- "hasContent": true,
- "filePath": "data-display/area-chart/area-chart.md",
- "title": "Area chart",
- "children": [
- {
- "route": "data-display/area-chart/area-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/area-chart/area-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/area-chart/area-chart-api",
- "hasContent": true,
- "filePath": "data-display/area-chart/area-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/area-chart/area-chart-d3-code",
- "hasContent": true,
- "filePath": "data-display/area-chart/area-chart-d3-code.md",
- "title": "Examples"
- },
- {
- "route": "data-display/area-chart/area-chart-recharts-code",
- "hasContent": true,
- "filePath": "data-display/area-chart/area-chart-recharts-code.md",
- "title": "Legacy examples"
- },
- {
- "route": "data-display/area-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/area-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/stacked-area-chart",
- "hasContent": true,
- "filePath": "data-display/stacked-area-chart/stacked-area-chart.md",
- "title": "Stacked area chart",
- "children": [
- {
- "route": "data-display/stacked-area-chart/stacked-area-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/stacked-area-chart/stacked-area-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/stacked-area-chart/stacked-area-chart-api",
- "hasContent": true,
- "filePath": "data-display/stacked-area-chart/stacked-area-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/stacked-area-chart/stacked-area-chart-d3-code",
- "hasContent": true,
- "filePath": "data-display/stacked-area-chart/stacked-area-chart-d3-code.md",
- "title": "Examples"
- },
- {
- "route": "data-display/stacked-area-chart/stacked-area-chart-recharts-code",
- "hasContent": true,
- "filePath": "data-display/stacked-area-chart/stacked-area-chart-recharts-code.md",
- "title": "Legacy examples"
- },
- {
- "route": "data-display/stacked-area-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/stacked-area-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/bar-chart",
- "hasContent": true,
- "filePath": "data-display/bar-chart/bar-chart.md",
- "title": "Bar chart",
- "children": [
- {
- "route": "data-display/bar-chart/bar-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/bar-chart/bar-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/bar-chart/bar-chart-api",
- "hasContent": true,
- "filePath": "data-display/bar-chart/bar-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/bar-chart/bar-chart-d3-code",
- "hasContent": true,
- "filePath": "data-display/bar-chart/bar-chart-d3-code.md",
- "title": "Examples"
- },
- {
- "route": "data-display/bar-chart/bar-chart-recharts-code",
- "hasContent": true,
- "filePath": "data-display/bar-chart/bar-chart-recharts-code.md",
- "title": "Legacy examples"
- },
- {
- "route": "data-display/bar-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/bar-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/stacked-bar-chart",
- "hasContent": true,
- "filePath": "data-display/stacked-bar-chart/stacked-bar-chart.md",
- "title": "Stacked bar chart",
- "children": [
- {
- "route": "data-display/stacked-bar-chart/stacked-bar-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/stacked-bar-chart/stacked-bar-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/stacked-bar-chart/stacked-bar-chart-api",
- "hasContent": true,
- "filePath": "data-display/stacked-bar-chart/stacked-bar-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/stacked-bar-chart/stacked-bar-chart-d3-code",
- "hasContent": true,
- "filePath": "data-display/stacked-bar-chart/stacked-bar-chart-d3-code.md",
- "title": "Examples"
- },
- {
- "route": "data-display/stacked-bar-chart/stacked-bar-chart-recharts-code",
- "hasContent": true,
- "filePath": "data-display/stacked-bar-chart/stacked-bar-chart-recharts-code.md",
- "title": "Legacy examples"
- },
- {
- "route": "data-display/stacked-bar-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/stacked-bar-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/bar-horizontal",
- "hasContent": true,
- "filePath": "data-display/bar-horizontal/bar-horizontal.md",
- "title": "Horizontal bar chart",
- "children": [
- {
- "route": "data-display/bar-horizontal/bar-horizontal-a11y",
- "hasContent": true,
- "filePath": "data-display/bar-horizontal/bar-horizontal-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/bar-horizontal/bar-horizontal-api",
- "hasContent": true,
- "filePath": "data-display/bar-horizontal/bar-horizontal-api.md",
- "title": "API"
- },
- {
- "route": "data-display/bar-horizontal/bar-horizontal-d3-code",
- "hasContent": true,
- "filePath": "data-display/bar-horizontal/bar-horizontal-d3-code.md",
- "title": "Examples"
- },
- {
- "route": "data-display/bar-horizontal/bar-horizontal-recharts-code",
- "hasContent": true,
- "filePath": "data-display/bar-horizontal/bar-horizontal-recharts-code.md",
- "title": "Legacy examples"
- },
- {
- "route": "data-display/bar-horizontal/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/bar-horizontal/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/stacked-horizontal-bar",
- "hasContent": true,
- "filePath": "data-display/stacked-horizontal-bar/stacked-horizontal-bar.md",
- "title": "Stacked horizontal bar chart",
- "children": [
- {
- "route": "data-display/stacked-horizontal-bar/stacked-horizontal-bar-a11y",
- "hasContent": true,
- "filePath": "data-display/stacked-horizontal-bar/stacked-horizontal-bar-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/stacked-horizontal-bar/stacked-horizontal-bar-api",
- "hasContent": true,
- "filePath": "data-display/stacked-horizontal-bar/stacked-horizontal-bar-api.md",
- "title": "API"
- },
- {
- "route": "data-display/stacked-horizontal-bar/stacked-horizontal-bar-d3-code",
- "hasContent": true,
- "filePath": "data-display/stacked-horizontal-bar/stacked-horizontal-bar-d3-code.md",
- "title": "Examples"
- },
- {
- "route": "data-display/stacked-horizontal-bar/stacked-horizontal-bar-recharts-code",
- "hasContent": true,
- "filePath": "data-display/stacked-horizontal-bar/stacked-horizontal-bar-recharts-code.md",
- "title": "Legacy examples"
- },
- {
- "route": "data-display/stacked-horizontal-bar/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/stacked-horizontal-bar/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/bubble-chart",
- "hasContent": true,
- "filePath": "data-display/bubble-chart/bubble-chart.md",
- "title": "Bubble chart",
- "children": [
- {
- "route": "data-display/bubble-chart/bubble-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/bubble-chart/bubble-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/bubble-chart/bubble-chart-api",
- "hasContent": true,
- "filePath": "data-display/bubble-chart/bubble-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/bubble-chart/bubble-chart-d3-code",
- "hasContent": true,
- "filePath": "data-display/bubble-chart/bubble-chart-d3-code.md",
- "title": "Examples"
- },
- {
- "route": "data-display/bubble-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/bubble-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/donut-chart",
- "hasContent": true,
- "filePath": "data-display/donut-chart/donut-chart.md",
- "title": "Donut / Pie chart",
- "children": [
- {
- "route": "data-display/donut-chart/donut-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/donut-chart/donut-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/donut-chart/donut-chart-api",
- "hasContent": true,
- "filePath": "data-display/donut-chart/donut-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/donut-chart/donut-chart-d3-code",
- "hasContent": true,
- "filePath": "data-display/donut-chart/donut-chart-d3-code.md",
- "title": "Examples"
- },
- {
- "route": "data-display/donut-chart/donut-chart-recharts-code",
- "hasContent": true,
- "filePath": "data-display/donut-chart/donut-chart-recharts-code.md",
- "title": "Legacy examples"
- },
- {
- "route": "data-display/donut-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/donut-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/histogram-chart",
- "hasContent": true,
- "filePath": "data-display/histogram-chart/histogram-chart.md",
- "title": "Histogram chart",
- "children": [
- {
- "route": "data-display/histogram-chart/histogram-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/histogram-chart/histogram-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/histogram-chart/histogram-chart-api",
- "hasContent": true,
- "filePath": "data-display/histogram-chart/histogram-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/histogram-chart/histogram-chart-code",
- "hasContent": true,
- "filePath": "data-display/histogram-chart/histogram-chart-code.md",
- "title": "Legacy examples"
- },
- {
- "route": "data-display/histogram-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/histogram-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/line-chart",
- "hasContent": true,
- "filePath": "data-display/line-chart/line-chart.md",
- "title": "Line chart",
- "children": [
- {
- "route": "data-display/line-chart/line-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/line-chart/line-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/line-chart/line-chart-api",
- "hasContent": true,
- "filePath": "data-display/line-chart/line-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/line-chart/line-chart-d3-code",
- "hasContent": true,
- "filePath": "data-display/line-chart/line-chart-d3-code.md",
- "title": "Examples"
- },
- {
- "route": "data-display/line-chart/line-chart-recharts-code",
- "hasContent": true,
- "filePath": "data-display/line-chart/line-chart-recharts-code.md",
- "title": "Legacy examples"
- },
- {
- "route": "data-display/line-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/line-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/radar-chart",
- "hasContent": true,
- "filePath": "data-display/radar-chart/radar-chart.md",
- "title": "Radar chart",
- "children": [
- {
- "route": "data-display/radar-chart/radar-chart-api",
- "hasContent": true,
- "filePath": "data-display/radar-chart/radar-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/radar-chart/radar-chart-code",
- "hasContent": true,
- "filePath": "data-display/radar-chart/radar-chart-code.md",
- "title": "Examples"
- }
- ]
- },
- {
- "route": "data-display/radial-tree-chart",
- "hasContent": true,
- "filePath": "data-display/radial-tree-chart/radial-tree-chart.md",
- "title": "Radial Tree chart",
- "children": [
- {
- "route": "data-display/radial-tree-chart/radial-tree-chart-api",
- "hasContent": true,
- "filePath": "data-display/radial-tree-chart/radial-tree-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/radial-tree-chart/radial-tree-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/radial-tree-chart/radial-tree-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/radial-tree-chart/radial-tree-chart-d3-examples",
- "hasContent": true,
- "filePath": "data-display/radial-tree-chart/radial-tree-chart-d3-examples.md",
- "title": "Examples"
- },
- {
- "route": "data-display/radial-tree-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/radial-tree-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/scatterplot-chart",
- "hasContent": true,
- "filePath": "data-display/scatterplot-chart/scatterplot-chart.md",
- "title": "Scatterplot chart",
- "children": [
- {
- "route": "data-display/scatterplot-chart/scatterplot-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/scatterplot-chart/scatterplot-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/scatterplot-chart/scatterplot-chart-api",
- "hasContent": true,
- "filePath": "data-display/scatterplot-chart/scatterplot-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/scatterplot-chart/scatterplot-chart-d3-code",
- "hasContent": true,
- "filePath": "data-display/scatterplot-chart/scatterplot-chart-d3-code.md",
- "title": "Examples"
- },
- {
- "route": "data-display/scatterplot-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/scatterplot-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/venn-chart",
- "hasContent": true,
- "filePath": "data-display/venn-chart/venn-chart.md",
- "title": "Venn chart",
- "children": [
- {
- "route": "data-display/venn-chart/venn-chart-a11y",
- "hasContent": true,
- "filePath": "data-display/venn-chart/venn-chart-a11y.md",
- "title": "A11y"
- },
- {
- "route": "data-display/venn-chart/venn-chart-api",
- "hasContent": true,
- "filePath": "data-display/venn-chart/venn-chart-api.md",
- "title": "API"
- },
- {
- "route": "data-display/venn-chart/venn-chart-d3-code",
- "hasContent": true,
- "filePath": "data-display/venn-chart/venn-chart-d3-code.md",
- "title": "Examples"
- },
- {
- "route": "data-display/venn-chart/venn-chart-recharts-code",
- "hasContent": true,
- "filePath": "data-display/venn-chart/venn-chart-recharts-code.md",
- "title": "Legacy examples"
- },
- {
- "route": "data-display/venn-chart/d3-chart-changelog",
- "hasContent": true,
- "filePath": "data-display/venn-chart/d3-chart-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "data-display/alluvial-chart",
- "hasContent": true,
- "filePath": "data-display/alluvial-chart/alluvial-chart.md",
- "title": "Alluvial chart"
- },
- {
- "route": "data-display/choropleth-map",
- "hasContent": true,
- "filePath": "data-display/choropleth-map/choropleth-map.md",
- "title": "Choropleth map"
- },
- {
- "route": "data-display/funnel-chart",
- "hasContent": true,
- "filePath": "data-display/funnel-chart/funnel-chart.md",
- "title": "Funnel chart"
- },
- {
- "route": "data-display/heatmap",
- "hasContent": true,
- "filePath": "data-display/heatmap/heatmap.md",
- "title": "Heatmap"
- },
- {
- "route": "data-display/kagi-chart",
- "hasContent": true,
- "filePath": "data-display/kagi-chart/kagi-chart.md",
- "title": "Kagi chart"
- },
- {
- "route": "data-display/lollipop-chart",
- "hasContent": true,
- "filePath": "data-display/lollipop-chart/lollipop-chart.md",
- "title": "Lollipop chart"
- },
- {
- "route": "data-display/polar-chart",
- "hasContent": true,
- "filePath": "data-display/polar-chart/polar-chart.md",
- "title": "Polar chart"
- },
- {
- "route": "data-display/quadrant-chart",
- "hasContent": true,
- "filePath": "data-display/quadrant-chart/quadrant-chart.md",
- "title": "Quadrant chart"
- }
- ]
- },
- {
- "route": "table-group",
- "hasContent": false,
- "filePath": "table-group/table-group.md",
- "title": "Table",
- "children": [
- {
- "route": "table-group/table-showcase",
- "hasContent": true,
- "filePath": "table-group/table-showcase/table-showcase.md",
- "title": "Table showcase"
- },
- {
- "route": "table-group/table",
- "hasContent": true,
- "filePath": "table-group/data-table/data-table.md",
- "title": "Table principles",
- "children": [
- {
- "route": "table-group/data-table/data-table-a11y",
- "hasContent": true,
- "filePath": "table-group/data-table/data-table-a11y.md",
- "title": "A11y"
- },
- {
- "route": "table-group/data-table/data-table-code",
- "hasContent": true,
- "filePath": "table-group/data-table/data-table-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "table-group/data-table",
- "hasContent": true,
- "filePath": "table-group/data-table/data-table.md",
- "title": "DataTable code and API",
- "children": [
- {
- "route": "table-group/data-table/data-table-api",
- "hasContent": true,
- "filePath": "table-group/data-table/data-table-api.md",
- "title": "API"
- },
- {
- "route": "table-group/data-table/data-table-changelog",
- "hasContent": true,
- "filePath": "table-group/data-table/data-table-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "table-group/table-old",
- "hasContent": true,
- "filePath": "table-group/table-old/table-old.md",
- "title": "Table code and API",
- "children": [
- {
- "route": "table-group/table-old/table-old-api",
- "hasContent": true,
- "filePath": "table-group/table-old/table-old-api.md",
- "title": "API"
- },
- {
- "route": "table-group/table-old/table-old-changelog",
- "hasContent": true,
- "filePath": "table-group/table-old/table-old-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "table-group/table-primary",
- "hasContent": true,
- "filePath": "table-group/table-primary/table-primary.md",
- "title": "Primary table",
- "children": [
- {
- "route": "table-group/table-primary/table-primary-code",
- "hasContent": true,
- "filePath": "table-group/table-primary/table-primary-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "table-group/table-secondary",
- "hasContent": true,
- "filePath": "table-group/table-secondary/table-secondary.md",
- "title": "Secondary table",
- "children": [
- {
- "route": "table-group/table-secondary/table-secondary-code",
- "hasContent": true,
- "filePath": "table-group/table-secondary/table-secondary-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "table-group/table-controls",
- "hasContent": true,
- "filePath": "table-group/table-controls/table-controls.md",
- "title": "Table controls"
- },
- {
- "route": "table-group/table-states",
- "hasContent": true,
- "filePath": "table-group/table-states/table-states.md",
- "title": "Table states"
- }
- ]
- },
- {
- "route": "filter-group",
- "hasContent": false,
- "filePath": "filter-group/filter-group.md",
- "title": "Filters",
- "children": [
- {
- "route": "filter-group/filter-rules",
- "hasContent": true,
- "filePath": "filter-group/filter-rules/filter-rules.md",
- "title": "Filter common rules"
- },
- {
- "route": "filter-group/advanced-filters",
- "hasContent": true,
- "filePath": "filter-group/advanced-filters/advanced-filters.md",
- "title": "Advanced filters",
- "children": [
- {
- "route": "filter-group/advanced-filters/advanced-filters-code",
- "hasContent": true,
- "filePath": "filter-group/advanced-filters/advanced-filters-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "filter-group/filter-category",
- "hasContent": true,
- "filePath": "filter-group/filter-category/filter-category.md",
- "title": "Category"
- },
- {
- "route": "filter-group/filter-cp-cd-cpc",
- "hasContent": true,
- "filePath": "filter-group/filter-cp-cd-cpc/filter-cp-cd-cpc.md",
- "title": "Click Potential, Competitive Density, CPC",
- "children": [
- {
- "route": "filter-group/filter-cp-cd-cpc/filter-cp-cd-cpc-code",
- "hasContent": true,
- "filePath": "filter-group/filter-cp-cd-cpc/filter-cp-cd-cpc-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "filter-group/filter-include-exclude",
- "hasContent": true,
- "filePath": "filter-group/filter-include-exclude/filter-include-exclude.md",
- "title": "Include/Exclude keywords",
- "children": [
- {
- "route": "filter-group/filter-include-exclude/filter-include-exclude-code",
- "hasContent": true,
- "filePath": "filter-group/filter-include-exclude/filter-include-exclude-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "filter-group/filter-kd-positions-volume",
- "hasContent": true,
- "filePath": "filter-group/filter-kd-positions-volume/filter-kd-positions-volume.md",
- "title": "Keyword Difficulty, Positions, Volume",
- "children": [
- {
- "route": "filter-group/filter-kd-positions-volume/filter-kd-position-volume-code",
- "hasContent": true,
- "filePath": "filter-group/filter-kd-positions-volume/filter-kd-position-volume-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "filter-group/filter-search",
- "hasContent": true,
- "filePath": "filter-group/filter-search/filter-search.md",
- "title": "Filter Search",
- "children": [
- {
- "route": "filter-group/filter-search/filter-search-code",
- "hasContent": true,
- "filePath": "filter-group/filter-search/filter-search-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "filter-group/filter-serp-features",
- "hasContent": true,
- "filePath": "filter-group/filter-serp-features/filter-serp-features.md",
- "title": "SERP Features"
- },
- {
- "route": "filter-group/filter-tags",
- "hasContent": true,
- "filePath": "filter-group/filter-tags/filter-tags.md",
- "title": "Tags"
- }
- ]
- },
- {
- "route": "patterns",
- "hasContent": false,
- "filePath": "patterns/patterns.md",
- "title": "UX patterns",
- "children": [
- {
- "route": "patterns/modal-content",
- "hasContent": true,
- "filePath": "patterns/modal-content/modal-content.md",
- "title": "Content in modal window"
- },
- {
- "route": "patterns/confirm-dialog",
- "hasContent": true,
- "filePath": "patterns/confirm-dialog/confirm-dialog.md",
- "title": "Confirmation modal dialog",
- "children": [
- {
- "route": "patterns/confirm-dialog/confirm-dialog-code",
- "hasContent": true,
- "filePath": "patterns/confirm-dialog/confirm-dialog-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "patterns/empty-page",
- "hasContent": true,
- "filePath": "patterns/empty-page/empty-page.md",
- "title": "Empty page"
- },
- {
- "route": "patterns/global-errors",
- "hasContent": true,
- "filePath": "patterns/global-errors/global-errors.md",
- "title": "Error message",
- "children": [
- {
- "route": "patterns/global-errors/global-errors-a11y",
- "hasContent": true,
- "filePath": "patterns/global-errors/global-errors-a11y.md",
- "title": "A11y"
- },
- {
- "route": "patterns/global-errors/global-errors-api",
- "hasContent": true,
- "filePath": "patterns/global-errors/global-errors-api.md",
- "title": "API"
- },
- {
- "route": "patterns/global-errors/global-errors-code",
- "hasContent": true,
- "filePath": "patterns/global-errors/global-errors-code.md",
- "title": "Example"
- },
- {
- "route": "patterns/global-errors/global-errors-changelog",
- "hasContent": true,
- "filePath": "patterns/global-errors/global-errors-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "patterns/export",
- "hasContent": true,
- "filePath": "patterns/export/export.md",
- "title": "Export"
- },
- {
- "route": "patterns/feedback-yes-no",
- "hasContent": true,
- "filePath": "patterns/feedback-yes-no/feedback-yes-no.md",
- "title": "FeedbackYesNo",
- "children": [
- {
- "route": "patterns/feedback-yes-no/feedback-yes-no-a11y",
- "hasContent": true,
- "filePath": "patterns/feedback-yes-no/feedback-yes-no-a11y.md",
- "title": "A11y"
- },
- {
- "route": "patterns/feedback-yes-no/feedback-yes-no-code",
- "hasContent": true,
- "filePath": "patterns/feedback-yes-no/feedback-yes-no-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "patterns/form",
- "hasContent": true,
- "filePath": "patterns/form/form.md",
- "title": "Form",
- "children": [
- {
- "route": "patterns/form/form-a11y",
- "hasContent": true,
- "filePath": "patterns/form/form-a11y.md",
- "title": "A11y"
- },
- {
- "route": "patterns/form/form-code",
- "hasContent": true,
- "filePath": "patterns/form/form-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "patterns/informer",
- "hasContent": true,
- "filePath": "patterns/informer/informer.md",
- "title": "Informer",
- "children": [
- {
- "route": "patterns/informer/informer-code",
- "hasContent": true,
- "filePath": "patterns/informer/informer-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "patterns/links-order",
- "hasContent": true,
- "filePath": "patterns/links-order/links-order.md",
- "title": "Links order in ProductHead"
- },
- {
- "route": "patterns/loading-states",
- "hasContent": true,
- "filePath": "patterns/loading-states/loading-states.md",
- "title": "Loading states"
- },
- {
- "route": "patterns/project-create",
- "hasContent": true,
- "filePath": "patterns/project-create/project-create.md",
- "title": "ProjectCreate"
- },
- {
- "route": "patterns/project-select",
- "hasContent": true,
- "filePath": "patterns/project-select/project-select.md",
- "title": "ProjectSelect"
- },
- {
- "route": "patterns/success-state",
- "hasContent": true,
- "filePath": "patterns/success-state/success-state.md",
- "title": "Success state"
- },
- {
- "route": "patterns/summary",
- "hasContent": true,
- "filePath": "patterns/summary/summary.md",
- "title": "Summary",
- "children": [
- {
- "route": "patterns/summary/summary-code",
- "hasContent": true,
- "filePath": "patterns/summary/summary-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "patterns/validation-form",
- "hasContent": true,
- "filePath": "patterns/validation-form/validation-form.md",
- "title": "Validation",
- "children": [
- {
- "route": "patterns/validation-form/validation-form-a11y",
- "hasContent": true,
- "filePath": "patterns/validation-form/validation-form-a11y.md",
- "title": "A11y"
- },
- {
- "route": "patterns/validation-form/validation-form-code",
- "hasContent": true,
- "filePath": "patterns/validation-form/validation-form-code.md",
- "title": "Example"
- }
- ]
- },
- {
- "route": "patterns/web-performance",
- "hasContent": true,
- "filePath": "patterns/web-performance/web-performance.md",
- "title": "Web-performance"
- }
- ]
- },
- {
- "route": "product-emails",
- "hasContent": false,
- "filePath": "product-emails/product-emails.md",
- "title": "Product emails",
- "children": [
- {
- "route": "product-emails/grid-email",
- "hasContent": true,
- "filePath": "product-emails/grid-email/grid-email.md",
- "title": "Email templates & grid",
- "children": [
- {
- "route": "product-emails/grid-email/grid-email-code",
- "hasContent": true,
- "filePath": "product-emails/grid-email/grid-email-code.md",
- "title": "Email grid"
- },
- {
- "route": "product-emails/grid-email/grid-email-readme",
- "hasContent": true,
- "filePath": "product-emails/grid-email/grid-email-readme.md",
- "title": "Readme"
- },
- {
- "route": "product-emails/grid-email/grid-email-changelog",
- "hasContent": true,
- "filePath": "product-emails/grid-email/grid-email-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "product-emails/core-email",
- "hasContent": true,
- "filePath": "product-emails/core-email/core-email.md",
- "title": "Core email colors"
- },
- {
- "route": "product-emails/button-email",
- "hasContent": true,
- "filePath": "product-emails/button-email/button-email.md",
- "title": "Email button"
- },
- {
- "route": "product-emails/badge-email",
- "hasContent": true,
- "filePath": "product-emails/badge-email/badge-email.md",
- "title": "Email badge and tag"
- },
- {
- "route": "product-emails/divider-email",
- "hasContent": true,
- "filePath": "product-emails/divider-email/divider-email.md",
- "title": "Divider for emails"
- },
- {
- "route": "product-emails/typography-email",
- "hasContent": true,
- "filePath": "product-emails/typography-email/typography-email.md",
- "title": "Email typography"
- },
- {
- "route": "product-emails/table-email",
- "hasContent": true,
- "filePath": "product-emails/table-email/table-email.md",
- "title": "Email table"
- },
- {
- "route": "product-emails/notice-email",
- "hasContent": true,
- "filePath": "product-emails/notice-email/notice-email.md",
- "title": "Email notice"
- },
- {
- "route": "product-emails/summary-email",
- "hasContent": true,
- "filePath": "product-emails/summary-email/summary-email.md",
- "title": "Email summary"
- }
- ]
- },
- {
- "route": "utils",
- "hasContent": false,
- "filePath": "utils/utils.md",
- "title": "Utils ๐ ",
- "children": [
- {
- "route": "utils/code-mod",
- "hasContent": true,
- "filePath": "utils/code-mod/code-mod.md",
- "title": "Codemod",
- "children": [
- {
- "route": "utils/code-mod/code-mod-changelog",
- "hasContent": true,
- "filePath": "utils/code-mod/code-mod-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "utils/neighbor-location",
- "hasContent": true,
- "filePath": "utils/neighbor-location/neighbor-location.md",
- "title": "NeighborLocation",
- "children": [
- {
- "route": "utils/neighbor-location/neighbor-location-api",
- "hasContent": true,
- "filePath": "utils/neighbor-location/neighbor-location-api.md",
- "title": "API"
- },
- {
- "route": "utils/neighbor-location/neighbor-location-changelog",
- "hasContent": true,
- "filePath": "utils/neighbor-location/neighbor-location-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "utils/popper",
- "hasContent": true,
- "filePath": "utils/popper/popper.md",
- "title": "Popper",
- "children": [
- {
- "route": "utils/popper/popper-api",
- "hasContent": true,
- "filePath": "utils/popper/popper-api.md",
- "title": "API"
- },
- {
- "route": "utils/popper/popper-changelog",
- "hasContent": true,
- "filePath": "utils/popper/popper-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "utils/portal",
- "hasContent": true,
- "filePath": "utils/portal/portal.md",
- "title": "Portal",
- "children": [
- {
- "route": "utils/portal/portal-api",
- "hasContent": true,
- "filePath": "utils/portal/portal-api.md",
- "title": "API"
- },
- {
- "route": "utils/portal/portal-changelog",
- "hasContent": true,
- "filePath": "utils/portal/portal-changelog.md",
- "title": "Changelog"
- }
- ]
- },
- {
- "route": "utils/i18n",
- "hasContent": true,
- "filePath": "utils/i18n/i18n.md",
- "title": "i18n"
- }
- ]
- },
- {
- "route": "internal",
- "hasContent": false,
- "filePath": "internal/internal.md",
- "title": "Docs",
- "children": [
- {
- "route": "internal/production",
- "hasContent": true,
- "filePath": "internal/production.md",
- "title": "For production"
- },
- {
- "route": "internal/release",
- "hasContent": true,
- "filePath": "internal/release/release.md",
- "title": "Changelogs",
- "children": [
- {
- "route": "internal/release/release-about",
- "hasContent": true,
- "filePath": "internal/release/release-about.md",
- "title": "About"
- }
- ]
- },
- {
- "route": "internal/migration-guide",
- "hasContent": true,
- "filePath": "internal/migration-guide.md",
- "title": "Migration guide (RU)"
- },
- {
- "route": "internal/roadmap",
- "hasContent": true,
- "filePath": "internal/roadmap/roadmap.md",
- "title": "Roadmap"
- },
- {
- "route": "internal/extension",
- "hasContent": true,
- "filePath": "internal/extension/extension.md",
- "title": "Chrome extension"
- }
- ]
- },
- {
- "route": "bug-reporting",
- "hasContent": false,
- "filePath": "bug-reporting/bug-reporting.md",
- "title": "Bugs and requests",
- "children": [
- {
- "route": "bug-reporting/report-bug",
- "hasContent": true,
- "filePath": "bug-reporting/report-bug/report-bug.md",
- "title": "Bug reporting"
- }
- ]
- },
- {
- "route": "terms",
- "hasContent": false,
- "filePath": "terms/terms.md",
- "title": "Terms",
- "children": [
- {
- "route": "terms/privacy",
- "hasContent": true,
- "filePath": "terms/privacy/privacy.md",
- "title": "Privacy Policy"
- },
- {
- "route": "terms/terms-of-use",
- "hasContent": true,
- "filePath": "terms/terms-of-use/terms-of-use.md",
- "title": "Terms of Use"
- }
- ]
- }
-]