83 Commits

Author SHA1 Message Date
Kyle Gach
100f774315 Update TOC 2024-01-26 15:13:18 -07:00
Kyle Gach
cfd6df5dc5 Update migration guide for 8.0 2024-01-25 13:44:25 -07:00
Kyle Gach
d182f66b4b Add Next.js framework doc
- Based on
    - https://github.com/storybookjs/storybook/tree/next/code/frameworks/nextjs
    - https://storybook.js.org/blog/integrate-nextjs-and-storybook-automatically/
2024-01-24 15:22:15 -07:00
Kyle Gach
5a23de20cf Add Parameters API reference
- Add API references for all essential addons
- Consolidate related snippets
2024-01-08 12:59:49 -07:00
jonniebigodes
e7c8f96d35 Update toc 2023-11-30 12:27:08 +00:00
Norbert de Langen
f75ef81403
Merge branch 'next' into release-8-0 2023-11-28 10:58:12 +01:00
Kyle Gach
975ad7604b Update TOC to use heading type
- Rename `introduction.md`, `overview.md`, `how-to-contribute.md` pages -> `index.md` pages
- Add all-new `index.md` pages for Sharing and API
- Find/replace `introduction.md`/`overview.md` -> `index.md`
- Find/replace `/introduction`/`/overview` -> `/`
- Add `hideRendererSelector: true` to frontmatter of (some) pages that aren't conditional on renderer
2023-11-27 20:57:51 -07:00
Kyle Gach
31247ba71f Docs TOC updates
- Remove emoji from top-level titles
- Remove `bullet-link` type
2023-11-27 20:57:51 -07:00
jonniebigodes
19841e0d03
Merge branch 'next' into docs_swc_flag 2023-11-26 20:43:12 +00:00
jonniebigodes
3cb33e5beb Feedback round 2 2023-11-24 14:51:41 +00:00
jonniebigodes
600daef87a Feedback addressed 2023-11-23 18:43:21 +00:00
jonniebigodes
e9c5bc8722 First iteration 2023-11-21 14:10:29 +00:00
Norbert de Langen
5ae02be62e
Merge branch 'next' into release-8-0 2023-11-21 09:36:31 +01:00
jonniebigodes
6ead60de0f Small tweaks 2023-11-18 20:27:17 +00:00
Norbert de Langen
fd76b206a9
remove docs and dependencies of storyshots 2023-10-18 17:44:20 +02:00
Kyle Gach
a49d41b5c1 WIP: Add indexers API reference 2023-09-20 11:30:40 -06:00
Kyle Gach
656fbfac50 Add Writing Stories in TypeScript docs guide
- Use same snippets for all "custom args" examples
- Add/update/remove snippets
2023-08-20 08:51:41 -06:00
jonniebigodes
91f8a4c9ba Merge branch 'chore_docs_importing_tests_changes' of https://github.com/storybookjs/storybook into chore_docs_importing_tests_changes 2023-08-01 18:36:32 +01:00
jonniebigodes
e383a579b3 Adjust filenames per suggestion 2023-08-01 18:35:47 +01:00
jonniebigodes
f613d18436
Merge branch 'next' into chore_docs_importing_tests_changes 2023-08-01 16:18:33 +01:00
Shaun Lloyd
55f5da3047 Pull addon-themes from essentials 2023-07-28 11:52:18 -04:00
Shaun Lloyd
98aae4e721 Alphabetize essentials list 2023-07-21 15:35:37 -04:00
Shaun Lloyd
b7d5784150 Add themes to the toc 2023-07-21 15:35:37 -04:00
jonniebigodes
18c4c2e65c
Merge branch 'next' into chore_docs_importing_tests_changes 2023-07-12 11:29:34 +01:00
jonniebigodes
1011ccd2dd Tweaks for docs publishing 2023-07-05 17:34:40 +01:00
jonniebigodes
8ce288caa8
Merge branch 'next' into chore_docs_importing_tests_changes 2023-06-30 19:59:38 +01:00
Kyle Gach
6ab54783a8 Move CSF page out of Stories sub-section in TOC?
- Remove now-empty Stories sub-section
2023-06-12 16:21:40 -06:00
Kyle Gach
c15f7fa6f4 Add ArgTypes API reference
- Remove previous ArgTypes guide
- Add/update relevant snippets
2023-06-12 16:21:40 -06:00
jonniebigodes
183a33190f Extends imports stories into tests docs 2023-06-02 16:50:46 +01:00
Kyle Gach
1d3262ee62 Address comments:
- Add `babelDefault` and `managerHead` pages
- Fix broken links
- Clarify when some properties are primarily used by addon authors
- Document simplified options for `babel`, `babelDefault`, `viteFinal`, and `webpackFinal`
- Add description for `core.channelOptions`
- Remove the `previewMainTemplate` page
- Document possible shortcomings of some `stories` configurations
- Document limitations of some `typescript` options
2023-05-23 14:15:53 -06:00
Kyle Gach
92c7faa69f Simplify presentation of properties
- # config.core -> # core
- ## `config.core.builder` -> ## `builder`
- Add "Parent: [main.js|ts configuration](./Overview.md)"
- Update TOC menu title
2023-05-23 14:15:53 -06:00
Kyle Gach
e8a89dbd56 Add /docs/api/main-config-* pages
- Add relevant snippets
2023-05-23 14:15:53 -06:00
Kyle Gach
7320a59546 Rename TOC item: @storybook/blocks -> Doc blocks
- Always sort required properties first
2023-05-23 14:15:53 -06:00
Shaun Lloyd
50f7a371b6 Raise styling-and-css into configure 2023-04-19 15:42:32 -04:00
Kyle Gach
a59bca4285 Add Addon migration guide for Storybook 7.0 page 2023-04-04 15:52:22 -06:00
Kyle Gach
cf3dfd225c Further updates
- Change slug, TOC title, and page title
- Make clear the version range covered
2023-03-24 11:12:37 -06:00
Kyle Gach
f620153c7f Add Upgrade guide to docs 2023-03-24 11:12:37 -06:00
Kyle Gach
77a97900d1 Move Why Storybook? to be 1st in Get Started menu 2023-03-07 08:45:14 -07:00
Kyle Gach
19bdc6837b Remove /docs/get-started/introduction.md
- Remove related assets
- Move `/docs/why-storybook` to `/docs/get-started/why-storybook`
2023-03-03 11:12:40 -07:00
Michael Shilman
b2aea37ece Rename AutoDocs to Autodocs 2023-03-02 12:42:49 +08:00
jonniebigodes
217e215874
Merge pull request #21122 from storybookjs/chore_auto_docs__docs_fixes
Chore: (Docs) Auto docs fixes
2023-02-22 21:46:55 +00:00
Kyle Gach
c03f0da058 Add Doc Blocks overview & API reference
- Remove Doc Blocks guides
- Update `docs/api/argtypes` to include information that was in `docs/writing-docs/doc-block-argstable`
- Update TOC
    - Change `Write docs > Doc blocks` from a menu to a page
    - Add `API > @storybook/blocks menu`
