Description
Currently when the LM api is changed, one has to make a PR in both the LM main repo, and this repo to document the changes. Even worse, one may also need to create a PR in the example applets repo.
The whole benefit of having a mono-repo is to prevent these separate PRs, so we may want to look into merging everything together into the main repo. The examples repo could definitely be combined with the main repo (maybe just at the top level, instead of under packages).
The website shouldn't be combined in my opinion (and that would even give us trouble with the domain name). But it may be possible to move only the docs section of the site to there, and dynamically fetch this data when building the website.
More thought needs to be put into this idea however.