-
Notifications
You must be signed in to change notification settings - Fork 86
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
Use the new labels mechanism in docs guide reorganization #1464
Conversation
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.
Thanks Eric!
|
||
|
||
def postprocess_index_content(index: str) -> str: | ||
return ( | ||
"# Post-process results\n\n" |
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.
I see that all the other sections preserve the title except this one. Is this intentional?
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.
Oh, oops. Good catch!
This also improves the patterns index pages: * adds missing metadata * uses `dedent()` so the code is easier to modify * Adds an h2 `Guides` --------- Co-authored-by: Arnau Casau <47946624+arnaucasau@users.noreply.github.com>
This also improves the patterns index pages:
dedent()
so the code is easier to modifyGuides