docs: added documentation pages for experimental features (#5671)
* docs: added documentation pages for experimental features * fix content lint issues * fixed lint errors * added migration step * added workflows introduction * add installation guides * added installation guides for modules + generated workflows reference * added missing workflows reference link * Added warning message for experimental features * fix note
This commit is contained in:
@@ -282,6 +282,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||
@apply bg-medusa-bg-highlight;
|
||||
}
|
||||
|
||||
.prism-code *::selection, .code-header::selection {
|
||||
.prism-code *::selection, .code-header *::selection {
|
||||
@apply bg-medusa-code-text-highlight;
|
||||
}
|
||||
@@ -153,15 +153,4 @@
|
||||
|
||||
.theme-doc-sidebar-item-link {
|
||||
@apply flex items-center;
|
||||
}
|
||||
|
||||
/** Redocly sidebar **/
|
||||
|
||||
.redocusaurus .menu-content > div > ul > li > ul label:not([type=tag]):not(.active) {
|
||||
@apply text-medusa-fg-subtle;
|
||||
@apply hover:text-medusa-fg-base;
|
||||
}
|
||||
|
||||
.redocusaurus .menu-content > div > ul > li > ul label:not([type=tag]).active {
|
||||
@apply text-medusa-fg-base;
|
||||
}
|
||||
@@ -38,6 +38,10 @@
|
||||
.sidebar-group-headline:not(.theme-doc-sidebar-item-category-level-1) {
|
||||
@apply mb-[6px];
|
||||
}
|
||||
|
||||
.sidebar-group-headline > .menu__link {
|
||||
@apply text-medusa-fg-base;
|
||||
}
|
||||
|
||||
.sidebar-group-headline > .menu__list-item-collapsible > .menu__link {
|
||||
@apply text-medusa-fg-base !p-0;
|
||||
|
||||
Reference in New Issue
Block a user