Skip to content

Commit 5e5c2a2

Browse files
committed
fix sidebar and links as they have been broken on the master branch
Error: Error: Unable to build website for locale en. [cause]: Error: Invalid sidebar file at "sidebars.js". These sidebar document ids do not exist: - testfairy/ci-tools/bamboo - testfairy/ci-tools/ms-app-ctr - testfairy/integrations/centercode - testfairy/integrations/coralogix - testfairy/integrations/google-cloud - testfairy/integrations/splunk - testfairy/integrations/zendesk - Broken link on source page path = /pr-preview/pr-3093/testfairy/security/acct-settings/: -> linking to /pr-preview/pr-3093/testfairy/integrations/zendesk/
1 parent 3962e86 commit 5e5c2a2

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

docs/testfairy/security/acct-settings.md

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ You can integrate your TestFairy account with different services to customize an
4444

4545
- Slack - See [Slack](/testfairy/integrations/slack) for information about integrating your Slack account with TestFairy.
4646

47-
- Zendesk - See [ZenDesk](/testfairy/integrations/zendesk) for information about integrating your Zendesk account with TestFairy.
48-
4947
- Webhooks - You can use TestFairy webhooks to connect to services. See [Microsoft Teams](/testfairy/integrations/ms-teams) for more information.
5048

5149
<img src={useBaseUrl('img/testfairy/acct-settings-integrations.png')} alt="Integrations page" width="700"/>

sidebars.js

-7
Original file line numberDiff line numberDiff line change
@@ -1211,14 +1211,9 @@ module.exports = {
12111211
label: 'Integrations',
12121212
collapsed: true,
12131213
items: [
1214-
'testfairy/integrations/centercode',
1215-
'testfairy/integrations/coralogix',
12161214
'testfairy/integrations/slack',
12171215
'testfairy/integrations/smtp-gmail',
1218-
'testfairy/integrations/splunk',
1219-
'testfairy/integrations/zendesk',
12201216
'testfairy/integrations/ms-teams',
1221-
'testfairy/integrations/google-cloud',
12221217
'testfairy/integrations/apple-uploading',
12231218
'testfairy/integrations/google-uploading',
12241219
],
@@ -1228,12 +1223,10 @@ module.exports = {
12281223
label: 'CI Tools',
12291224
collapsed: true,
12301225
items: [
1231-
'testfairy/ci-tools/bamboo',
12321226
'testfairy/ci-tools/bitbucket',
12331227
'testfairy/ci-tools/circle-ci',
12341228
'testfairy/ci-tools/fastlane',
12351229
'testfairy/ci-tools/gitlab',
1236-
'testfairy/ci-tools/ms-app-ctr',
12371230
'testfairy/ci-tools/team-city',
12381231
'testfairy/ci-tools/vs-team',
12391232
],

0 commit comments

Comments
 (0)