From a724d4bed24f543f7bd9dab1ede7294c257f191c Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 5 Oct 2023 11:43:37 -0700 Subject: [PATCH] docs(added-migration-to-docs): added migration guide to docs --- docs/my-website/docs/migration.md | 13 +++++++++++++ docs/my-website/sidebars.js | 1 + 2 files changed, 14 insertions(+) create mode 100644 docs/my-website/docs/migration.md 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", ], };