Skip to content

Commit

Permalink
Fix maxTocLevel to aid readability of top-level sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jul 14, 2023
1 parent 53f8706 commit 0d89cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
}
],
xref: ["url"],
maxTocLevel: 3,
maxTocLevel: 2,
inlineCSS: true
};
</script>
Expand Down Expand Up @@ -3701,7 +3701,7 @@ <h3>Media Type Precision</h3>
</li>
<li>
A protocol requires a less precise media type for a particular transaction; for
example, `application/json` instead of `application/vp+ld+json`,
example, `application/json` instead of `application/vp+ld+json`,
</li>
</ul>

Expand Down

0 comments on commit 0d89cc5

Please sign in to comment.