History log of /expo/docs/ui/components/Text/types.ts (Results 1 – 5 of 5)
Revision Date Author Comments
# f5b95f4b 01-Mar-2023 Bartosz Kaszubowski <[email protected]>

[docs] PageTitle: adjust DOM for Algolia crawler (#21456)


# 24f68907 14-Dec-2022 Bartosz Kaszubowski <[email protected]>

[docs] add Algolia Crawler related data props to the new components (#20461)


# 3c9a6b96 13-Dec-2022 Bartosz Kaszubowski <[email protected]>

[docs] use mostly new components to render MDX files, unify links appearance (#20429)


# 40c4a738 19-Jul-2022 Bartosz Kaszubowski <[email protected]>

[docs] add styling for the `kbd` element (#18295)


# cfc00a9f 12-Feb-2022 Cedric van Putten <[email protected]>

[docs] Add headings with anchor icons (#16253)

* [docs] Generate heading ids during mdx rehype stage

* [docs] Add permalink as anchor in text elements

* [docs] Add support for auto-generating

[docs] Add headings with anchor icons (#16253)

* [docs] Generate heading ids during mdx rehype stage

* [docs] Add permalink as anchor in text elements

* [docs] Add support for auto-generating ids on headings

We should manually apply these headings in components used in MDX. It gives us more control and influence to generate the right ones. But that requires a lot of code changes, this bridges that gap

* [docs] Pull out empty/broken test for text components

* [docs] Fix linting issue

show more ...