MCPcopy
hub / github.com/codeceptjs/CodeceptJS / docsExternalPlugins

Function docsExternalPlugins

runok.cjs:165–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 },
164
165 async docsExternalPlugins() {
166 // generate documentation for helpers outside of main repo
167 console.log('Building Vue plugin docs')
168 const resp = await axios.get('https://raw.githubusercontent.com/codecept-js/vue-cli-plugin-codeceptjs-puppeteer/master/README.md')
169
170 writeToFile('docs/vue.md', cfg => {
171 cfg.line('---\npermalink: /vue\nlayout: Section\nsidebar: false\ntitle: Testing Vue Apps\n---\n\n')
172 cfg.line(resp.data)
173 })
174
175 this.docsCi()
176 },
177
178 async buildLibWithDocs(forTypings = false) {
179 // generate documentation for helpers

Callers

nothing calls this directly

Calls 3

logMethod · 0.80
getMethod · 0.80
lineMethod · 0.80

Tested by

no test coverage detected