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
Zanie Blue
bf189c5414
Split the "Authentication" page into sections ( #15575 )
...
In preparation for more content for #15570
2025-08-28 15:45:31 -05:00
Zanie Blue
960714d4d6
Tweak some documentation headings ( #15556 )
...
Just some nits I want to make incremental progress on
2025-08-27 18:16:52 +00:00
Zanie Blue
c226d66f35
Rename "Dependency specifiers" section to exclude PEP 508 reference ( #14631 )
2025-07-15 12:55:57 -05:00
Yaroslav Halchenko
0b1d41130a
Fix typo in a reference ( #12858 )
...
Was observed while checking out codespell for the project. But since
"typos" already used -- not suggested to be adopted.
2025-04-14 10:19:02 +02:00
Zanie Blue
78df14e7a8
Add support for anchor redirects with client-side js ( #9212 )
...
The redirect plugin doesn't support this, and it's not feasible to do
server-side so we need to do the redirect client-side with some
javascript.
2024-11-19 22:32:43 -06:00
eth3lbert
89947681d1
Improve copy of console command examples ( #5397 )
...
## Summary
This PR improves the copy of the console command example by:
- Preventing the selection of generic prompts and generic output
- Lazily setting copy content by leveraging intersection observer
Most of the changes are inspired by
https://github.com/opensafely/documentation/pull/1461
Some other useful refs:
- https://github.com/squidfunk/mkdocs-material/issues/3647
-
https://mkdocstrings.github.io/recipes/#prevent-selection-of-prompts-and-output-in-python-code-blocks
Resolves #5355
## Test Plan
-
``` shell-session
mkdocs serve -f mkdocs.public.yml
```
- Navigate to http://localhost:8000/uv/first-steps/#viewing-the-version
- Try clicking the copy button
- Try copying by selecting the content
---------
Co-authored-by: Zanie Blue <contact@zanie.dev>
2024-07-31 14:52:02 +00:00