Skip to content

Commit

Permalink
Merge pull request #10622 from ItsLhun/master
Browse files Browse the repository at this point in the history
Missing URL part on layout.pug
  • Loading branch information
vkarpov15 committed Aug 26, 2021
2 parents 2dcfdeb + 5d8d6f1 commit 048408a
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 @@ -71,7 +71,7 @@ html(lang='en')
a.pure-menu-link(href="/docs/connections.html", class=outputUrl === '/docs/connections.html' ? 'selected' : '') Connections
- if (['/docs/connections', '/docs/tutorials/ssl'].some(path => outputUrl.startsWith(path)))
li.pure-menu-item.tertiary-item
a.pure-menu-link(href="/tutorials/ssl.html", class=outputUrl === '/docs/tutorials/ssl.html' ? 'selected' : '') SSL Connections
a.pure-menu-link(href="/docs/tutorials/ssl.html", class=outputUrl === '/docs/tutorials/ssl.html' ? 'selected' : '') SSL Connections
li.pure-menu-item.sub-item
a.pure-menu-link(href="/docs/models.html", class=outputUrl === '/docs/models.html' ? 'selected' : '') Models
li.pure-menu-item.sub-item
Expand Down

0 comments on commit 048408a

Please sign in to comment.