| #
06f6672e |
| 21-Jul-2023 |
Aman Mittal <[email protected]> |
[docs] Fix link for bare React Native in SDK docs (#23646)
|
| #
71b1bf7d |
| 08-Jun-2023 |
Aman Mittal <[email protected]> |
[docs] Remove unused installation instruction since SDK 45 is already dropped (#22799)
|
| #
d92bb961 |
| 16-May-2023 |
Aman Mittal <[email protected]> |
[docs] Fix internal links to avoid redirects (#22498)
|
| #
5764a173 |
| 14-Dec-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] cleanup in docs plugins related to the latest changes (#20450)
|
| #
cb5b8d03 |
| 27-Oct-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] update to Next 13, refactor links (#19698)
|
| #
59a5dd8c |
| 12-Sep-2022 |
Brent Vatne <[email protected]> |
[docs] Use npx expo install for InstallSection except on SDK 43, 44, and 45 versioned docs (#19073)
|
| #
1f61a071 |
| 19-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] improve typings after React 18 migration (#18269)
|
| #
b8b69ebe |
| 15-Jul-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] bump Next, switch to React 18 (#18256)
|
| #
a69834b0 |
| 11-Jul-2022 |
Brent Vatne <[email protected]> |
[docs] Use sourceCodeUrl if available for InstallSection (#18192)
|
| #
af644ed4 |
| 26-May-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] redesign: new Table component (#17462)
|
| #
7006d33c |
| 12-May-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] autogenerate basic Terminal cmdCopy, update tests and test deps (#17483)
|
| #
75c6c5cb |
| 26-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] redesign: switch to new Terminal component (#17120)
Co-authored-by: Juwan Wheatley <[email protected]>
|
| #
e54a3f4b |
| 31-Jan-2022 |
Cedric van Putten <[email protected]> |
[docs] Move page api version and metadata context to separate providers (#16055)
* [docs] Add api version context and provider
* [docs] Fix version detection for paths without protocol
* [docs
[docs] Move page api version and metadata context to separate providers (#16055)
* [docs] Add api version context and provider
* [docs] Fix version detection for paths without protocol
* [docs] Implement api version context in selector
* [docs] Implement api version context in algolia
* [docs] Clean up old version handling code
* [docs] Add missing children to props of documentation page
* [docs] Safely retrieve version from url pathname only
* [docs] Simplify api version provider
* [docs] Update version provider implementation
* [docs] Upgrade jest to 27 and add react-hook testing library
* [docs] Fix linting issues
* [docs] Revert changes in versions utils
We now have version methods to only apply on the pathname we get from Next routers.
* [docs] Remove forced version prop from documentation page
* [docs] Move documentation page context to page metadata context
* [docs] Fix linting issues
* [docs] Let version selector determine if it needs to render
* [docs] Apply review comments
show more ...
|
| #
8947d273 |
| 30-Jan-2022 |
Cedric van Putten <[email protected]> |
[docs] Move all typography references over to expo styleguide (#16117)
* [docs] Disable font exports in theme constants
* [docs] Move global font styling over to styleguide
* [docs] Move all t
[docs] Move all typography references over to expo styleguide (#16117)
* [docs] Disable font exports in theme constants
* [docs] Move global font styling over to styleguide
* [docs] Move all typography over to expo styleguide
* [docs] Update expo styleguide package
* [docs] Update tests with new css classes
show more ...
|
| #
1ebd0329 |
| 26-Jan-2022 |
Brent Vatne <[email protected]> |
[docs] Update default branch to main
|
| #
1580cc58 |
| 03-Dec-2021 |
Evan Bacon <[email protected]> |
[docs] Add packageName to page context (#15410)
* Added packageName to page context
* Added packageName property to every unversioned API page
* Migrate to APIInstallSection
|
| #
32aed8e5 |
| 19-Aug-2021 |
Cedric van Putten <[email protected]> |
[docs] Fix links for multi-package install sections (#12892)
|
| #
5b6cd93d |
| 04-May-2021 |
Bartosz Kaszubowski <[email protected]> |
[docs] cleanup and update Emotion setup (#12785)
|
| #
8bf05203 |
| 22-Feb-2021 |
Jon Samp <[email protected]> |
[docs] Adds Auto, Light, and Dark themes (#12010)
|
| #
24f0bfc1 |
| 23-Nov-2020 |
Cedric van Putten <[email protected]> |
[docs] Fix install section component link to bare workflow (#11109)
|
| #
586106d6 |
| 29-Sep-2020 |
Bartłomiej Klocek <[email protected]> |
[docs] Migrate codebase to TypeScript (#10324)
* Configure Next.js to use TypeScript
* Migrate 'docs/common' to TypeScript
* Migrate some components to TS
* General components migrated
*
[docs] Migrate codebase to TypeScript (#10324)
* Configure Next.js to use TypeScript
* Migrate 'docs/common' to TypeScript
* Migrate some components to TS
* General components migrated
* Migrate base components
* Migrate icons
* Migrate plugins
* Tape patch window globals
* Migrate _app
* Migrate global-styles
* Migrate _error and _document
* Fixes
* Exclude static files
* Add slugger types, remove ts-ignores
* Improve headingManger typing
* Rebase, use React.FC where possible, prettier fixes
* Add ESLint config
* tsc watch script, updated test snapshots
* Apply code review suggestions
Apply suggestions
* [docs] Enable TypeScript 'strict' mode (#10380)
* Resolved TSC strict errors
* Fix heading metadata typing
* Simplify version handling
* Enable 'noImplicitAny'
* Update icons
* Add mdx-js types
show more ...
|