All Projects → leon-ai → docs.getleon.ai

leon-ai / docs.getleon.ai

Licence: MIT license
📝 Main documentation of Leon.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
typescript
32286 projects

Projects that are alternatives of or similar to docs.getleon.ai

create-vuepress-site
VuePress Site Generator
Stars: ✭ 78 (+239.13%)
Mutual labels:  docs, vuepress
lunarvim.org
Website for LunarVim
Stars: ✭ 70 (+204.35%)
Mutual labels:  docs, vuepress
zksync-docs
zkSync documentation
Stars: ✭ 52 (+126.09%)
Mutual labels:  docs, vuepress
SportsPage
运动页,一个基于社交的体育类APP
Stars: ✭ 30 (+30.43%)
Mutual labels:  docs
docs
Altinn documentation.
Stars: ✭ 17 (-26.09%)
Mutual labels:  docs
ripgrep-zh
中文翻译:<BurntSushi/ripgrep> 一个面向行的搜索工具 ❤️ 校对 ✅
Stars: ✭ 82 (+256.52%)
Mutual labels:  docs
vuepress-theme-oneN
🎈 A vuepress theme for oneN
Stars: ✭ 53 (+130.43%)
Mutual labels:  vuepress
vuepress-theme-simple
✏️ Very Simple Blog Theme for VuePress
Stars: ✭ 89 (+286.96%)
Mutual labels:  vuepress
braze-docs
The Braze Documentation site repository.
Stars: ✭ 40 (+73.91%)
Mutual labels:  docs
readonlyrest-docs
Official Documentation of ReadonlyREST Plugin
Stars: ✭ 77 (+234.78%)
Mutual labels:  docs
thegreatmarkdown
《了不起的 Markdown》
Stars: ✭ 44 (+91.3%)
Mutual labels:  vuepress
metadoc.js
Generates JSON metadata for Object Oriented JavaScript libraries. Used as a source for generating documentation.
Stars: ✭ 20 (-13.04%)
Mutual labels:  docs
vite-wiki
📄The Vite Wiki
Stars: ✭ 37 (+60.87%)
Mutual labels:  vuepress
huddle-apis
Documentation for the Huddle API
Stars: ✭ 17 (-26.09%)
Mutual labels:  docs
vuepress-theme-canvas
✏️ Vuepress custom theme for blogging.
Stars: ✭ 24 (+4.35%)
Mutual labels:  vuepress
docs
Project Z, an initiative to build a Haskell engineering eco-system.
Stars: ✭ 26 (+13.04%)
Mutual labels:  docs
now-docs
[WIP] Deploy docs with a single command using Now
Stars: ✭ 45 (+95.65%)
Mutual labels:  docs
vuepress-plugin-cursor-effects
🎉 Add a cute click effect to your mouse in your vuepress!
Stars: ✭ 18 (-21.74%)
Mutual labels:  vuepress
Leon
Leon is swift library to show and slid images with more gesture
Stars: ✭ 16 (-30.43%)
Mutual labels:  leon
instapy-docs
📜 Public information for users, testers, contributors, maintainers
Stars: ✭ 60 (+160.87%)
Mutual labels:  docs

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].