diff --git a/docs/extensions/guides/README.md b/docs/extensions/guides/README.md
index 2917090212..2f04edfea1 100644
--- a/docs/extensions/guides/README.md
+++ b/docs/extensions/guides/README.md
@@ -19,10 +19,11 @@ Each guide or sample will include:
| [Stores](stores.md) | |
| [Components](components.md) | |
| [KubeObjectListLayout](kube-object-list-layout.md) | |
+| [Working with mobx](working-with-mobx.md) | |
## Samples
| Sample | APIs |
| ----- | ----- |
[helloworld](https://github.com/lensapp/lens-extension-samples/tree/master/helloworld-sample) | LensMainExtension
LensRendererExtension
Component.Icon
Component.IconProps |
-[minikube](https://github.com/lensapp/lens-extension-samples/tree/master/minikube-sample) | LensMainExtension
Store.clusterStore
Store.workspaceStore |
\ No newline at end of file
+[minikube](https://github.com/lensapp/lens-extension-samples/tree/master/minikube-sample) | LensMainExtension
Store.clusterStore
Store.workspaceStore |
diff --git a/docs/extensions/guides/overview.md b/docs/extensions/guides/overview.md
deleted file mode 100644
index 819c992725..0000000000
--- a/docs/extensions/guides/overview.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## How to use mobx within Lens Extensions
-
-A short overview of mobx with examples and links to its offical documentation. Read it [here](working-with-mobx.md)