Skip to content

TimeScience/anythingllm-docs

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MDX 96.3%
  • TypeScript 2.7%
  • Other 1.0%