Files
T
Maciej Jastrzebski 67fb7177cf docs: update community resources (#1558)
* docs: update community resources

* docs: fix typos
2024-01-26 15:42:28 +00:00

18 lines
507 B
JavaScript

module.exports = {
docs: {
Introduction: ['getting-started'],
'API Reference': ['api', 'api-queries', 'user-event', 'jest-matchers'],
Guides: ['how-should-i-query', 'troubleshooting', 'faq', 'eslint-plugin-testing-library'],
Advanced: ['testing-env', 'understanding-act'],
Community: ['community-resources'],
Migrations: [
'migration-jest-native',
'migration-v12',
'migration-v11',
'migration-v9',
'migration-v7',
'migration-v2',
],
},
};