227 Commits

Author SHA1 Message Date
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
jonniebigodes
9f16fe1aee Docs: Fix links and assorted fixes 2024-07-09 23:44:05 +01:00
Aislinn Hayes
16704b8483 Merge branch 'next' into docs-build-storybook-references 2024-07-01 12:05:50 +01: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
Aislinn Hayes
febc8c22e3 update a bunch of references to build-storybook command in the docs to storybook build 2024-06-18 16:44:47 +01:00
Charles de Dreuille
6cf15e0778 writing stories 2024-06-18 09:37:46 +01:00
Charles de Dreuille
f376c6106a writing docs links 2024-06-18 09:22:45 +01:00
Charles de Dreuille
c8495172d2 Updating all pngs 2024-06-14 09:55:31 +01:00
Charles de Dreuille
ef31c827e7 Done 2 sections 2024-06-13 18:43:14 +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
Kyle Gach
25ed3c27a2 Snippetize examples 2024-05-07 09:20:43 -06:00
Kyle Gach
b44b8382da
Merge branch 'next' into tags-docs 2024-05-06 16:43:22 -06:00
Kyle Gach
64c67b4dbb Revise tags docs
- Document new API
- Add examples
- Remove `main-config-tags`
- Remove `--tags` and `--exclude-tags` CLI flags
- Remove `autodocs: true | false | 'tag'`
- Remove old snippets
2024-05-06 16:34:17 -06:00
jonniebigodes
997551de2e Docs: MDX minor fixes 2024-04-09 12:51:39 +01:00
Kyle Gach
136005bda8 Fix broken links 2024-03-13 15:57:41 -06:00
jonniebigodes
917da2a7d8 Docs: Storybook 8 image updates 2024-03-12 14:59:07 +00:00
jonniebigodes
b8c6a63c14 Docs: Adds first batch of videos 2024-02-28 14:25:46 +00:00
Michael Shilman
ab947ce15d Merge branch 'next' into pr/23677 2024-02-19 20:13:05 +08:00
Kyle Gach
b644216cc4 Consolidate snippets 2024-01-30 10:15:12 -07:00
Kyle Gach
f18392262c Update docs/writing-docs/autodocs.md
Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
2024-01-30 10:15:12 -07:00
Kyle Gach
8ab95188f9 Re-document subcomponents
- Largely reverted relevant portions of #20233 & #21742
2024-01-30 10:15:12 -07:00
Kyle Gach
bb423bd59c Remove mentions of MDX 2
- Remove Breaking changes section
- Move GFM instructions to Troubleshooting section
- Remove blockquotes, which render in a huge font
2024-01-22 10:14:33 -07:00
jonniebigodes
745566411c
Merge branch 'next' into docs_remove_stories_mdx 2024-01-19 12:36:49 +00:00
jonniebigodes
37a0edf48e Remove section and update link 2024-01-19 12:35:25 +00:00
Kyle Gach
4267381958 Add details about React version for addon-docs 2024-01-18 13:25:07 -07: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
jonniebigodes
05cd1590ba remove section snippets and fix headings 2024-01-15 21:28:17 +00:00
jonniebigodes
a1ff57b411 Docs: Removal of CSF in MDX format 2024-01-15 20:59:31 +00:00
jonniebigodes
ec290ea869 Fix links 2023-12-22 12:27:52 +00:00
jonniebigodes
a87e90994c Docs: Documentation updates for known limitations 2023-12-15 21:19:27 +00:00
jonniebigodes
39fd813c16 Docs: Svelte docs and examples update 2023-12-04 21:23:56 +00:00
jonniebigodes
18ce18fc42 Docs: Fix ArgTypes links 2023-12-01 18:09:23 +00: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
Yann Braga
e98fcc2475
Merge branch 'next' into fix-toc-heading-leak 2023-11-21 00:55:17 +01:00
Shaun Lloyd
b52d3c1e72 Replace aside with new Callout 2023-11-03 13:05:44 -04:00
jonniebigodes
2bbcab46a9 Docs: MDX updates 2023-10-23 19:05:21 +01:00
jonniebigodes
601e90224f Moves video up and callout 2023-08-10 21:56:12 +01:00
jonniebigodes
c75a8fc64b Adds more video coverage to the documentation 2023-08-10 20:40:43 +01:00
Vytautas
93a5503a6b
docs: update TOC docs 2023-08-02 10:59:22 +08:00
Chaz Gatian
6edb9865c7 Update autodoc to proper default value 2023-07-21 17:24:36 +00:00
jonniebigodes
f88a170678
Merge branch 'next' into chore_docs_adds_mdx_video_callout 2023-07-14 01:20:56 +01:00
jonniebigodes
2035c5f14f Addressing feedback 2023-07-13 19:28:39 +01:00
jonniebigodes
59c3af49c1 Adds MDX video callout 2023-07-13 19:07:56 +01:00