diff --git a/README.md b/README.md index 4159fa4..0fa8943 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [Mastodon](https://github.com/skullzarmy/Tusk) API Client for node - forked from node-mastodon [abandoned] +[Source on GitHub](https://github.com/skullzarmy/Tusk) | [Documentation](https://skullzarmy.github.io/Tusk/) + ### Notes - I forked this project and fixed the obvious issues / updated the packages, and replaced `request` with `axios`. diff --git a/jsdoc.json b/jsdoc.json new file mode 100644 index 0000000..5286272 --- /dev/null +++ b/jsdoc.json @@ -0,0 +1,3 @@ +{ + "plugins": ["plugins/markdown", "plugins/summarize"] +}