* 🐛 Fixed a typo on readme
* ✨ Added Dynamic OG image generation
> When sharing any links to our docs pages on social media
it won't show any OG image, it only shows title & description.
> I have fixed this OG image issue by adding Vercel's OG library
which auto-generates OG image based on the title of the page.
> This OG generation uses Vercel Edge runtime.
* ✨ Added Auto-collapse inactive folders on sidebar
> We can open as many folders as we want on the left side of the screen.
> But if we open too many, it gets messy. We have to close them one by one.
> So, I have implemented an automatic collapse feature for inactive
folders, so that only one folder remains open at any given time.
* ✨ Added 'Scroll to top' feature
> If a page on docs is too long then we have to manually
scroll to the to the top.
> So I have added a feature 'Scroll to top' on the right sidebar
below the option 'Edit this page'
* ✨ Added Overview page for AnythingLLM cloud
> Added a Overview page
> Updated the img directory for anythingllm cloud thumbnail and
updated the src links on the pages where the image is used.