LangBot Official Documentation
This repository is the documentation repository for LangBot. Code repository:
LangBot Code Repository
This is the documentation for LangBot 4.0. For 3.0 documentation, please see thev3branch
The documentation is generated based on Mintlify. Local development requires Node.js installation.
Clone this repository and execute the following command in the directory to install dependencies:
npm installAfter completion, you can modify the documentation. After modifications, use the following command to start locally:
npm run devOr use the mintlify CLI directly (recommended):
npx mintlify devPlace images in the images directory, then reference them using the absolute path (relative to the project root), such as:
Now hosted on Mintlify. Commits to the main branch trigger automatic deployment.
- Folder and file naming: Use all lowercase, separate words with
-, such asplugin-intro.mdx - Sub-file (folder) naming: No prefix (i.e., the folder name), such as: in the
deployfolder, the folderlangbot, themanualfile in thelangbotfolder is calledmanual.mdx - Documentation files should use
.mdxformat to support Mintlify components. - Configure sidebar navigation structure in
docs.json.