Skip to content

Commit

Permalink
Merge 95b7d48 into 7f6710f
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh committed Oct 1, 2019
2 parents 7f6710f + 95b7d48 commit 61c3940
Show file tree
Hide file tree
Showing 19 changed files with 314 additions and 210 deletions.
91 changes: 55 additions & 36 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/package.json
Expand Up @@ -21,9 +21,9 @@
"@angular/platform-browser": "8.0.0",
"@angular/platform-browser-dynamic": "8.0.0",
"@angular/router": "8.0.0",
"@nebular/bootstrap": "4.0.0",
"@nebular/eva-icons": "4.0.0",
"@nebular/theme": "4.0.0",
"@nebular/bootstrap": "4.3.1",
"@nebular/eva-icons": "4.3.1",
"@nebular/theme": "4.3.1",
"bootstrap": "4.0.0",
"colors.js": "1.2.4",
"core-js": "2.5.7",
Expand Down
4 changes: 2 additions & 2 deletions docs/src/app/@theme/components/header/header.component.ts
Expand Up @@ -52,8 +52,8 @@ export class NgdHeaderComponent implements OnInit {
link: '/components/components-overview',
},
{
title: 'Theme System',
link: '/guides/theme-system',
title: 'Design System',
link: '/design-system/eva-design-system-intro',
},
];

Expand Down
6 changes: 5 additions & 1 deletion docs/src/app/blocks/blocks.module.ts
Expand Up @@ -34,7 +34,10 @@ import {
NgdHocParamsBlockComponent,
NgdOverviewExampleBlock,
} from './components/';
import { NbRadioModule } from '@nebular/theme';
import {
NbInputModule,
NbRadioModule,
} from '@nebular/theme';

const blocks = [
NgdMdBLockComponent,
Expand Down Expand Up @@ -68,6 +71,7 @@ const blocks = [
RouterModule,
NgdThemeModule,
NbRadioModule,
NbInputModule,
],
declarations: [
...blocks,
Expand Down

0 comments on commit 61c3940

Please sign in to comment.