From fb2cc654db3dc59acfe709ea2c3e84471e49a7ca Mon Sep 17 00:00:00 2001 From: GerardasB <10091419+GerardasB@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:51:29 +0200 Subject: [PATCH 1/2] Update outdated links. --- docs/storybook/src/Introduction.mdx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/storybook/src/Introduction.mdx b/docs/storybook/src/Introduction.mdx index 8900cb7e1b2..2ba086723f8 100644 --- a/docs/storybook/src/Introduction.mdx +++ b/docs/storybook/src/Introduction.mdx @@ -107,11 +107,7 @@ For a quick-start approach to creating an iTwin.js app with App UI, see [Quick S Configure, customize, and extend - + direction Documentation @@ -131,7 +127,7 @@ For a quick-start approach to creating an iTwin.js app with App UI, see [Quick S flow From 38ff8d62511d7f6031e9da2e512634a8b3ae305b Mon Sep 17 00:00:00 2001 From: GerardasB <10091419+GerardasB@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:51:44 +0200 Subject: [PATCH 2/2] Introduction.mdx as landing page. --- docs/storybook/.storybook/preview.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/storybook/.storybook/preview.ts b/docs/storybook/.storybook/preview.ts index ef7d062f347..dca75397f74 100644 --- a/docs/storybook/.storybook/preview.ts +++ b/docs/storybook/.storybook/preview.ts @@ -31,6 +31,7 @@ const preview: Preview = { options: { storySort: { order: [ + "Introduction", "Components", "Frontstage", "Widget",