Skip to content

Commit 8ba9d12

Browse files
authored
docs(devs-infra): reorganize sidebar and add troubleshooting section (#2278)
1 parent 275d6ac commit 8ba9d12

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

website/docs/troubleshooting.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
id: troubleshooting
3+
title: Troubleshooting
4+
---
5+
6+
You can check Jest [troubleshooting guide](https://jestjs.io/docs/en/troubleshooting) or visit `ts-jest` [troubleshooting
7+
guide](https://github.com/kulshekhar/ts-jest/blob/master/TROUBLESHOOTING.md)

website/sidebars.js

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,24 @@ module.exports = {
77
{
88
type: 'category',
99
label: 'Configuration',
10-
items: ['presets', 'paths-mapping', 'options', 'version-checking', 'migration'],
10+
items: ['presets', 'paths-mapping', 'options', 'version-checking'],
1111
},
1212
{
13-
type: 'doc',
14-
id: 'test-helpers',
15-
},
16-
{
17-
type: 'doc',
18-
id: 'esm-support',
13+
type: 'category',
14+
label: 'Guides',
15+
items: ['test-helpers', 'esm-support', 'react-native', 'troubleshooting'],
1916
},
2017
{
2118
type: 'doc',
22-
id: 'react-native',
19+
id: 'babel7-or-ts',
2320
},
2421
{
2522
type: 'doc',
26-
id: 'babel7-or-ts',
23+
id: 'migration',
2724
},
2825
{
2926
type: 'category',
30-
label: 'Contribution',
27+
label: 'How it works',
3128
items: ['processing', 'e2e-testing'],
3229
},
3330
],

0 commit comments

Comments
 (0)