Commit Graph

17 Commits

Author SHA1 Message Date
Skillz4Killz
3bbb03b8e3 cleanup cleanup cleanup on isle dd (#2792)
* cleanup cleanup cleanup on isle dd

* fix: rest manager import in test
2023-02-25 20:11:15 -06:00
Skillz4Killz
8536fc7150 chore: apps/site/ > site/ 2023-02-20 21:20:54 +00:00
Jonathan Ho
987b4058cb Site: update site structure and add architecture page (#2675)
* remove blog

* fix: license

* chore: bump docusaurus

* separate benchmark page

* move to sub folder

* fix blog path

* Chore: update site

* fix: only deploy on push and dispatch

* fix: on:

* ci: merge workflow

* ci: fix if

* refactor: dump preset
2022-12-04 08:36:10 -06:00
Skillz4Killz
eb4ab83537 fix: stupid fmt 2022-10-07 21:38:15 +00:00
Awesome Stickz
a7d6529fe8 docs(big-bot-guide): Updated to dd v16, fixed bugs, added missing code (#2501)
* docs(big-bot): Updated to dd v16, fixed bugs with it (cache), added missing code for events listener in bot part

* Add dd server link to big bot guide docs

* Fix: typo
2022-10-07 16:16:21 -05:00
ITOH
b00504ce07 perf(plugins/helpers,rest,site,template)!: uppercase rest methods (#2252)
* perf(plugins/helpers,rest,site,template)!: uppercase rest methods
There is no need for us to pass the methods in lower case and then use the `toUpperCase()` method everywhere. Therefore this PR changes every lowercase method to be uppercase (eg. `"get"` => `"GET"`).

* template is old version
2022-05-25 20:45:51 +02:00
ITOH
d7883855ec refactor(.github,README,gateway,plugins/fileloader,tests,types)!: make intent calculation manual
This changes the calculation of intents to be manual to the dev.
This is to improve overall consistency of our code base, also it is not a big drawback for users since intents are usually done once and then never (seldom) touched again.
2022-05-24 23:16:01 +02:00
Skillz4Killz
2921b0ead0 fix: update docs on spawnShardDelay 2022-03-30 22:59:51 +00:00
Awesome Stickz
da29ff294d fix: bugs in docs (#2080)
* fix: bugs in docs

* fix: mistyped function name for workers in big bot guide
2022-03-13 17:18:28 -04:00
Skillz4Killz
36913e05b9 fix: interaction bug <3 giveawaybot 2022-03-04 05:30:13 +00:00
Skillz4Killz
b514b7712e fix: deno fmt 2022-03-02 06:06:54 +00:00
Skillz4Killz
83baf69833 fix: event leak warning 2022-03-02 06:06:42 +00:00
Skillz4Killz
5c2404db51 fix: deno fmt 2022-03-02 06:03:27 +00:00
Skillz4Killz
4676fb049d fix: add gateway queue guide section 2022-03-02 06:00:25 +00:00
Skillz4Killz
8aaea9f339 refactor!: move dirs outside of src/ (#2032) 2022-02-11 09:49:53 +00:00
ITOH
81f8e0377c style: move to deno fmt (#1992)
* Create deno.json

* run format

* run format

* ci: only check formatting

* f

* Update settings.json

* Update settings.json
2022-02-04 15:00:04 +01:00
ITOH
24239053f3 docs: move to docusaurus (#1984)
* new site start

* ci: test docusaurus

* we use npm

* Update site_tests.yml

* Update site_tests.yml

* Update site_tests.yml

* do not ignore package.json

* Update package-lock.json

* Create deploy.yml

* Update docusaurus.config.js

* update authors

* Update docusaurus.config.js

* Update deploy.yml

* remove blog posts

* Update README.md

* delete old docs

* Update .gitignore

* delete template images

* Create 2022-02-03-welcome.md
2022-02-03 11:57:13 -05:00