Add migration guides to sidebars.js
This commit is contained in:
parent
4cdfdb1649
commit
2e2ae119a7
2 changed files with 23 additions and 0 deletions
|
|
@ -22,6 +22,29 @@ module.exports = {
|
|||
"whats-new/simplification-standardization",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Migration Guides",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"migration/inputs-and-outputs",
|
||||
"migration/flow-of-data",
|
||||
"migration/supported-frameworks",
|
||||
"migration/sidebar-and-interaction-panel",
|
||||
"migration/new-categories-and-components",
|
||||
"migration/text-and-record",
|
||||
"migration/custom-component",
|
||||
"migration/compatibility",
|
||||
"migration/multiple-flows",
|
||||
"migration/component-status-and-data-passing",
|
||||
"migration/connecting-output-components",
|
||||
"migration/renaming-and-editing-components",
|
||||
"migration/passing-tweaks-and-inputs",
|
||||
"migration/global-variables",
|
||||
"migration/experimental-components",
|
||||
"migration/state-management",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Guidelines",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue