diff --git a/docs/my-website/docs/migration.md b/docs/my-website/docs/migration.md new file mode 100644 index 000000000..b0e260480 --- /dev/null +++ b/docs/my-website/docs/migration.md @@ -0,0 +1,13 @@ +# Migration + +When we have breaking changes (i.e. going from 1.x.x to 2.x.x), we will document those changes here. + + +🧹 nothing here yet.. + + +**How can we communicate changes better?** +Tell us +- [Discord](https://discord.com/invite/wuPM9dRgDw) +- Email (krrish@berri.ai/ishaan@berri.ai) +- Text us (+17708783106) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 57f29b36f..0e9b9a04f 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -168,6 +168,7 @@ const sidebars = { }, ], }, + "migration", "troubleshoot", ], };