2023-02-21 22:38:18 -07:00
jonniebigodes
c47de5c1bd misc fixes to auto docs and doc block related issues 2023-02-16 12:46:28 +00:00
jonniebigodes
59f4096f88
Merge branch 'next' into docs-updates-for-mdx-2 2022-12-16 13:29:07 +00:00
Kyle Gach
bba86c86bc Remove /docs/api/mdx
- Update TOC
- Will redirect to `/docs/writing-docs/mdx`, as the content was almost entirely duplicated
- Remove unused images and snippets
2022-12-14 21:37:50 -07:00
jonniebigodes
df17553de0 Adds Docs 2 documentation 2022-12-13 18:22:21 +00:00
Kyle Gach
8125ea857d Fix URL for docs/addons/integration-catalog
- #20108 changed `/docs/addons/addon-catalog` to `/docs/integrations/integration-catalog`
   - But the TOC wasn't also updated
   - And if it would've been, we'd need to also update all other `/docs/addons/...` pages
2022-12-09 10:27:13 -07:00
jonniebigodes
e90e5dd5ac Adds docs on how to configure Storybook frameworks 2022-12-06 21:13:52 +00:00
jonniebigodes
deee81fcd3
Merge pull request #19957 from storybookjs/chore_docs_add_test_coverage
Chore: (Docs) Adds test coverage to the docs
2022-11-30 22:45:34 +00:00
Kyle Gach
316e37eb7b Address feedback
- Add link to TOC
- Change 'Write the README' heading to 'Write the documentation"
- Remove 'Thank you' section
- Add 'Other ways to contribute' section
    - Update/add corresponding section on other relevant pages
2022-11-28 10:55:44 -07:00