| #
3f609562 |
| 21-Sep-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] convert app to ESM, update MDX to v2 (#18947)
Co-authored-by: Jon Samp <[email protected]>
|
| #
231b3b26 |
| 01-Sep-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] convert Next app to ESM (#18916)
|
| #
bce5b67e |
| 13-Jul-2022 |
Jon Samp <[email protected]> |
[docs] Upgrade to Next 12 and SWC (#18115)
* [docs] Upgrade next to 12.1.5
* babel loader
* Update docs/components/base/list.tsx
Co-authored-by: Bartosz Kaszubowski <[email protected]>
*
[docs] Upgrade to Next 12 and SWC (#18115)
* [docs] Upgrade next to 12.1.5
* babel loader
* Update docs/components/base/list.tsx
Co-authored-by: Bartosz Kaszubowski <[email protected]>
* update snapshot
* remove ignores
* remove one more ts ignore
* revert dangerjs
* remove resolutions
* use require
* pay attn to build errors
Co-authored-by: Cedric van Putten <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>
show more ...
|
| #
cdf96539 |
| 02-Feb-2022 |
Cedric van Putten <[email protected]> |
[docs] Add redesigned callout component with blockquote (#16135)
* [docs] Add redesigned link and text components
* [docs] Finalize rebase on main
* [docs] Add redesigned callout component wit
[docs] Add redesigned callout component with blockquote (#16135)
* [docs] Add redesigned link and text components
* [docs] Finalize rebase on main
* [docs] Add redesigned callout component with blockquote adapter
* [docs] Use i tag for wrapping icons and fix string emoji
* [docs] Add emotion testing tools
* [docs] Add callout tests
* [docs] Remove test id from callout icon
* [docs] Add blockquote tests and fix string-only children
* [docs] Add extra test case for multiple paragraphs
* [docs] Add default text styling for callout
* [docs] Remove explicit blockquote styling from markdown
show more ...
|
| #
fccf9c8c |
| 05-Oct-2021 |
Cedric van Putten <[email protected]> |
[docs] Simplify markdown layout system (#14636)
* [docs] Add new version of the mdx headings plugin
This plugin is uncoupled from the existing frontmatter change in the custom webpack loader. It
[docs] Simplify markdown layout system (#14636)
* [docs] Add new version of the mdx headings plugin
This plugin is uncoupled from the existing frontmatter change in the custom webpack loader. It also has a fix for mixed children content type, and it can pipe through the ID from plugins like remark-slug
* [docs] Move heading manager over to the new plugin
* [docs] Move document page higher order component to simple component
* [docs] Add empty array to all heading manager tests
* [docs] Fix linting issue in remark export headings
* [docs] Fix esbuild warning and add minimizer
* [docs] Remove esbuild minimizer to clear up memory
* [docs] Replace or with nullish coalescing
Co-authored-by: James Ide <[email protected]>
* [docs] Rename documentation elements without with prefix
* [docs] Disable linting all links in docs workflow
Co-authored-by: James Ide <[email protected]>
show more ...
|
| #
5eba5f7f |
| 02-Jul-2020 |
Jon Samp <[email protected]> |
[docs] Prettier, jest, and github action (#8985)
|