Fix markdown table

This commit is contained in:
Michael Shilman 2019-02-26 12:08:25 +08:00
parent 1e6a97309b
commit f2a4eec271

View File

@ -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