Mintplex-Labs / anythingllm-docs

Documentation of AnythingLLM by Mintplex Labs Inc.

Home Page:https://anythingllm-docs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Documentation of AnythingLLM by Mintplex Labs Inc.

https://anythingllm-docs.vercel.app

License:MIT License


Languages

Language:MDX 94.7%Language:TypeScript 3.8%Language:JavaScript 1.4%Language:CSS 0.1%