From 7af9dfa5d15b44e33421340837a7d9819f3d18b2 Mon Sep 17 00:00:00 2001 From: VonIobro Date: Fri, 9 Jun 2017 13:18:35 +0700 Subject: [PATCH] Change file name to add links I tried adding a tag to my storybook and it didn't work according to old instructions. So I referenced a few projects and it seems that it has changed, i.e. https://github.com/bufferapp/buffer-components/blob/master/.storybook/head.html --- docs/pages/configurations/add-custom-head-tags/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/configurations/add-custom-head-tags/index.md b/docs/pages/configurations/add-custom-head-tags/index.md index 6cae4180c759..915c2e114b89 100644 --- a/docs/pages/configurations/add-custom-head-tags/index.md +++ b/docs/pages/configurations/add-custom-head-tags/index.md @@ -5,11 +5,12 @@ title: 'Add Custom Head Tags' Sometimes, you may need to add different tags to the HTML head. This is useful for adding web fonts or some external scripts. -You can do this very easily. Simply create a file called `preview-head.html` inside the Storybook config directory and add tags like this: +You can do this very easily. Simply create a file called `head.html` inside the Storybook config directory and add tags like this: ```html + ``` That's it. Storybook will inject these tags.