diff options
| author | Brian Ford | 2013-11-21 11:31:24 -0800 | 
|---|---|---|
| committer | Brian Ford | 2013-11-22 16:27:05 -0800 | 
| commit | 84e0eea1645521f6a990a4dabeb53407db86eda2 (patch) | |
| tree | ce322d38222331530c2e6483419fa8c912c9a29c /docs/src/templates/index.html | |
| parent | bcf12e70e5350595124034c75f6a04e0725205c8 (diff) | |
| download | angular.js-84e0eea1645521f6a990a4dabeb53407db86eda2.tar.bz2 | |
chore(docs): remove Disqus comments
We don't actively moderate these comments, and they range from
out of date, to inflammatory, to spam. Going forward, improvements
to the docs should be done via a PR, and questions should go on
StackOverflow where they can be curated and kept up to date by
AngularJS developers who help out there.
Diffstat (limited to 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 64a8d96d..43c9e858 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -335,9 +335,8 @@          <div ng-hide="loading" ng-include src="currentPage.partialUrl" onload="afterPartialLoaded()" autoscroll class="content slide-reveal"></div> -        <div id="disqus" class="disqus"> -          <h2>Discussion</h2> -          <div id="disqus_thread" class="content-panel-content"></div> +        <div class="alert alert-info"> +          <a href="http://blog.angularjs.org/2013/11/farewell-disqus.html">Where did Disqus go?</a>          </div>        </div>      </div> | 
