mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 05:51:07 +08:00
example(lit): remove stories for deprecated features info
and note
This commit is contained in:
parent
0a40da0838
commit
16062a0c56
@ -1,6 +1,5 @@
|
||||
import { html } from 'lit';
|
||||
import { styleMap } from 'lit/directives/style-map.js';
|
||||
import notes from './notes/notes.md';
|
||||
import mdxNotes from './notes/notes.mdx';
|
||||
|
||||
export default {
|
||||
@ -29,14 +28,3 @@ export const DocsDisable = () => html`<div>This story shouldn't show up in DocsP
|
||||
DocsDisable.parameters = {
|
||||
docs: { disable: true },
|
||||
};
|
||||
|
||||
// ⬇️ Not working for now
|
||||
// export const WithNotes = () => html`<div>Click docs tab to see DocsPage docs</div>`;
|
||||
// WithNotes.storyName = 'with notes';
|
||||
// WithNotes.parameters = { notes };
|
||||
//
|
||||
// export const WithInfo = () => html`<div>Click docs tab to see DocsPage docs</div>`;
|
||||
// WithInfo.storyName = 'with info';
|
||||
// WithInfo.parameters = {
|
||||
// info: 'some user info string',
|
||||
// };
|
||||
|
@ -1,13 +0,0 @@
|
||||
# This is a Markdown File
|
||||
|
||||
#### It is imported and compiled using a webpack markdown loader
|
||||
|
||||
---
|
||||
|
||||
Supports code snippets too:
|
||||
|
||||
```jsx
|
||||
<div>
|
||||
Foo
|
||||
</div>
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user