Skip to content

Commit 843f9c3

Browse files
Merge branch 'master-local' into master-dist
2 parents 2266665 + b870547 commit 843f9c3

File tree

60 files changed

+1734
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1734
-91
lines changed

Gruntfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = function (grunt) {
6767
},
6868
img: {
6969
cwd: 'misc/',
70-
src: ['patternfly-orb.svg', '*.png'],
70+
src: ['patternfly-orb.svg', 'patternfly-logo.svg', 'grid-sidebar.png','*.png'],
7171
dest: 'docs/img',
7272
expand: true
7373
},
@@ -163,7 +163,7 @@ module.exports = function (grunt) {
163163
},
164164
ngdocs: {
165165
options: {
166-
title: 'Angular Patternfly Documentation',
166+
title: 'ANGULAR PATTERNFLY',
167167
dest: 'docs',
168168
image: 'misc/logo-alt.svg',
169169
scripts: [
@@ -195,6 +195,7 @@ module.exports = function (grunt) {
195195
'node_modules/patternfly/dist/css/patternfly.css',
196196
'node_modules/patternfly/dist/css/patternfly-additions.css',
197197
'dist/styles/angular-patternfly.css',
198+
'misc/showcase.css',
198199
'misc/ng-docs.css',
199200
'misc/examples.css']
200201
},

0 commit comments

Comments
 (0)