[docs] Update Google Analytics measurement ID (#23098)
[docs] update Next and Styleguide packages to the latest version (#22274)
[docs] reorganize navigation structure, introduce Home route (#22011)Co-authored-by: Simek <[email protected]>
[docs] simplify main documentation page component (#20503)
[docs] update Next and other dependencies (#20372)
[docs] footer component redesign, add page vote (#19543)Co-authored-by: Jon Samp <[email protected]>
[docs] convert app to ESM, update MDX to v2 (#18947)Co-authored-by: Jon Samp <[email protected]>
[docs] bump Next, switch to React 18 (#18256)
[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 ...
[docs] update dev dependencies (#18087)
[docs] correct typos (#17021)
[docs] Refactor analytics into a provider (#16229)
[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