-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
65 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
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
9 changes: 9 additions & 0 deletions
9
docs/site/components/how-to-get-help/how-to-get-help-directive.js
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
angular | ||
.module('gcloud.how-to-get-help', []) | ||
.directive('howToGetHelp', function() { | ||
'use strict'; | ||
|
||
return { | ||
templateUrl: 'site/components/how-to-get-help/how-to-get-help.html', | ||
}; | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<div class="how-to-get-help--container subtle padding"> | ||
<h1 class="warning">I still need help!</h1> | ||
|
||
<p> | ||
Have a question you don't see? Hope is not lost! Follow these tips to find a quick resolution to your issue. | ||
</p> | ||
|
||
<h3>Ask the Community</h3> | ||
<p> | ||
If you have a question about how to use gcloud-node in your project or are stuck in the Developer's console and don't know where to turn, it's possible your questions have already been addressed by the community. | ||
</p> | ||
|
||
<p> | ||
First, check out the <a href="http://stackoverflow.com/questions/tagged/gcloud-node"><code>gcloud-node</code> tag on StackOverflow</a>. | ||
</p> | ||
<p> | ||
Next, try <a href="https://github.com/GoogleCloudPlatform/gcloud-node/issues?&q=">searching through our issues on GitHub</a>. | ||
</p> | ||
<p> | ||
Still nothing? | ||
</p> | ||
|
||
<h3>Ask the Developers</h3> | ||
<p> | ||
If you're experiencing a bug with the code, or have an idea for how it can be improved, <em>please</em> <a href="https://github.com/GoogleCloudPlatform/gcloud-node/issues/new">create a new issue on GitHub</a> so we can talk about it. | ||
</p> | ||
</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
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