Skip to content

Commit ea55d1b

Browse files
authored
Fix Appium documentation sidebar menu links (#4188)
1 parent 15142ea commit ea55d1b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/helpers/Appium.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
permalink: /helpers/Appium
3+
editLink: false
4+
sidebar: auto
5+
title: Appium
6+
---
7+
18
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
29

310
## Appium

runok.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ Our community prepared some valuable recipes for setting up CI systems with Code
232232
cfg.replace(regex, '[1]');
233233
});
234234

235+
if (name === 'Appium') {
236+
await this.docsAppium();
237+
}
238+
235239
await writeToFile(helperMarkDownFile(name), (cfg) => {
236240
cfg.append(`---
237241
permalink: /helpers/${name}
@@ -244,8 +248,6 @@ title: ${name}
244248
cfg.textFromFile(helperMarkDownFile(name));
245249
});
246250
}
247-
248-
await this.docsAppium();
249251
},
250252

251253
async wiki() {

0 commit comments

Comments
 (0)