562 Commits

Author SHA1 Message Date
Schuyler Cebulskie
d3687cb20d Fix typo 2016-12-03 01:11:37 -05:00
Schuyler Cebulskie
e141deb7ef Update installation info 2016-12-02 21:42:49 -05:00
Schuyler Cebulskie
85a7eab5bb Update examples URL 2016-11-26 00:47:16 -05:00
Schuyler Cebulskie
c4b2077666 Rename Avatars.js to avatars.js 2016-11-22 19:54:24 -05:00
Schuyler Cebulskie
338aa58386 Set up new-new custom docs mechanism 2016-11-22 19:50:05 -05:00
Schuyler Cebulskie
c3d14636ab Missing files 2016-11-22 18:40:49 -05:00
Schuyler Cebulskie
77353e5220 Fix names of custom docs 2016-11-22 18:40:18 -05:00
Schuyler Cebulskie
7c97244854 Move to new docgen 2016-11-22 18:24:29 -05:00
meew0
c2b5eb291a Ignore commit failures due to no changes being made (#912) 2016-11-21 12:09:49 -05:00
Schuyler Cebulskie
f38944c8f6 Add ShardingManager web dist info 2016-11-20 21:50:36 -05:00
Schuyler Cebulskie
697fa15278 Add web dist info to readme 2016-11-20 21:42:39 -05:00
meew0
176859e7da Add webpack building, ESLint on PRs, and tag building to Travis (#911)
* Make Travis run ESLint before deploying

* Fix Travis never building docs for tags

* Update deploy.sh to also build the webpack

* Update deploy.sh
2016-11-20 19:57:24 -05:00
Schuyler Cebulskie
b3e795d0b0 Add newlines around logo 2016-11-20 18:21:23 -05:00
Schuyler Cebulskie
686cf297d2 Clean up various script things 2016-11-20 18:19:58 -05:00
Schuyler Cebulskie
c29eb7ab20 Update links 2016-11-20 00:19:41 -05:00
Schuyler Cebulskie
34548e3ecc Fix webhook example 2016-11-19 21:23:16 -05:00
Schuyler Cebulskie
213c45323f Switch to a non-absurdly-sized logo 2016-11-19 21:21:49 -05:00
Schuyler Cebulskie
af5e07fb33 Change sentence structure slightly 2016-11-12 23:58:20 -05:00
Schuyler Cebulskie
99b8d8f031 Clean up docgen code and some reaction stuff 2016-11-12 22:07:17 -05:00
Schuyler Cebulskie
8482abed7b Document generator v14 2016-11-12 21:45:05 -05:00
Schuyler Cebulskie
962cb8f8d0 Add default value support to docgen 2016-11-12 21:44:57 -05:00
Schuyler Cebulskie
7b26e70a2e Possibly change default return type for function docs 2016-11-12 21:14:36 -05:00
Schuyler Cebulskie
3230d90a58 Remove fs-extra dependency 2016-11-12 17:23:54 -05:00
Schuyler Cebulskie
2a50dad852 Update docs for ezmode node-opus Windows building 2016-11-01 01:39:57 -04:00
Schuyler Cebulskie
3f5e7451a7 Fix linked whitespace 👀 2016-10-27 19:15:08 -04:00
Gus Caplan
2fa1e12fd5 Update welcome.md (#847) 2016-10-27 14:50:47 +01:00
Schuyler Cebulskie
b8c11f0bed Update docs URLs to new domain 2016-10-27 04:27:28 -04:00
Schuyler Cebulskie
b54adf3869 Remove docs.jsos (whoops) 2016-10-26 23:45:20 -04:00
Schuyler Cebulskie
0863be8520 Tweak another output 2016-10-26 23:42:35 -04:00
Schuyler Cebulskie
93cc1fcb24 Tweak single output 2016-10-26 23:42:03 -04:00
Schuyler Cebulskie
4b60a6f47d Remove unused file 2016-10-26 23:33:29 -04:00
Schuyler Cebulskie
b8946d5904 Give the docgen a facelift 2016-10-26 23:30:37 -04:00
Schuyler Cebulskie
4d1eb34dd6 Remove extra <br /> 2016-10-26 21:12:41 -04:00
Schuyler Cebulskie
99cea11e6d Change a word 2016-10-26 21:04:41 -04:00
Schuyler Cebulskie
e8eac4990e Add more general info about discord.js 2016-10-26 21:03:44 -04:00
Schuyler Cebulskie
c4ee802c3b Fix formatting for GitHub 2016-10-26 20:51:34 -04:00
Schuyler Cebulskie
6dfb904e6b Center the shields and NPM banner 2016-10-26 20:45:48 -04:00
Schuyler Cebulskie
801588b2d4 Add v10 details to docs 2016-10-26 20:39:11 -04:00
Amish Shah
d231adc489 add notice to docs folder 2016-10-26 16:14:37 +01:00
Amish Shah
597c3ebcbe Remove unnecessary docs.json file 2016-10-26 16:09:17 +01:00
meew0
e85fd4482f Fix the secret Travis details
Apparently the environment variables weren't correctly stored last
time, so they had to be regenerated.
2016-10-26 17:02:01 +02:00
Gus Caplan
60a911e4a0 add clientUser#createGuild (#832)
* add clientUser#createGuild merge docs

* almost caused a memory leak!

* muh triggers
2016-10-26 15:59:15 +01:00
Amish Shah
cf45d1905e Reduce doc log size 2016-10-26 15:57:45 +01:00
meew0
0296a71793 Improve the docs building process (#834)
* Add a script to automatically build and push docs

This script will checkout the repo in the `docs` branch, then build the
docs locally, copy it to that repo, commit and push. It is designed to
be used in conjunction with Travis.

* Add unencrypted deploy keys to the gitignore

* Make Travis automatically execute the deploy script

* Add the encrypted deploy key

* Update the .travis.yml with the necessary information
2016-10-26 15:54:53 +01:00
Amish Shah
5bd18e6051 add some documentation 2016-10-25 19:47:17 +01:00
Amish Shah
5844bbb54c Fix travis builds 2016-10-25 14:38:56 +01:00
Gus Caplan
44bae385c2 update clientUser#setAvatar (#819)
* WHO DID THIS

* e

* some people have base64 fetishes i guess

Signed-off-by: Gus Caplan <fluffyrobotcheese@gmail.com>
2016-10-24 01:09:38 -04:00
Schuyler Cebulskie
c9c6e8a357 Added note about bot accounts to fetchMessage 2016-10-23 14:59:04 -04:00
Gus Caplan
3e1425af04 allow TextBasedChannel#bulkDelete to take a number (#821)
* useful

* update docs

* Update TextBasedChannel.js

* update docs

* fix docs

* Update TextBasedChannel.js
2016-10-23 14:51:54 -04:00
Gus Caplan
b020fae258 fix emoji updates (#826) 2016-10-22 23:43:07 -04:00