Files
ShadowArcanist 8de04563cd ♻️ Removed unused codes (#16)
> 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.
2024-05-09 13:07:06 -07:00

19 lines
504 B
Plaintext

---
title: "Usage"
description: "Step by step guide to use AnythingLLM"
---
import Image from 'next/image'
<Image
src="/images/getting-started/usage/thumbnail.png"
height={1080}
width={1920}
quality={100}
alt="AnythingLLM Usage"
/>
{/* This file is hidden from the sidebar by `pages/getting-started/_meta.json` as this page is incomplete
Explain workflow of how a new user can create workspace, install LLM using AnythingLLM native LLM option, add documents, chat with the LLM etc.. */}