Skip to content

Commit 6b6767c

Browse files
Merge pull request #107 from dtaylor113/master
Fixes #98 - API Doc page has empty opening page
2 parents 112b65f + 022630b commit 6b6767c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

grunt-ngdocs-index.tmpl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,17 @@
239239

240240
<div id="loading" ng-show="loading">Loading...</div>
241241

242+
<span ng-show="breadcrumb[breadcrumb.length-1].name === 'API Documentation'">
243+
<br/>
244+
<h1><strong>Welcome to Angular-PatternFly!</strong><h1>
245+
<h2>Angular-PatternFly contains custom AngularJS directives which adhere to the PatternFly Refererence Implementation.</h2>
246+
<h2>PatternFly is a community project that promotes design commonality and improved user experience. Its offerings
247+
include visual and behavioral patterns based on research and UX best practices that solve common design problems.<h2>
248+
<h3>For more information, please see <a href="https://www.patternfly.org/">https://www.patternfly.org.</a></h3>
249+
<h3><a href="https://github.com/patternfly/angular-patternfly/issues/">Report an issue on Angular PatternFly on Github.</a></h3>
250+
<h3><a href="https://patternfly.atlassian.net/secure/RapidBoard.jspa?rapidView=4&projectKey=PTNFLY&view=planning.nodetail">View the Implementation Roadmap on Jira.</a></h3>
251+
</span>
252+
242253
<div ng-hide="loading" ng-include src="currentPage.partialUrl" onload="afterPartialLoaded()" autoscroll class="content slide-reveal"></div>
243254
<% if (discussions) { %>
244255
<div id="disqus" class="disqus">

0 commit comments

Comments
 (0)