> We were using `image` link on frontmatter of .mdx files for OG purpose
and we are using Vercel's OG library to generate dynamic OG based on
page title so the image link on frontmatter is not needed anymore.
> So I have removed the image link from frontmatter on all pages.
* 🐛 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.
* ✨ Added AI Agents
* Added AI Agents to `All Features` list
* Added a new page on sidebar explaining AI Agents
* 🔄 Replaced Contribute page with Installtion on Home page
* On Home page of docs we have quick links to other pages
and we had a link to contribute pages on the home page.
I replaced it with Installation page link as lot of people
view install guide than the contribute page.
* ✨ Added Cohere support
* Added Cohere to Suppported LLM list
* Added Cohere to Suppported Embedders list
* ✨ Added KobaldCPP support
* Added KobaldCPP to the Supported LLM list