| --- | |
| id: schema-evolution-compatibility | |
| title: Schema evolution and compatibility | |
| sidebar_label: "Schema evolution and compatibility" | |
| --- | |
| ````mdx-code-block | |
| import useLocationParentPath from '@site/src/libs/useLocationParentPath'; | |
| import {Redirect} from "@docusaurus/router"; | |
| <Redirect to={useLocationParentPath() + "schema-understand#schema-evolution"} /> | |
| ```` |