summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/src/doc/_includes/community/getting-support.html
diff options
context:
space:
mode:
Diffstat (limited to 'live/static/fork-awesome/src/doc/_includes/community/getting-support.html')
-rw-r--r--live/static/fork-awesome/src/doc/_includes/community/getting-support.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/live/static/fork-awesome/src/doc/_includes/community/getting-support.html b/live/static/fork-awesome/src/doc/_includes/community/getting-support.html
new file mode 100644
index 0000000..c51cfcf
--- /dev/null
+++ b/live/static/fork-awesome/src/doc/_includes/community/getting-support.html
@@ -0,0 +1,19 @@
+<div id="getting-support">
+ <h2 class="page-header">Getting Support</h2>
+ <p>
+ Having trouble getting {{ site.forkawesome.name }} up and running? Something not working the way you think it should?
+ </p>
+ <ol>
+ <li>
+ Make sure you've read the latest version of how to <a href="{{ page.relative_path }}get-started/">get started</a>.
+ </li>
+ <li>
+ Since {{ site.forkawesome.name }} is based on {{ site.fontawesome.name }}, check out the <a href="http://stackoverflow.com/questions/tagged/font-awesome">existing questions tagged as
+ Font Awesome</a> over on Stack Overflow. Other folks might have had the same question you've had.
+ </li>
+ <li>
+ Can't find the answer to your question on Stack Overflow?
+ <a href="http://stackoverflow.com/questions/ask?tags=fork-awesome">Ask a new question</a>, then.
+ </li>
+ </ol>
+</div>