From c0778d614a8178f9625e7c1bd16f512e76b37451 Mon Sep 17 00:00:00 2001 From: Panos Voudouris Date: Mon, 12 Jun 2017 21:35:05 +0100 Subject: [PATCH] Add versions plugin to docs --- docs/pages/addons/addon-gallery/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/addons/addon-gallery/index.md b/docs/pages/addons/addon-gallery/index.md index caee8942d032..e3d3935e43db 100644 --- a/docs/pages/addons/addon-gallery/index.md +++ b/docs/pages/addons/addon-gallery/index.md @@ -93,3 +93,7 @@ It allows you to configure the display and copy the code with a single click. ### [Intl](https://github.com/truffls/storybook-addon-intl) With this addon you will have an additional panel at the bottom which provides you buttons to switch the locale and directly see the result in the preview. + +### [Versions](https://github.com/buildit/storybook-addon-versions) + +This addon lets you navigate different versions of static Storybook builds. As such you can see how a component has changed over time.