mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-25 04:25:53 -04:00
8de04563cd
> 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.
19 lines
504 B
Plaintext
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.. */}
|
|
|