Zanie Blue
e006a69fe8
Configure prettier prose-wrap in .prettierrc instead of the CLI ( #17184 )
...
This also removes the file-specific targets from prettier execution
which means we're including `.json`, `.css`, and `.html` files, which
seems like an improvement.
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-18 18:54:23 -06:00
FishAlchemist
49b85d2e65
Add `last updated` for document ( #11164 )
...
## Summary


Display the last document update time, excluding any automatically
generated parts of the document, while ensuring that Google can
accurately read and recognize the webpage's time.
Note that I do not have permission to update
``requirements-insiders.txt``
Google time info
*
https://developers.google.com/search/blog/2019/03/help-google-search-know-best-date-for
*
https://developers.google.com/search/docs/appearance/structured-data/article#amp
Similar https://github.com/astral-sh/uv/pull/11162
Closes #11148
## Test Plan
uvx --with-requirements docs/requirements.txt -- mkdocs serve -f
mkdocs.public.yml --strict

The correct format is actually ``2024-08-08T22:01:08Z``, but Google
Search happens to be lenient and accepts this format.

2025-02-03 22:28:47 -05:00
Charlie Marsh
b229230643
Use | for page separator in meta titles ( #6953 )
...
I generally prefer this style:

2024-09-03 00:42:59 +00:00
Charlie Marsh
fe17797240
Update URL in structured schema ( #6952 )
2024-09-02 20:28:36 -04:00
Charlie Marsh
92e93da81d
Add static assets to docs pages ( #6951 )
...
## Summary
This PR points the docs towards the static assets that we use for
`astral.sh`, so that we can use shared assets for the Ruff and uv docs.
2024-09-02 20:00:30 -04:00