Skip to content

Commit

Permalink
Merge pull request #13320 from hasezoey/fixNavigation
Browse files Browse the repository at this point in the history
docs(layout): fix "Schemas" not being highlighted when currently on page
  • Loading branch information
hasezoey committed May 2, 2023
2 parents 7d1fe67 + 90a25b8 commit b864f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ html(lang='en')
a.pure-menu-link(href=`${versions.versionedPath}/docs/guides.html`, class=outputUrl === `${versions.versionedPath}/docs/guides.html` ? 'selected' : '') Guides
ul.pure-menu-list
li.pure-menu-item.sub-item
a.pure-menu-link(href=`${versions.versionedPath}/docs/guide.html`, class=outputUrl === `${versions.versionedPath}/docs/schemas.html` ? 'selected' : '') Schemas
a.pure-menu-link(href=`${versions.versionedPath}/docs/guide.html`, class=outputUrl === `${versions.versionedPath}/docs/guide.html` ? 'selected' : '') Schemas
li.pure-menu-item.sub-item
a.pure-menu-link(href=`${versions.versionedPath}/docs/schematypes.html`, class=outputUrl === `${versions.versionedPath}/docs/schematypes.html` ? 'selected' : '') SchemaTypes
li.pure-menu-item.sub-item
Expand Down

0 comments on commit b864f62

Please sign in to comment.