* 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
* 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
* 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
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.