[docs] regenerate snapshots after layout shift changes (#22490)
[docs] update Next and Styleguide packages to the latest version (#22274)
[docs] migrate to new styleguide packages (#21557)
[docs] UI tweaks and corrections (#21360)
[docs] update Styleguide, remove font overwrites (#21188)
[docs] tweaks related to the new color palette (#20818)
[docs] APISection: fix comment example in tables, remove legacy code (#20805)
[docs] Add radix colors (#20397)# Why I updated the styleguide to use Radix colors. This PR adds the new version of styleguide to the docs and changes all the color, shadow, and border-radius
[docs] Add radix colors (#20397)# Why I updated the styleguide to use Radix colors. This PR adds the new version of styleguide to the docs and changes all the color, shadow, and border-radius values. # How - Very carefully finding + replacing values. - Also used `tsc` to find spots where I missed. # Test Plan I looked through the docs for awhile and fixed up a lot of spots that did not look correct. However, there may be more spots out there, so please click through the website and report any color issues that appear in this PR and not in production. # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [x] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [x] This diff will work correctly for `expo prebuild` & EAS Build (eg: updated a module plugin).
show more ...
[tools][docs] TypeDoc update and related changes (#20687)
[docs] APISection tweaks, prevent hydration issue (#20653)
[docs] switch to the new font system introduced in Next 13 (#20536)
[docs] remove old header components, fix minor appearance regression (#20469)
[docs] add Algolia Crawler related data props to the new components (#20461)
[docs] old text and lists components removal (#20442)
[docs] use mostly new components to render MDX files, unify links appearance (#20429)
[docs] update Next and other dependencies (#20372)
[docs] update to Next 13, refactor links (#19698)
[docs] Snippet: improve actions accessibility, refactor SnackInline (#19389)
[docs] add ability to specify title of code block in MD files (#19246)
[docs] implement new Callouts, support type passing in MDs (#19238)
[docs] convert app to ESM, update MDX to v2 (#18947)Co-authored-by: Jon Samp <[email protected]>
[docs] adjust typography and text elements spacing (#18837)Co-authored-by: Jon Samp <[email protected]>
[docs] APISection: improve rendering of object types (#18587)
[av][docs] move documentation to source, autogenerate docs (#18223)
[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]>
12