148 Commits

Author SHA1 Message Date
jonniebigodes
e97dfc1ddd Address feedback 2024-11-21 15:56:13 +00:00
jonniebigodes
5667488ef3 Starter documentation and snippet fixes 2024-11-17 16:46:37 +00:00
jonniebigodes
90c1f79546
Merge branch 'next' into no-wsl 2024-11-06 18:47:42 +00:00
Tobias Diez
5ec554ab57
Merge branch 'next' into sandbox-improv 2024-10-04 10:45:49 +02:00
Tobias Diez
1636ea32a3
Update docs/contribute/code.mdx
Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
2024-10-04 16:43:25 +08:00
Tobias Diez
57baf1168e Chore: remove need to run everything under WSL 2024-09-20 22:49:40 +08:00
Shota FUJI
7a32c16cfd
Docs: Fix broken links ending with ".mdx"
When I checked "How to contribute" page on storybook.js.org, a link
titled "Continue reading our contributor covenant" pointed to GitHub's
404 page. The last item of the URL path was "CODE_OF_CONDUCT.mdx", which
is not common filename people uses, therefore I suspected this is not
the only broken link in the docs.

And I was right. I ran the below command (rg = RipGrep) then found
several 404 links.

```
$ cd docs
$ rg "https?:[\S)]+mdx\)" --sort path
```

Git blame told me that some of ".md" to ".mdx" migration works
accidentally changed non-docs URLs ending with ".md" too.

StackBlitz URL in docs/api/main-config/main-config-indexers.mdx is not
actually a dead link, as the service redirects to the `README.md`.
However, the redirection takes loooong so I replaced that as well.

There are still two links that match to the above regexp:

* <https://github.com/storybookjs/storybook/blob/next/docs/get-started/setup.mdx>
  at docs/contribute/documentation/new-snippets.mdx L42
* <https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx>
  at docs/writing-docs/mdx.mdx

but those two are both valid (alive) URLs.
2024-09-05 15:30:37 +09:00
Tobias Diez
96af77fb83 Chore: Fix path to sandbox template file 2024-08-23 17:26:34 +02:00
jonniebigodes
9f16fe1aee Docs: Fix links and assorted fixes 2024-07-09 23:44:05 +01:00
jonniebigodes
47e919ce0e Docs: Fix malformed frontmatter 2024-06-28 15:30:21 +01:00
Kyle Gach
3e702d4a78 Fix errors introduced in #28375 2024-06-27 23:59:53 -06:00
Kyle Gach
cdde79ce70 Replace remaining *.md docs links with *.mdx 2024-06-27 22:25:39 -06:00
Kyle Gach
35d30d2914 Fix links that were missing new directories
e.g. `./api/main-config-typescript.mdx` -> `./api/main-config/main-config-typescript.mdx`
2024-06-27 22:25:03 -06:00
Kyle Gach
09bd49af77 Fix incorrect relative links
On a page inside a new directory (e.g. `get-started/frameworks`), almost* every relative link that went up a level (e.g. `../writing-stories/args.mdx`) now needs to go up two levels (e.g. `../../writing-stories/args.mdx`).

* The exception is relative links pointing to directories that are siblings of the current directory, e.g. on `configure/integration`, a link to `../user-interface/sidebar.mdx` does _not_ need adjusted.
2024-06-27 22:22:39 -06:00
Charles de Dreuille
ec867cbf10 Add contribute 2024-06-18 01:27:03 +01:00
Charles de Dreuille
c8495172d2 Updating all pngs 2024-06-14 09:55:31 +01:00
Charles de Dreuille
010d657909 Finish all docs 2024-06-14 08:57:54 +01:00
Charles de Dreuille
c9b9a0929f Updated indexes root 2024-06-13 18:34:00 +01:00
Charles de Dreuille
fdf0856332 Convert code snippets paths into a single path 2024-06-13 17:53:43 +01:00
Charles de Dreuille
41e0a4fca2 Update comments to javascript 2024-06-13 17:52:40 +01:00
Charles de Dreuille
36b38f7283 Rename all file extensions from .md to .mdx 2024-06-13 17:52:12 +01:00
Charles de Dreuille
4949308eed Move all assets to a single folder 2024-06-13 17:50:53 +01:00
Michael Shilman
ffb7ef73ab
Merge pull request #27201 from storybookjs/shilman/add-roadmap
Docs: Add public roadmap
2024-05-21 12:54:21 +08:00
Kyle Gach
679d20a992 Typo 2024-05-20 10:28:57 -06:00
Kyle Gach
8184e84747 Update URL to /contribute/roadmap
- Update heading structure
- Clarified shaping process
- Typos and other small tweaks
2024-05-20 09:59:19 -06:00
Michael Shilman
677958795a Docs: Add public roadmap 2024-05-20 12:46:41 +08:00
Michael Shilman
67c2b75618 Docs: Fix RFC schedule 2024-05-20 12:39:09 +08:00
ImgBotApp
3312cd6067
[ImgBot] Optimize images
*Total -- 3,378.51kb -> 3,172.13kb (6.11%)

