Files
callstack__react-native-tes…/website/sidebars.js
T
Maciej Jastrzebski 4f6d299357 [v12] refactor: enable all breaking changes (#1313)
* chore: enable all breaking changes

* fix: ci issues

* chore: fix lint

* chore: cleanup

* chore: add migration guide

* chore: update docs

* chore: docs tweaks

* chore: docs tweaks

* chore: remove useBreakingChanges config flag

* refactor: code review changes

* docs: tweaks
2023-02-20 17:59:23 +01:00

21 lines
487 B
JavaScript

module.exports = {
docs: {
Introduction: ['getting-started', 'faq'],
'API Reference': ['api', 'api-queries'],
Guides: [
'troubleshooting',
'how-should-i-query',
'eslint-plugin-testing-library',
],
Advanced: ['testing-env', 'understanding-act'],
Migrations: [
'migration-v12',
'migration-v11',
'migration-v9',
'migration-v7',
'migration-v2',
],
Examples: ['react-navigation', 'redux-integration'],
},
};