| #
428b6b44 |
| 29-Apr-2022 |
Alberto <[email protected]> |
[docs] convert SnackEmbed from class to function component (#17137)
|
| #
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 ...
|
| #
626fb3e3 |
| 21-Jul-2021 |
Hein Rutjes <[email protected]> |
[docs] Fix Snacks after dev domain migration (#13716)
* [docs] Fix Snacks after dev domain migration
* update snack urls
|
| #
02fdff46 |
| 20-Apr-2021 |
Bartosz Kaszubowski <[email protected]> |
[docs] bump ESLint and Prettier, clean deps, fix warnings (#12517)
|
| #
47b45860 |
| 09-Apr-2021 |
Test User <[email protected]> |
Revert "[docs] bump ESLint and Prettier, clean deps, fix warnings (#12431)"
This reverts commit afe8a2776558b6a768e86044b11cb78346ff843e.
|
| #
afe8a277 |
| 09-Apr-2021 |
Bartosz Kaszubowski <[email protected]> |
[docs] bump ESLint and Prettier, clean deps, fix warnings (#12431)
|
| #
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 ...
|