/docs/contribute/storybook-reproduction-generator-location.png -- 77.72kb -> 47.79kb (38.51%)
/code/lib/core-events/src/errors/message-reference.png -- 68.88kb -> 44.25kb (35.76%)
/CONTRIBUTING/prerelease-workflow-inputs.png -- 77.58kb -> 49.85kb (35.74%)
/docs/contribute/storybook-reproduction-generator-template.png -- 119.93kb -> 77.09kb (35.72%)
/docs/api/story-pipeline-playwright-ct.png -- 97.43kb -> 72.32kb (25.77%)
/docs/api/story-pipeline.png -- 90.20kb -> 68.18kb (24.41%)
/code/lib/core-server/public/favicon.svg -- 1.26kb -> 1.22kb (3.17%)
/docs/writing-tests/test-coverage-storybook.gif -- 566.61kb -> 554.79kb (2.09%)
/docs/assets/mdx-vs-code-extension-errors.gif -- 1,090.69kb -> 1,077.12kb (1.24%)
/code/lib/cli/rendererAssets/common/assets/tutorials.svg -- 1.24kb -> 1.23kb (1.1%)
/code/lib/cli/rendererAssets/common/assets/discord.svg -- 2.36kb -> 2.34kb (0.91%)
/docs/essentials/addon-themes-example.gif -- 1,177.62kb -> 1,168.98kb (0.73%)
/code/lib/cli/rendererAssets/common/assets/accessibility.svg -- 1.52kb -> 1.50kb (0.71%)
/test-storybooks/portable-stories-kitchen-sink/nextjs/stories/assets/accessibility.svg -- 1.52kb -> 1.50kb (0.71%)
/code/lib/cli/rendererAssets/common/assets/youtube.svg -- 0.70kb -> 0.70kb (0.69%)
/test-storybooks/portable-stories-kitchen-sink/nextjs/public/vercel.svg -- 0.61kb -> 0.61kb (0.16%)
/code/lib/cli/rendererAssets/common/assets/github.svg -- 2.66kb -> 2.66kb (0.11%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-05-07 19:11:27 +00:00
jonniebigodes
917da2a7d8 Docs: Storybook 8 image updates 2024-03-12 14:59:07 +00:00
Kyle Gach
51e08caa99 Misc docs updates
- Add Vue 3 requirement to migration.md
- Fix broken link in nextjs README
- Detail ecosystem updates in migration-guide
- Remove remaining reference to removed packages
2024-02-01 11:08:05 -07:00
jonniebigodes
f3c7f3d538
Merge branch 'next' into docs_vue_2_removal 2024-01-22 14:39:48 +00:00
Kyle Gach
5074a88c62 Fix formatting of "Learn more" sections
- Use bold text instead of heading
    - The correct heading level is often h2, which is much more attention grabbing than we want
    - Using a better heading level size, h4, is often incorrect, semantically
        - h4's styles are just bold normal text
    - There's no value in having these headings in the "On this page" TOCs, because it's just duplicating what's in the sidebar navigation
2024-01-18 13:25:07 -07:00
Valentin Palkovic
10ad2a447e Merge remote-tracking branch 'origin/next' into valentin/remove-babel-from-webpack5-builder 2024-01-09 13:34:01 +01:00
Valentin Palkovic
a77b9aa1cd Update Node.js version requirement 2024-01-09 09:50:46 +01:00
Valentin Palkovic
0688ef09b7 Remove Babel from webpack5 builder 2023-12-28 13:40:37 +01:00
jonniebigodes
697cf08869 Docs: Remove Vue 2 from documentation 2023-12-27 20:47:00 +00:00
Yann Braga
950875687e update contribution guide 2023-12-19 15:41:49 -03:00
jonniebigodes
f59474407d Docs: Minor Fixes and cleanup 2023-11-29 21:28:48 +00: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
jonniebigodes
d859e391a0 Capitalize Node 2023-11-20 14:48:36 +00:00
jonniebigodes
9e3c955fec Docs: Minor changes for code contribution docs 2023-11-20 14:10:16 +00:00
jonniebigodes
1318f0181b Fix links and issues 2023-11-04 00:35:06 +00:00
Shaun Lloyd
b52d3c1e72 Replace aside with new Callout 2023-11-03 13:05:44 -04:00
jonniebigodes
e03993cc99 Fix capitalization 2023-10-09 19:22:38 +01:00
Ian VanSchooten
806ea52995 Add step to cd into storybook directory 2023-10-05 08:54:52 -04:00
Ian VanSchooten
15370fd1c7 Add instructions for installing yarn 2023-10-05 08:54:32 -04:00
jonniebigodes
57eac1cbb2
Merge branch 'next' into vy/feature-requests-as-discussions 2023-07-05 17:44:17 +01:00
jonniebigodes
1011ccd2dd Tweaks for docs publishing 2023-07-05 17:34:40 +01:00
jonniebigodes
f498684df1 Fixes for incorrect placement of documentation 2023-06-27 18:22:18 +01:00
Vanessa Yuen
b60eae37c4
Update docs/contribute/RFC.md
Co-authored-by: Kyle Gach <kyle.gach@gmail.com>
2023-06-21 18:16:54 +02:00