docs.getleon.ai
docs.getleon.ai copied to clipboard
📝 Main documentation of Leon.
Leon Documentation 
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/[...]/currenttoi18n/[...]/version-* - Modify
versions.currentindocusaurus.config.jswith the new version+dev - Same for
i18n/[..]/current.json