Files
T
Maciej Jastrzebski 9b252f8b60 docs: update docs about eslint rule (#1578)
* fix: relevant issues indicated by the eslint rule

* chore: rename file

* docs: move eslint to getting-started; cleanup legacy stuff
2024-03-28 15:38:12 +01:00

18 lines
474 B
JavaScript

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