Skip to content

Commit 68ee7fa

Browse files
add support block to README
and make it consistent with demo page and wiki fixes #636
1 parent 46e74da commit 68ee7fa

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ how-to guide. The detailed [API reference is here](http://dc-js.github.io/dc.js/
2020
more examples and hints please visit the [Wiki](https://github.com/dc-js/dc.js/wiki).
2121

2222

23+
Support
24+
--------------------
25+
* [Example Site](http://dc-js.github.com/dc.js/)
26+
* [Changelog](https://github.com/dc-js/dc.js/blob/develop/Changelog.md)
27+
* [Frequently Asked Questions](https://github.com/dc-js/dc.js/wiki/FAQ)
28+
* [API Reference](http://dc-js.github.io/dc.js/docs/html/) - Latest ([markdown](https://github.com/dc-js/dc.js/blob/master/web/docs/api-latest.md))
29+
* [v1.7 API Reference](https://github.com/dc-js/dc.js/blob/master/web/docs/api-1.7.0.md)
30+
* [dc.js on StackOverflow](http://stackoverflow.com/questions/tagged/dc.js) - the best place to ask questions and get help
31+
* [User Group](https://groups.google.com/forum/?fromgroups#!forum/dc-js-user-group) ("mailing list") - the best place for discussion and longer topics
32+
* [GitHub Issues](https://github.com/dc-js/dc.js/issues) - for bug reports and feature requests.
33+
34+
*Please direct questions and support requests to Stack Overflow or the user group.*
35+
36+
2337
CDN location
2438
--------------------
2539
```

web/index.html

+11-10
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,24 @@ <h4>Version Status</h4>
4343

4444
<h4>Getting Started</h4>
4545
<p>
46-
Take a look at the <a href="docs/stock.html">annotated source</a> to the Nasdaq Example that is shown below.
46+
Take a look at the <a href="docs/stock.html">annotated source</a> to the Nasdaq Example shown below.
4747
</p>
4848

4949
<h4>For more information and assistance</h4>
5050
<ul>
51-
<li><a href="http://github.com/dc-js/dc.js/releases/">Release Notes</a></li>
52-
<li><a href="https://github.com/dc-js/dc.js/wiki">Wiki</a> - Additional examples</li>
53-
<li><a href="https://github.com/dc-js/dc.js/wiki/Roadmap">Roadmap</a> - Future Plans</li>
54-
<li><a href="https://github.com/dc-js/dc.js/blob/master/web/docs/api-1.6.0.md">Stable API</a> - Documentation</li>
55-
<li><a href="https://github.com/dc-js/dc.js/blob/master/web/docs/api-latest.md">Master API</a> - Bleeding Edge</li>
56-
<li><a href="https://groups.google.com/forum/?fromgroups#!forum/dc-js-user-group">Mailing List</a> - The users group and best place to post support questions.</li>
57-
<li><a href="https://github.com/dc-js/dc.js/issues">Issues</a> - Please post any issues you have found or enhancements you would like to see. Usage questions should be directed to the mailing list</li>
51+
<li><a href="https://github.com/dc-js/dc.js/blob/develop/Changelog.md">Changelog</a></li>
52+
<li><a href="https://github.com/dc-js/dc.js/wiki/FAQ">Frequently Asked Questions</a></li>
53+
<li><a href="http://dc-js.github.io/dc.js/docs/html">API Reference</a> - Latest (<a href="https://github.com/dc-js/dc.js/blob/master/web/docs/api-latest.md">markdown</a>)</li>
54+
<li><a href="https://github.com/dc-js/dc.js/blob/master/web/docs/api-1.7.0.md">v1.7 API</a></li>
55+
<li><a href="http://stackoverflow.com/questions/tagged/dc.js">dc.js on StackOverflow</a> - the best place to ask questions and get help</li>
56+
* [User Group](https://groups.google.com/forum/?fromgroups#!forum/dc-js-user-group) ("mailing list") -
57+
<li><a href="https://groups.google.com/forum/?fromgroups#!forum/dc-js-user-group">User Group</a> ("mailing list") - the best place for discussion and longer topics</li>
58+
<li><a href="https://github.com/dc-js/dc.js/issues">GitHub Issues</a> - for bug reports and enhancement requests.</li>
5859
</ul>
60+
<p><i>Please direct questions and support requests to SO or the user group.</i></p>
5961

6062
<p>
61-
Fork me @ <a href="https://github.com/dc-js/dc.js">https://github.com/dc-js/dc.js</a> and also feel free
62-
to report any issue or request a new type of chart to be included in the next release.
63+
Fork dc.js at <a href="https://github.com/dc-js/dc.js">https://github.com/dc-js/dc.js</a>
6364
</p>
6465

6566
<h3>Examples</h3>

0 commit comments

Comments
 (0)