Skip to content

langtail/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

819313a · Mar 25, 2025
Mar 25, 2025
Dec 13, 2024
Dec 3, 2024
Dec 3, 2024
Mar 28, 2024
Oct 23, 2024
Sep 18, 2024
Feb 14, 2025
Mar 28, 2024
Nov 18, 2024
Mar 25, 2025

Repository files navigation

langtail/docs

This is the source code for Langtail documentation. You can visit https://langtail.com/docs/ to read the docs.

Development

Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command

npm i -g mintlify

Run the following command at the root of your documentation (where mint.json is)

mintlify dev

Screen casting

We're using screen studio for screen casts.

You can use the langtail.screenstudiopreset for our config. For export, use 1080p 30FPS MP4 in Web quality. Also keep the screen studio project files next to all MP4 in git.

Image Compression

After taking a screenshot, we compress it using the following script using ImageMagick and optiPNG:

convert screenshot.jpeg -resize 1400x screenshot.png
optipng output.png

Releases

No releases published

Packages

No packages published

Languages