Skip to content

Fix dockerd reference heading levels - #598

Merged
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:fix-dockerd-heading-levels
Oct 5, 2017
Merged

Fix dockerd reference heading levels#598
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:fix-dockerd-heading-levels

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

Commit ddadd3d (moby/moby#32569) changed the heading levels of various sections, but as a result, the "daemon configuration file" section (and other sections) changed from a H2 to a H4, therefore no longer showing up in the page's TOC / navigation bar.

screen shot 2017-10-04 at 18 06 07

This patch changes the heading level to a H3 for sections that should show up in the page navigation.

ping @mstanleyjones PTAL

Commit ddadd3d changed
the heading levels of various sections, but as a result,
the "daemon configuration file" section (and other sections)
changed from a H2 to a H4, therefore no longer showing
up in the page's TOC / navigation bar.
This patch changes the heading level to a H3 for
sections that should show up in the page navigation.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

@vdemeestervdemeester left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐮

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@thaJeztah@vdemeester@mdlinville@GordonTheTurtle