- Remove all docs apart from extension api auto-generated related docs. All standard Lens IDE docs will now reside in lens-ide repo;
- Remove the delete and set-version workflows for the docs. These will now reside in the lens-ide repo;
- Amend the existing workflow that builds/publishes the docs to instead create a repository dispatch event to the lens-ide repo. This event will be the trigger for the build/publish docs workflow in lens-ide repo
Signed-off-by: Steve Richards <srichards@mirantis.com>
* Rework extensions guides
* Edited MobX guide.
* Changed MobX in mkdocs.yml nav.
Signed-off-by: Paul Williams <pawilliams@mirantis.com>
* split line by sentances
Signed-off-by: Sebastian Malton <sebastian@malton.name>
Co-authored-by: Paul Williams <pawilliams@mirantis.com>
Co-authored-by: Sebastian Malton <sebastian@malton.name>
* add a brief overview to our use of mobx and mark all observable fields as observable in our docs
* add to navigation
Signed-off-by: Sebastian Malton <sebastian@malton.name>