* updated README.md
added hyperlink to banner
* updated hyperlink linked to Examples
the link is updated. now the text 'Examples' when clicked redirects to the master branch and with that to the up-to-date examples.
* implements #2276
* add localization and website contributing guides
* fix typo
* Update build-website.yml
* add note for write-translations
* attempt 2 at making CI build the stubs
* experiment: delete part of the stubs...
expecting ci to rebuild it
* write-translations for dev and check- for ci
* catch promise errors
* commit the missing mdx instruction
* fix English grammar in check report
* change suffixes from md to mdx
fix broken links for English locale
tree shake and update docusaurus
add docusaurus ideal image plugin
use svg and themed image
delete unused static asset
* move localized landing page
* change GitLocalize project page
* nit pick
* remove ignore to have the block checked
* some documentation fixes
* more fixes
* why it didn't work before is beyond me
* next redirect
* change 0.18 docs folder structure to make it inline with next
* move docs to /docs
now that home is its own page, docs should be under `/docs/`
* tag 0.19.0 version on website
* checkout before artifact
* config for fork
* pass pull request number (again)
* worthless change to trigger build
* use comment url path
* let's play around with redirects
* trigger change
* redirects
* update config
* remove firebase.json from pull request
* remove redirects
* use an index page instead of redirects
* intro -> index
* revert unnecessary changes
* correct format
* added link for Japanese docs
* removed last slash
* enabled to match trailing slash
* Revert "enabled to match trailing slash"
This reverts commit 51ecb29eab474246d340531fd27b17cef3efab47.
* conditially require serialize
* we're using a trait alias and a clearer implementation of the constraints
* after merging with separated agent
* no trait aliases :(
* specialized the types for Drop a bit
* added an additional constraint on an agent
* emitted with fmt fixes
* dropped the useless debug constraint on the input
* fix stdweb examples
* dropped unneeded debug constraints
* linter