This is the source code for Langtail documentation. You can visit https://langtail.com/docs/ to read the docs.
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
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.
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