Skip to content

Commit

Permalink
Updated order on frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jun 14, 2024
1 parent 882a76f commit c4a4404
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/get-started/frameworks/angular.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Storybook for Angular
sidebar:
order: 1
title: Angular
---

Storybook for Angular is a [framework](../contribute/framework.md) that makes it easy to develop and test UI components in isolation for [Angular](https://angular.io/) applications. It includes:
Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/frameworks/nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Storybook for Next.js
sidebar:
order: 2
title: Next.js
---

Storybook for Next.js is a [framework](../contribute/framework.md) that makes it easy to develop and test UI components in isolation for [Next.js](https://nextjs.org/) applications. It includes:
Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/frameworks/react-vite.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Storybook for React & Vite
sidebar:
order: 3
title: React & Vite
---

Storybook for React & Vite is a [framework](../contribute/framework.md) that makes it easy to develop and test UI components in isolation for [React](https://react.dev/) applications built with [Vite](https://vitejs.dev/). It includes:
Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/frameworks/react-webpack5.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Storybook for React & Webpack
sidebar:
order: 4
title: React & Webpack
---

Storybook for React & Webpack is a [framework](../contribute/framework.md) that makes it easy to develop and test UI components in isolation for [React](https://react.dev/) applications built with [Webpack](https://webpack.js.org/).
Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/frameworks/svelte-vite.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Storybook for Svelte & Vite
sidebar:
order: 6
title: Svelte & Vite
---

Storybook for Svelte & Vite is a [framework](../contribute/framework.md) that makes it easy to develop and test UI components in isolation for applications using [Svelte](https://svelte.dev/) built with [Vite](https://vitejs.dev/).
Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/frameworks/svelte-webpack5.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Storybook for Svelte & Webpack
sidebar:
order: 7
title: Svelte & Webpack
---

Storybook for Svelte & Webpack is a [framework](../contribute/framework.md) that makes it easy to develop and test UI components in isolation for applications using [Svelte](https://svelte.dev/) built with [Webpack](https://webpack.js.org/).
Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/frameworks/sveltekit.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Storybook for SvelteKit
sidebar:
order: 5
title: SvelteKit
---

Storybook for SvelteKit is a [framework](../contribute/framework.md) that makes it easy to develop and test UI components in isolation for [SvelteKit](https://kit.svelte.dev/) applications. It includes:
Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/frameworks/vue3-vite.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Storybook for Vue & Vite
sidebar:
order: 8
title: Vue & Vite
---

Storybook for Vue & Vite is a [framework](../contribute/framework.md) that makes it easy to develop and test UI components in isolation for [Vue](https://vuejs.org/) applications built with [Vite](https://vitejs.dev/). It includes:
Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/frameworks/vue3-webpack5.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Storybook for Vue & Webpack
sidebar:
order: 9
title: Vue & Webpack
---

Storybook for Vue & Webpack is a [framework](../contribute/framework.md) that makes it easy to develop and test UI components in isolation for [Vue](https://vuejs.org/) applications built with [Webpack](https://webpack.js.org/).
Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/frameworks/web-components-vite.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Storybook for Web components & Vite
sidebar:
order: 10
title: Web components & Vite
---

Storybook for Web components & Vite is a [framework](../contribute/framework.md) that makes it easy to develop and test UI components in isolation for applications using [Web components](https://www.webcomponents.org/introduction) built with [Vite](https://vitejs.dev/).
Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/frameworks/web-components-webpack5.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Storybook for Web components & Webpack
sidebar:
order: 11
title: Web components & Webpack
---

Storybook for Web components & Webpack is a [framework](../contribute/framework.md) that makes it easy to develop and test UI components in isolation for applications using [Web components](https://www.webcomponents.org/introduction) built with [Webpack](https://webpack.js.org/).
Expand Down

0 comments on commit c4a4404

Please sign in to comment.