Skip to content

Commit

Permalink
Merge pull request #3427 from IgniteUI/header-link-api-docs-7.0.x
Browse files Browse the repository at this point in the history
The header link in the api docs page should be to the product page
  • Loading branch information
kdinev authored Dec 13, 2018
2 parents f0b410b + 7efd956 commit d788223
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion extras/docs/themes/sassdoc/scss/partials/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@
@include e(logo) {
display: flex;
align-items: center;
color: #fff;
font-size: rem(18);
}

@include e(logo-name) {
color: #fff;
text-decoration: none;
}

@include e(logo-version) {
font-size: rem(12);
background: #666;
Expand Down
2 changes: 1 addition & 1 deletion extras/docs/themes/sassdoc/views/partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{#ifCond lang '==' 'jp'}}{{> infraHeadJA }}{{else}}{{> infraHead }}{{/ifCond}}
<div class="header__secondary">
<div class="header__logo">
<span class="header__logo-name">{{package.name}}</span>
<a class="header__logo-name" href="https://www.infragistics.com/products/ignite-ui-angular" class="title">{{package.name}}</a>
<span class="header__logo-version">API ver. 7.0.x</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion extras/docs/themes/typedoc/src/partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="tsd-header-content">
<div class="tsd-header-group">
<h1 class="tsd-header-logo">
<a href="{{relativeURL "index.html"}}" class="title">{{project.name}}</a>
<a href="https://www.infragistics.com/products/ignite-ui-angular" class="title">{{project.name}}</a>
<span class="version">API ver. <strong>7.0.x</strong></span>
</h1>
<div class="tsd-nav-toggle">
Expand Down

0 comments on commit d788223

Please sign in to comment.