Actions: promote jobs steps title to h3 to appear in sidebar#629
Actions: promote jobs steps title to h3 to appear in sidebar#629shati-patel merged 3 commits intogithub:mainfrom dr-js:patch-1
Conversation
It seems `h3` and up title will appear in sidebar. Currently most common-used job config is hidden with it's `h4` title. This commit changed the following title from `h4` to `h3` and also promoted sub-titles: - `jobs.<job_id>.steps.*` - `jobs.<job_id>.strategy.*` - `jobs.<job_id>.container.*` - `jobs.<job_id>.services.<service_id>.*`
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
|
Side note: after some more digging, it seems like setting
|
|
Thanks @dr-js! I'll triage this for review β‘ |
|
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
|
ping |
|
Thanks for your patience @dr-js! Our team is still working out way through the amazing contributions we got during Hacktoberfest π |
|
Just realized that, too. Thank you all for keeping up the good work! π |
|
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
|
ping |
shati-patel
left a comment
There was a problem hiding this comment.
Thank you for the updates @dr-js! Your changes look good, and are consistent with the rest of the jobs.<job_id>.* headers π
I'll get this merged soon!
|
Thanks very much for contributing! Your pull request has been merged π You should see your changes appear on the site in approximately 24 hours. |
Why:
It seems
h3and up title will appear in sidebar.Currently most common-used job config is hidden with it's
h4title.What's being changed:
This commit changed the following title from
h4toh3and also promoted sub-titles:jobs.<job_id>.steps.*jobs.<job_id>.strategy.*jobs.<job_id>.container.*jobs.<job_id>.services.<service_id>.*Check off the following: