@storybook/addon-docs 8.0.0-alpha.9 → 8.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,7 +12,7 @@ Storybook Docs transforms your Storybook stories into world-class component docu
12
12
 
13
13
  **MDX.** If you want more control, `MDX` allows you to write long-form markdown documentation and include stories in one file. You can also use it to write pure documentation pages and embed them inside your Storybook alongside your stories.
14
14
 
15
- Just like Storybook, Docs supports every major view layer including React, Vue, Angular, HTML, Web components, Svelte, and many more.
15
+ Just like Storybook, Docs supports every major view layer including React, Vue 3, Angular, HTML, Web components, Svelte, and many more.
16
16
 
17
17
  Read on to learn more:
18
18
 
@@ -113,7 +113,7 @@ export default {
113
113
  ### Be sure to check framework specific installation needs
114
114
 
115
115
  - [React](https://github.com/storybookjs/storybook/tree/next/code/addons/docs/react) (covered here)
116
- - [Vue](https://github.com/storybookjs/storybook/tree/next/code/addons/docs/vue)
116
+ - [Vue 3](https://github.com/storybookjs/storybook/blob/next/code/addons/docs/vue3)
117
117
  - [Angular](https://github.com/storybookjs/storybook/tree/next/code/addons/docs/angular)
118
118
  - [Ember](https://github.com/storybookjs/storybook/tree/next/code/addons/docs/ember)
119
119
  - [Web Components](https://github.com/storybookjs/storybook/tree/next/code/addons/docs/web-components)
package/common/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Storybook Docs transforms your Storybook stories into world-class component documentation. Docs supports [all web frameworks that Storybook supports](../README.md#framework-support).
4
4
 
5
- Popular frameworks like [React](../react/README.md)/[Vue](../vue/README.md)/[Angular](../angular/README.md)/[Ember](../ember/README.md)/[Web components](../web-components/README.md) have their own framework-specific optimizations and setup guides. This README documents the "common" setup for other frameworks that don't have any docs-specific optimizations.
5
+ Popular frameworks like [React](../react/README.md)/[Vue 3](../vue3/README.md)/[Angular](../angular/README.md)/[Ember](../ember/README.md)/[Web components](../web-components/README.md) have their own framework-specific optimizations and setup guides. This README documents the "common" setup for other frameworks that don't have any docs-specific optimizations.
6
6
 
7
7
  - [Installation](#installation)
8
8
  - [DocsPage](#docspage)