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 |