Skip to content

leon-ai/docs.getleon.ai

Repository files navigation

Leon Documentation Powered by Vercel

Overview

This repository contains the main documentation of Leon. It is available on docs.getleon.ai, built on the top of Docusaurus and proudly powered by Vercel.

Development

# Install dependencies
npm install

# Run (dev)
npm start
# Specific language
npm run start -- --locale fr-FR

# Build
npm run build

# Serve locally
npm run serve

Release Version

npm run docusaurus docs:version {semver}
  • Then copy i18n/[...]/current to i18n/[...]/version-*
  • Modify versions.current in docusaurus.config.js with the new version +dev
  • Same for i18n/[..]/current.json