-
Notifications
You must be signed in to change notification settings - Fork 592
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #356 from stephenplusplus/spp--docs-report-issue-b…
…utton docs: add Report an Issue button
- Loading branch information
Showing
7 changed files
with
110 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
<script id="faq-header.html" type="text/ng-template"> | ||
<header header title="Frequently Asked Questions"> | ||
<div class="versions header--gh-edit-btn"> | ||
<a href="https://github.com/GoogleCloudPlatform/gcloud-node/edit/master/docs/faq.md" class="v-btn"> | ||
<img src="site/img/icon-link-github.svg" /> | ||
Edit on GitHub | ||
</a> | ||
<header header title="FAQ"> | ||
<div class="row row--right"> | ||
<div class="col margin-vertical"> | ||
<a href="https://github.com/GoogleCloudPlatform/gcloud-node/edit/master/docs/faq.md" | ||
class="v-btn"> | ||
<img src="site/img/icon-link-github.svg" /> | ||
Edit on GitHub | ||
</a> | ||
</div> | ||
</div> | ||
</header> | ||
</script> | ||
|
||
<div subpage | ||
header-templateUrl="faq-header.html" | ||
title="Frequently Asked Questions"> | ||
title="FAQ"> | ||
<btf-markdown ng-include="'faq.md'"></btf-markdown> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
<header class="docs-header"> | ||
<h1 class="page-title">{{title}}</h1> | ||
<div ng-transclude></div> | ||
<div class="row"> | ||
<div class="col-60 margin-vertical"> | ||
<h1 class="page-title">{{title}}</h1> | ||
</div> | ||
<div class="col-40"> | ||
<div ng-transclude></div> | ||
</div> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters