Skip to content

lPrestonl/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

About

📝 Main documentation of Leon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.5%
  • CSS 36.5%
  • TypeScript 12.0%