-
Notifications
You must be signed in to change notification settings - Fork 352
Better differentiate headings/sections #2164
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
Conversation
|
📦 Docs artifacts are ready: https://github.com/elixir-lang/ex_doc/actions/runs/18915321163/artifacts/4408323918 |
These subsequent commits haven't yet been tried out.
|
@DavidOliver I will mark it as ready for review so it publishes the precompiled archives for validation. :) |
|
Gah, my bad, it was not necessary, I just missed the updated comment at the top :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks great to me!
3f75205 to
a1a9363
Compare
|
Selector tweak and related necessary updates made. Ready for final check and approval. |
Re. #2150
@josevalim, in the previous PR, module heading spacing (under "Summary", for example) and cheatsheets were affected, as well as admonition block headings as you pointed out.
This PR changes approach and attempts to target only "top content" in "module" and "extra" pages, and only those headings which are direct children of the #top-content element.
I'll test further before converting to a full/non-draft PR, but I thought I'd put this up to see what you think of this approach.