mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 00:41:05 +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 |
|
||||
+-------------------+------------------+
|
||||
| ----------------- | ---------------- |
|
||||
| name | theme.brandTitle |
|
||||
| url | theme.brandUrl |
|
||||
| goFullScreen | isFullscreen |
|
||||
| showStoriesPanel | showNav |
|
||||
| showAddonPanel | showPanel |
|
||||
| showSearchBox | - |
|
||||
| showSearchBox | |
|
||||
| addonPanelInRight | panelPosition |
|
||||
| selectedPanel | - |
|
||||
+-------------------+------------------+
|
||||
| selectedPanel | |
|
||||
|
||||
|
||||
## From version 4.0.x to 4.1.x
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user