forked from sethkontny/dev.socrata.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
executable file
·39 lines (28 loc) · 2.28 KB
/
support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: default
title: Getting Help
audience: all
---
<div class="jumbotron">
<h1>Help!!!</h1>
<p class="lead">So, it sounds like you’ve hit a snag and need a hand. Fortunately we have a number of options available for you to seek assistance, depending on what you’re looking to do. Find the closest match below and we’ll be there to help you out!</p>
</div>
<div class="row marketing">
<div class="col-lg-6">
<h3><i class="fa fa-fw fa-stack-overflow"><!-- TSLB --></i> If you’re an app developer...</h3>
<p>If you’ve got questions about how to access Socrata data programmatically, or even just a general questions about Socrata, you can <a href="http://stackoverflow.com/questions/ask?tags=soda,socrata">post them to Stack Overflow</a> using the <a href="http://stackoverflow.com/questions/tagged/soda"><code>soda</code></a> or <a href="http://stackoverflow.com/questions/tagged/socrata"><code>socrata</code></a> tags and we’ll help you out!. Some of us also <a href="/irc.html">hang out in IRC</a> during business hours in Seattle, if you've got a quick question.</p>
</div>
<div class="col-lg-6">
<h3><i class="fa fa-fw fa-cloud-upload"><!-- TSLB --></i> If you’re a data publisher...</h3>
<p>If you’re a data publisher and you need help setting up data publishing, or if you have publisher-specific questions, you can also <a href="http://support.socrata.com/anonymous_requests/new">submit a trouble ticket</a> for our support team to have a look at. You can also reference our <a href="https://support.socrata.com/hc/en-us">online knowledge base</a> which is chock-full of helpful articles about many of the most frequently requested publisher topics.</p>
</div>
</div>
<div class="row marketing">
<div class="col-lg-6">
<h3><i class="fa fa-fw fa-github-alt"><!-- TSLB --></i> If you’ve found a documentation bug...</h3>
<p>Our developer documentation is all managed through GitHub Pages. If you've found a bug, please feel free to <a href="https://github.com/socrata/dev.socrata.com/issues/new">file an issue on GitHub</a> or follow our <a href="https://github.com/socrata/dev.socrata.com">contribution guidelines</a> and send us a pull request!</p>
</div>
<div class="col-lg-6">
</div>
</div>