uv/docs/guides
FishAlchemist 9736868908
Add meta titles to documents in guides, excluding integration documents. (#10539)
## Summary
Add meta titles to documents in guides, excluding integration documents.
<!-- What's the purpose of the change? What does it do, and why? -->

## Test Plan
``uvx --with-requirements docs/requirements.txt -- mkdocs build --strict
-f mkdocs.public.yml``
<details>
 <summary>Build Result</summary>

* ``guides/install-python``
```html
...
<meta name="description" content="Guide to install specific Python versions, manage existing installations, and automate downloads with uv.">
...
<title>Install and Manage Python | uv</title>
...
```
* ``guides/projects``
```html
...
<meta name="description" content="Guide to create, manage, and build Python projects with uv, including dependencies and distributions.">
...
<title>Working on projects | uv</title>
...
```
* ``guides/publish``
```html
...
<meta name="description" content="Guide to build and publish Python packages using uv">
...
<title>Publishing a package | uv</title>
...
```
* ``guides/scripts``
```html
...
<meta name="description" content="Run Python scripts quickly and manage dependencies efficiently using uv. Learn about inline metadata and more.">
...
<title>Run Scripts | uv</title>
...
```
* ``guides/tools``
```html
...
<meta name="description" content="Guide to run, install, and upgrade Python tools using uv.">
...
<title>Using tools | uv</title>
...
```
</details>

---------

Co-authored-by: Charles Tapley Hoyt <cthoyt@gmail.com>
Co-authored-by: Zanie Blue <contact@zanie.dev>
2025-01-15 14:12:55 -06:00
..
integration Bump version to v0.5.18 (#10499) 2025-01-11 14:38:26 +00:00
index.md Move the integration guides into the "Guides" section as a collapsed group (#9245) 2024-11-20 08:50:02 -06:00
install-python.md Add meta titles to documents in guides, excluding integration documents. (#10539) 2025-01-15 14:12:55 -06:00
projects.md Add meta titles to documents in guides, excluding integration documents. (#10539) 2025-01-15 14:12:55 -06:00
publish.md Add meta titles to documents in guides, excluding integration documents. (#10539) 2025-01-15 14:12:55 -06:00
scripts.md Add meta titles to documents in guides, excluding integration documents. (#10539) 2025-01-15 14:12:55 -06:00
tools.md Add meta titles to documents in guides, excluding integration documents. (#10539) 2025-01-15 14:12:55 -06:00