Skip to content

Commit

Permalink
Merge pull request #22279 from storybookjs/chore_docs_publish_remove_…
Browse files Browse the repository at this point in the history
…title

Chore: (Docs) Removes section from the publishing docs
  • Loading branch information
jonniebigodes authored Apr 26, 2023
2 parents ffddc4b + aa7a587 commit 94debdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
14 changes: 0 additions & 14 deletions docs/sharing/publish-storybook.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,20 +161,6 @@ Examples: [Netlify](https://www.netlify.com/), [S3](https://aws.amazon.com/en/s3

If your Storybook is publically viewable, you may wish to configure how it is represented in search engine result pages.

### Title

Storybook will generate the document title (i.e. `<title>`) for you automatically, to include the currently-viewed component and story. By default, it looks something like "Components / Button - Primary ⋅ Storybook". You can modify the "Storybook" portion by adding the following to the `main.js` file in your config directory:

<!-- prettier-ignore-start -->

<CodeSnippets
paths={[
'common/seo-title.js.mdx',
]}
/>

<!-- prettier-ignore-end -->

### Description

You can provide a description for search engines to display in the results listing, by adding the following to the `manager-head.html` file in your config directory:
Expand Down
5 changes: 0 additions & 5 deletions docs/snippets/common/seo-title.js.mdx

This file was deleted.

0 comments on commit 94debdc

Please sign in to comment.