14 lines
331 B
Markdown
14 lines
331 B
Markdown
|
|
---
|
||
|
|
id: index
|
||
|
|
---
|
||
|
|
|
||
|
|
|
||
|
|
import DocCardList from '@theme/DocCardList';
|
||
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||
|
|
|
||
|
|
# Migration Guides
|
||
|
|
|
||
|
|
Based on the version you are migrating from, you can find the migration guide for the latest version of the platform.
|
||
|
|
|
||
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|