Skip to content

Commit

Permalink
docs(devs-infra): reorganize sidebar and add troubleshooting section (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Jan 15, 2021
1 parent 275d6ac commit 8ba9d12
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
7 changes: 7 additions & 0 deletions website/docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
id: troubleshooting
title: Troubleshooting
---

You can check Jest [troubleshooting guide](https://jestjs.io/docs/en/troubleshooting) or visit `ts-jest` [troubleshooting
guide](https://github.com/kulshekhar/ts-jest/blob/master/TROUBLESHOOTING.md)
17 changes: 7 additions & 10 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,24 @@ module.exports = {
{
type: 'category',
label: 'Configuration',
items: ['presets', 'paths-mapping', 'options', 'version-checking', 'migration'],
items: ['presets', 'paths-mapping', 'options', 'version-checking'],
},
{
type: 'doc',
id: 'test-helpers',
},
{
type: 'doc',
id: 'esm-support',
type: 'category',
label: 'Guides',
items: ['test-helpers', 'esm-support', 'react-native', 'troubleshooting'],
},
{
type: 'doc',
id: 'react-native',
id: 'babel7-or-ts',
},
{
type: 'doc',
id: 'babel7-or-ts',
id: 'migration',
},
{
type: 'category',
label: 'Contribution',
label: 'How it works',
items: ['processing', 'e2e-testing'],
},
],
Expand Down

0 comments on commit 8ba9d12

Please sign in to comment.