Skip to content

Commit

Permalink
Merge pull request #87 from pedrro/integracao-disqus
Browse files Browse the repository at this point in the history
Adiciona integração com o disqus
  • Loading branch information
anikarni authored Jan 24, 2017
2 parents add5abe + f936b9d commit e1ac537
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"summary": "INDICE.md"
},
"plugins" : [
"disqus",
"ga",
"git-author",
"githubcontributors",
Expand All @@ -15,6 +16,9 @@
"advanced-emoji"
],
"pluginsConfig": {
"disqus": {
"shortName": "guiadedesenvolvimentotw"
},
"ga": {
"token": "UA-86166823-1"
},
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"gitbook-plugin-githubcontributors": "^0.1.1",
"gitbook-plugin-localized-footer": "^0.2.2",
"gitbook-plugin-simple-page-toc": "^0.1.0",
"gitbook-plugin-disqus": "0.1.0",
"react": "15.0.1",
"react-dom": "15.0.1",
"markdown-link-check": "^1.2.0",
"markdownlint-cli": "^0.2.0",
"onchange": "^2.5.0"
Expand Down

0 comments on commit e1ac537

Please sign in to comment.