Skip to content

Commit

Permalink
chore: docs updates (#9225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Jun 14, 2024
1 parent 834034d commit eef0ffb
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 14 deletions.
8 changes: 6 additions & 2 deletions packages/website/docs/_components_pages/ai/Button.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
sidebar_class_name: newComponentBadge expComponentBadge
---

import Basic from "../../_samples/ai/Button/Basic/Basic.md";


:::info
The **@ui5/webcomponents-ai** package is under development and to meant for usage yet.
The AI components and the samples are with demo purpose only.
The **@ui5/webcomponents-ai** package is under development and considered experimental - components' APIs are subject to change.
:::



<%COMPONENT_OVERVIEW%>

## Basic Sample
Expand Down
7 changes: 5 additions & 2 deletions packages/website/docs/_components_pages/ai/PromptInput.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
sidebar_class_name: newComponentBadge expComponentBadge
---

import Basic from "../../_samples/ai/PromptInput/Basic/Basic.md";


:::info
The **@ui5/webcomponents-ai** package is under development and to meant for usage yet.
The AI components and the samples are with demo purpose only.
The **@ui5/webcomponents-ai** package is under development and considered experimental - components' APIs are subject to change.
:::


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ import StickyHeader from "../../../_samples/compat/Table/StickyHeader/StickyHead

:::info
The **@ui5/webcomponents-compat** package is introduced since 2.0 and includes the Table web component
that was previously part of the main **@ui5/webcomponents** package in version 1.24.
There will be brand new Table web component in **@ui5/webcomponents** implementation, the current one is kept for compatibility.
that was previously part of the main **@ui5/webcomponents** package in version 1.x.
It has been replaced by brand new Table web component implementation, availabe since 2.0 in **@ui5/webcomponents** package.
The current one, in **@ui5/webcomponents-compat**, is kept for compatibility.
:::

<%COMPONENT_OVERVIEW%>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
slug: ../../FormGroup
sidebar_class_name: newComponentBadge expComponentBadge
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
slug: ../../FormItem
sidebar_class_name: newComponentBadge expComponentBadge
---

:::info
Expand Down
8 changes: 6 additions & 2 deletions packages/website/docs/_components_pages/main/Table/Table.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: ../../Table
sidebar_class_name: newComponentBadge
sidebar_class_name: newComponentBadge expComponentBadge
---

import Basic from "../../../_samples/main/Table/Basic/Basic.md";
Expand All @@ -12,7 +12,11 @@ import NoDataSlot from "../../../_samples/main/Table/NoDataSlot/NoDataSlot.md";
import Interactive from "../../../_samples/main/Table/Interactive/Interactive.md";

:::info
This web component is available since 2.0 with an experimental flag and its API and behavior are subject to change.
This Table web component is available since 2.0 and has been newly implemented to provide better screen reader and keyboard handling support.
Currently, it's considered experimental as its API is subject to change.
This Table replaces the previous Table web component, that has been part of **@ui5/webcomponents** version 1.x.
For compatibility reasons, we moved the previous Tabple implementation to the **@ui5/webcomponents-compat** package
and will be maintained until the new Table is experimental.
:::

<%COMPONENT_OVERVIEW%>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: ../../TableCell
sidebar_class_name: newComponentBadge
sidebar_class_name: newComponentBadge expComponentBadge
---

:::info
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: ../../TableGrowing
sidebar_class_name: newComponentBadge
sidebar_class_name: newComponentBadge expComponentBadge
---

import Growing from "../../../_samples/main/Table/Growing/Growing.md";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: ../../TableHeaderCell
sidebar_class_name: newComponentBadge
sidebar_class_name: newComponentBadge expComponentBadge
---

import Popin from "../../../_samples/main/Table/Popin/Popin.md";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: ../../TableHeaderRow
sidebar_class_name: newComponentBadge
sidebar_class_name: newComponentBadge expComponentBadge
---

import StickyHeader from "../../../_samples/main/Table/StickyHeader/StickyHeader.md";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: ../../TableRow
sidebar_class_name: newComponentBadge
sidebar_class_name: newComponentBadge expComponentBadge
---

import Interactive from "../../../_samples/main/Table/Interactive/Interactive.md";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: ../../TableSelection
sidebar_class_name: newComponentBadge
sidebar_class_name: newComponentBadge expComponentBadge
---

import Selection from "../../../_samples/main/Table/Selection/Selection.md";
Expand Down
5 changes: 5 additions & 0 deletions packages/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ code {
margin: 0 auto;
}

/* Make top level menu items bold (main,fiori,etc.) */
.theme-doc-sidebar-item-category-level-1.menu__list-item > .menu__list-item-collapsible > a[href*="components"] {
font-weight: bold;
}

@media (max-width: 996px) {
.navbar__title {
font-size: 0.875rem;
Expand Down

0 comments on commit eef0ffb

Please sign in to comment.