From 646895d87e7c040faa50a04dda11237741113f1e Mon Sep 17 00:00:00 2001 From: domyen Date: Wed, 12 Aug 2020 17:28:25 -0400 Subject: [PATCH] fix bug in example location and tweak --- docs/{ => get-started}/examples.md | 0 docs/toc.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{ => get-started}/examples.md (100%) diff --git a/docs/examples.md b/docs/get-started/examples.md similarity index 100% rename from docs/examples.md rename to docs/get-started/examples.md diff --git a/docs/toc.js b/docs/toc.js index 1d287e5b940..74bf3871f80 100644 --- a/docs/toc.js +++ b/docs/toc.js @@ -42,7 +42,7 @@ module.exports = { description: 'Take your Storybook skills to the next level', }, { - title: 'Examples', + title: '📚 Examples', pathSegment: 'examples', type: 'link', },