-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix TOC issue #30712
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
Fix TOC issue #30712
Conversation
|
Deploy preview for osdocs ready! Built with commit 25b3e50 |
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.
Some of the assemblies now have two preceding blank lines. Is it worth only adding blank lines to the assemblies that do not currently have one between the header and the toc declaration, for consistency?
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.
Yep, I've noticed this for the couple of serverless ones I've looked at so far also
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 am trying to script a solution for this.
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 have now run a script against a local clone of this PR and then pushed the changes to the original commit. There should now be one blank line preceding the toc::[] line in each assembly file.
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.
Thank you @pneedle-rh
JStickler
left a comment
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.
ACK from service mesh team. Just let us know when it merges so we make sure we rebase our PRs (we don't want to overwrite this accidentally!).
|
LGTM! |
| include::modules/authentication-api-impersonation.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/impersonation-project-creation.adoc[leveloffset=+1] | ||
| include::modules/impersonation-project-creation.adoc[leveloffset=+1] |
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.
Where you see the last line in a file being removed and added in this PR, this is the TOC blank line correction script adding new lines to the end of a file where one did not previously exist. It was a side effect of the script, but it is useful.
|
LGTM. |
|
Verified for odo, ODC, Helm, Build, Pipelines, GitOps, Logging. LGTM. Thank you @pneedle-rh and @vikram-redhat |
|
@pneedle-rh I am going to merge this. Please merge the rest of the release branch PRs. |
This PR:
A separate PR will need to be created for each release branch.