Skip to content

Commit

Permalink
Merge pull request #12152 from hasezoey/addCodeToHeaders
Browse files Browse the repository at this point in the history
Docs: add "code" to Headers (and index list)
  • Loading branch information
vkarpov15 committed Aug 3, 2022
2 parents 547680d + 1e9f1e6 commit da80e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api_split.pug
Expand Up @@ -44,12 +44,12 @@ block content
each prop in props
li
a(href='#' + prop.anchorId)
| #{prop.string}
| <code>#{prop.string}</code>
each prop in props
hr.separate-api-elements
h3(id=prop.anchorId)
a(href='#' + prop.anchorId)
| #{prop.string}
| <code>#{prop.string}</code>
if prop.deprecated
<span class="deprecated">~DEPRECATED~</span>
if prop.param != null
Expand Down

0 comments on commit da80e5b

Please sign in to comment.