mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
13 lines
366 B
Text
13 lines
366 B
Text
---
|
|
slug: /migration
|
|
---
|
|
|
|
# Upgrading Docusaurus
|
|
|
|
Docusaurus versioning is based on the `major.minor.patch` scheme and respects [**Semantic Versioning**](https://semver.org/).
|
|
|
|
**Breaking changes** are only released on major version upgrades, and thoroughly documented in the following upgrade guides.
|
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
|
|
<DocCardList />
|