langchain4j/docs
github-actions[bot] fa7f103e35 docu: update versions to 1.18.0 and 1.18.0-beta28 2026-07-17 12:48:33 +00:00
..
docs docu: update versions to 1.18.0 and 1.18.0-beta28 2026-07-17 12:48:33 +00:00
src docs(ehancement): Add spacing to the feature lists (#4254) 2025-12-19 11:07:55 +01:00
static Add tools execution and tokens consumption to agents monitoring (#4737) 2026-03-20 11:37:47 +01:00
.gitignore Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
.nvmrc site: update npm dependencies (#2062) 2024-11-12 08:17:38 +01:00
Makefile Updated Docs (#500) 2024-01-11 09:04:38 +01:00
README.md site: update npm dependencies (#2062) 2024-11-12 08:17:38 +01:00
babel.config.js Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
build.sh Docs updates (#599) 2024-02-06 11:13:41 +01:00
docusaurus.config.js docu: added links to the documentation chatbot 2025-01-11 19:35:51 +01:00
package-lock.json chore(deps): bump dompurify from 3.4.10 to 3.4.11 in /docs (#5490) 2026-06-25 11:33:11 +02:00
package.json chore(deps): update docusaurus monorepo to v3.10.1 (#5181) 2026-05-13 09:45:08 +02:00
sidebars.js Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
start.bat Docu logos and domain (#503) 2024-01-11 20:37:16 +01:00
start.sh Docs updates (#599) 2024-02-06 11:13:41 +01:00

README.md

LangChain4j Documentation

Table of Contents

This is built using Docusaurus, a modern static docs/website generator.

Prerequisites

If Node.js is managed by Node Version Manager (nvm), run:

nvm use

Installation

This command installs all the Node dependencies.

npm ci

Build

This command builds the deployable static artifacts (i.e., html, js, css, etc) under the build directory. This static content can then be deployed to GitHub pages or Vercel, etc.

npm run build

Local Development

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

npm run start