Home
Softono

Anythingllm Docs

Open source MIT MDX
357
Stars
138
Forks
17
Issues
7
Watchers
2 months
Last Commit

 About Anythingllm Docs

Documentation of AnythingLLM by Mintplex Labs Inc.

Platforms

Web Self-hosted

Languages

MDX

Need Help Installing Anythingllm Docs?

We provide expert installation service for this software. Our team will install, configure, and secure Anythingllm Docs on your server. plans start at just $30.

Anythingllm Docs

View on GitHub

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