mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Fix markdown table
This commit is contained in:
parent
1e6a97309b
commit
f2a4eec271
11
MIGRATION.md
11
MIGRATION.md
@ -121,20 +121,19 @@ addParameters({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
Here is the mapping from old options to new options:
|
Here is the mapping from old options to new:
|
||||||
|
|
||||||
+-------------------+------------------+
|
|
||||||
| Old | New |
|
| Old | New |
|
||||||
+-------------------+------------------+
|
| ----------------- | ---------------- |
|
||||||
| name | theme.brandTitle |
|
| name | theme.brandTitle |
|
||||||
| url | theme.brandUrl |
|
| url | theme.brandUrl |
|
||||||
| goFullScreen | isFullscreen |
|
| goFullScreen | isFullscreen |
|
||||||
| showStoriesPanel | showNav |
|
| showStoriesPanel | showNav |
|
||||||
| showAddonPanel | showPanel |
|
| showAddonPanel | showPanel |
|
||||||
| showSearchBox | - |
|
| showSearchBox | |
|
||||||
| addonPanelInRight | panelPosition |
|
| addonPanelInRight | panelPosition |
|
||||||
| selectedPanel | - |
|
| selectedPanel | |
|
||||||
+-------------------+------------------+
|
|
||||||
|
|
||||||
## From version 4.0.x to 4.1.x
|
## From version 4.0.x to 4.1.x
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user