-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1858f5
commit 5ee9afa
Showing
3 changed files
with
35 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
<div subpage title="Frequently Asked Questions"> | ||
<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> | ||
</div> | ||
</header> | ||
</script> | ||
|
||
<div subpage | ||
header-templateUrl="faq-header.html" | ||
title="Frequently Asked Questions"> | ||
<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,3 +1,16 @@ | ||
<div subpage title="Troubleshooting"> | ||
<script id="troubleshooting-header.html" type="text/ng-template"> | ||
<header header title="Troubleshooting"> | ||
<div class="versions header--gh-edit-btn"> | ||
<a href="https://github.com/GoogleCloudPlatform/gcloud-node/edit/master/docs/troubleshooting.md" class="v-btn"> | ||
<img src="site/img/icon-link-github.svg" /> | ||
Edit on GitHub | ||
</a> | ||
</div> | ||
</header> | ||
</script> | ||
|
||
<div subpage | ||
header-templateUrl="troubleshooting-header.html" | ||
title="Troubleshooting"> | ||
<btf-markdown ng-include="'troubleshooting.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