From 8cc89ba17d01d96f6fefa8fe342b16d43273d218 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 8 Jan 2025 20:19:39 -0500 Subject: [PATCH] Add meta descriptions for guides --- docs/guides/integration/docker.md | 7 +++++++ docs/guides/integration/fastapi.md | 7 +++++++ docs/guides/integration/jupyter.md | 7 +++++++ docs/guides/integration/pre-commit.md | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/docs/guides/integration/docker.md b/docs/guides/integration/docker.md index 834e93c46f54..fee04193f3d1 100644 --- a/docs/guides/integration/docker.md +++ b/docs/guides/integration/docker.md @@ -1,3 +1,10 @@ +--- +title: Using uv in Docker +description: + A complete guide to using uv in Docker to manage Python dependencies while optimizing build times + and image size via multi-stage builds, intermediate layers, and more. +--- + # Using uv in Docker ## Getting started diff --git a/docs/guides/integration/fastapi.md b/docs/guides/integration/fastapi.md index 654b2ed14265..6693f46d3c6b 100644 --- a/docs/guides/integration/fastapi.md +++ b/docs/guides/integration/fastapi.md @@ -1,3 +1,10 @@ +--- +title: Using uv with FastAPI +description: + A guide to using uv with FastAPI to manage Python dependencies, run applications, and deploy with + Docker. +--- + # Using uv with FastAPI [FastAPI](https://github.com/fastapi/fastapi) is a modern, high-performance Python web framework. diff --git a/docs/guides/integration/jupyter.md b/docs/guides/integration/jupyter.md index 358a090d49b6..f1292a58123c 100644 --- a/docs/guides/integration/jupyter.md +++ b/docs/guides/integration/jupyter.md @@ -1,3 +1,10 @@ +--- +title: Using uv with Jupyter +description: + A complete guide to using uv with Jupyter notebooks for interactive computing, data analysis, and + visualization, including kernel management and virtual environment integration. +--- + # Using uv with Jupyter The [Jupyter](https://jupyter.org/) notebook is a popular tool for interactive computing, data diff --git a/docs/guides/integration/pre-commit.md b/docs/guides/integration/pre-commit.md index 6d963f8a43f3..e60c1785465b 100644 --- a/docs/guides/integration/pre-commit.md +++ b/docs/guides/integration/pre-commit.md @@ -1,3 +1,10 @@ +--- +title: Using uv with pre-commit +description: + A guide to using uv with pre-commit to automatically update lock files, export requirements, and + compile requirements files. +--- + # Using uv in pre-commit An official pre-commit hook is provided at