Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add meta titles to documents in guides, excluding integration documents. #10539

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

FishAlchemist
Copy link
Contributor

Summary

Add meta titles to documents in guides, excluding integration documents.

Test Plan

uvx --with-requirements docs/requirements.txt -- mkdocs build --strict -f mkdocs.public.yml

Build Result
  • guides/install-python
...
<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
...
<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
...
<meta name="description" content="Guide to build and publish Python packages using uv">
...
<title>Publishing a package | uv</title>
...
  • guides/scripts
...
<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
...
<meta name="description" content="Guide to run, install, and upgrade Python tools using uv.">
...
<title>Using tools | uv</title>
...

…rammatical accuracy.

Co-authored-by: Charles Tapley Hoyt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants