2026-06-26 16:09:25 -07:00
2024-04-24 09:09:56 -07:00
2024-07-26 10:23:59 -07:00
2026-06-26 16:09:25 -07:00
2026-06-24 10:54:26 -07:00
2025-02-18 23:07:40 -08:00
2024-05-20 12:25:56 -05:00
2024-06-11 14:54:10 -07:00
2024-11-05 12:00:30 -08:00
2024-11-22 18:32:13 -08:00

AnythingLLM logo

Project Structure

├── public/
│   ├── images/
│   │   ├── anythingllm-setup/
│   │   ├── cloud/
│   │   ├── faq/
│   │   ├── features/
│   │   ├── getting-started/
│   │   ├── guides/
│   │   ├── home/
│   │   ├── legal/
│   │   ├── product/
│   │   └── thumbnails/
│   ├── favicon.png
│   ├── licence.txt
│   └── robots.txt
├── pages/
│   ├── agent/
│   ├── api/
│   ├── changelog/
│   ├── cloud/
│   ├── features/
│   ├── installation/
│   ├── setup/
│   ├── _meta.json
│   └── index.mdx
├── components/
│   └── icons/
├── next-env.d.ts
├── next.config.js
├── package.json
├── pull-request-template.md
├── README.md
├── theme.config.tsx
└── tsconfig.json

Setup for Local Development

  1. Clone this Repository to your local machine using git clone:
git clone https://github.com/Mintplex-Labs/anythingllm-docs.git
  1. Install dependencies using yarn:
yarn
  1. Start the development server:
yarn dev

Contributing

  • Create issue
  • Create PR with branch name format of <issue number>-<short name>
  • yee haw let's merge

License

This project is licensed under the MIT License.

special thanks to @ShadowArcanist for the migration to NextJS

S
Description
Documentation of AnythingLLM by Mintplex Labs Inc.
Readme 351 MiB
Languages
MDX 97.8%
TypeScript 1.2%
JavaScript 0.9%