2025
Deploying MkDocs with Vercel JSON and UV Package Manager
This article provides a new approach to deploying Material for MkDocs on Vercel using the latest vercel.json configuration and UV package manager. This method can avoid errors related to Vercel's updated deployment policy (now mandatory to use Node.js 22.x).
UV Python Project Manager Practice
UV is An extremely fast Python package and project manager, written in Rust. This article introduces some of the UV workflows I've used in practice.