Valentin Palkovic
9398495cca
Documentation: Update Next.js portable stories instructions for Vitest
2024-08-05 09:48:11 +02:00
Kyle Gach
56d64964b3
Add version callout to portable stories docs
2024-08-01 09:34:12 -06:00
Kasper Peulen
2772623919
Update docs/api/portable-stories/portable-stories-vitest.mdx
...
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:51:05 +02:00
Kasper Peulen
89eddca95b
Update docs/api/portable-stories/portable-stories-vitest.mdx
...
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:50:36 +02:00
Kasper Peulen
9d2af7cd30
Merge remote-tracking branch 'origin/kasper/introduce-run' into kasper/introduce-run
2024-07-31 15:46:31 +02:00
Kasper Peulen
f139626e1c
Address feedback
2024-07-31 15:46:26 +02:00
Kasper Peulen
a6eea4b2c9
Update docs/api/portable-stories/portable-stories-vitest.mdx
...
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:40:15 +02:00
Kasper Peulen
b1acd946a5
Update docs/api/portable-stories/portable-stories-jest.mdx
...
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:40:07 +02:00
Kasper Peulen
a762069c90
Update docs/api/portable-stories/portable-stories-jest.mdx
...
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:39:54 +02:00
Kasper Peulen
f9605a75d9
Update docs/api/portable-stories/portable-stories-jest.mdx
...
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-07-31 15:38:50 +02:00
Kyle Gach
339b541b31
Document Story.run()
instead of Story.play()
2024-07-30 11:17:25 -06:00
aberllin
62f49ed791
Update spacing from 4 to 2
2024-07-29 21:10:05 +02:00
aberllin
16a3d456ff
Trigger GitHub Actions settings update
2024-07-29 14:15:11 +02:00
aberllin
78d8e940ac
Update doc-block-colorpalette.mdx
...
- Updated documentation to include support for gradients in ColorItem.
- Mentioned examples of valid gradient formats such as 'linear-gradient(to right, white, black)' and 'linear-gradient(65deg, white, black)'.
2024-07-29 11:57:51 +02:00
Aislinn Hayes
f2b588495e
make suggested changes from PR
2024-07-24 14:27:13 +01:00
jonniebigodes
59b6fe26d5
Merge branch 'next' into docs-build-storybook-references
2024-07-22 17:55:47 +01:00
Kyle Gach
4ae680cdec
Merge branch 'next' into yann/document-portable-stories
2024-07-10 13:02:40 -06:00
Kyle Gach
2fc7a452f3
Fixes
2024-07-10 13:02:17 -06:00
Kyle Gach
3e0adbd9eb
Merge branch 'next' into kasper/mount-docs
2024-07-10 12:38:54 -06:00
Norbert de Langen
f261d3c862
Merge pull request #28491 from MarioCadenas/add-ref-sourceurl
...
Composition: Add source url to ref api
2024-07-10 20:11:36 +02:00
Kyle Gach
dbcbae8d9e
Further updates
2024-07-10 08:30:25 -06:00
Kyle Gach
d192df3ac0
Merge branch 'next' into kasper/mount-docs
2024-07-10 06:34:23 -06:00
Kyle Gach
bdbf67459a
WIP: Just pushing what I can
2024-07-09 23:28:33 -06:00
jonniebigodes
9f16fe1aee
Docs: Fix links and assorted fixes
2024-07-09 23:44:05 +01:00
Yann Braga
9308896321
update snippets
2024-07-09 19:20:36 +02:00
Yann Braga
97124f28bf
update assets
2024-07-09 17:48:45 +02:00
MarioCadenas
ee494c8e17
chore: Update docs
2024-07-09 15:10:26 +02:00
Kyle Gach
f1b57d0d79
Updates
...
- Prose tweaks, adding links for context
- Use `If` blocks for conditional content
- Restructure content to be story, component, project-ordered
- Update headings to be problem-oriented
2024-07-08 14:59:03 -06:00
kevinfoerster
91df45a9ef
Update doc-block-markdown.mdx
...
fixes typo in documentation
2024-07-05 16:45:03 +02:00
Yann Braga
2b8b888a65
Document portable stories usage
2024-07-04 14:16:34 +02:00
Kasper Peulen
25a0266957
Add docs for mounting inside the play function
2024-07-03 23:46:02 +02:00
Aislinn Hayes
53206cad88
update the references again after merging latest next branch
2024-07-01 12:11:49 +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
jonniebigodes
121989e7ef
Docs: Fix API typo
2024-06-27 14:56:55 +01:00
Kyle Gach
9b6fd36478
Update docs API index
2024-06-26 21:34:12 -06:00
Charles de Dreuille
697306c45e
Fix api links
2024-06-18 01:02:58 +01:00
Charles de Dreuille
2d32ceaba6
API Main config
2024-06-17 18:56:10 +01:00
Charles de Dreuille
4bf1219991
API doc blocks
2024-06-17 18:46:21 +01:00
Charles de Dreuille
c840af65c2
Update links for addons + main config + faq
2024-06-17 18:22:07 +01:00
Charles de Dreuille
54f9db2216
Remove SUPPORTED_RENDERER + SUPPORTED_RENDERERS
2024-06-14 10:41:08 +01:00
Charles de Dreuille
2ab5d8cad8
Updated jpg + gifs
2024-06-14 09:58:55 +01:00
Charles de Dreuille
c8495172d2
Updating all pngs
2024-06-14 09:55:31 +01:00
Charles de Dreuille
5843fe3ce2
Update order
2024-06-14 09:15:05 +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