13 Commits

Author SHA1 Message Date
jonniebigodes
5667488ef3 Starter documentation and snippet fixes 2024-11-17 16:46:37 +00:00
Kyle Gach
df80522e1b Rename interaction test -> component test 2024-08-22 14:48:54 -06:00
Kyle Gach
d192df3ac0
Merge branch 'next' into kasper/mount-docs 2024-07-10 06:34:23 -06:00
jonniebigodes
9f16fe1aee Docs: Fix links and assorted fixes 2024-07-09 23:44:05 +01: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
Kasper Peulen
25a0266957 Add docs for mounting inside the play function 2024-07-03 23:46:02 +02:00
Kyle Gach
3e702d4a78 Fix errors introduced in #28375 2024-06-27 23:59:53 -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
4bf1219991 API doc blocks 2024-06-17 18:46:21 +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