diff --git a/docs/docs/guides/mobx-utils.mdx b/docs/docs/guides/mobx-utils.mdx new file mode 100644 index 000000000..d3c33a745 --- /dev/null +++ b/docs/docs/guides/mobx-utils.mdx @@ -0,0 +1,11 @@ +--- +title: MobX-utils +sidebar_label: MobX-utils {🚀} +hide_title: true +--- + + + +# MobX-utils {🚀} + +[mobx_utils](https://pub.dev/packages/mobx_utils) provides an extensive series of additional utility functions, observables and common patterns for MobX. \ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index aa269c43c..3a834209c 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -28,6 +28,7 @@ module.exports = { 'guides/json-serialization', 'guides/organizing-stores', 'guides/when-does-mobx-react', + 'guides/mobx-utils', ], }, 'community',