We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2837815 commit e67b6ebCopy full SHA for e67b6eb
Makefile
@@ -211,6 +211,11 @@ netlify:
211
git submodule update; \
212
ln -s ../submodules/volto/docs/source ./docs/volto
213
cd $(DOCS_DIR) && sphinx-build -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
214
+ make storybook
215
+
216
+.PHONY: storybook
217
+storybook:
218
+ cd submodules/volto && yarn && yarn build-storybook -o ../../_build/html/storybook
219
220
.PHONY: all
221
all: clean spellcheck linkcheck html ## Clean docs build, then run linkcheck and spellcheck, and build html
0 commit comments