MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / docsExternalPlugins

Function docsExternalPlugins

Bunoshfile.js:157–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 * Generate documentation for the externally hosted Vue plugin.
156 */
157export async function docsExternalPlugins() {
158 say('Building Vue plugin docs')
159 const resp = await axios.get('https://raw.githubusercontent.com/codecept-js/vue-cli-plugin-codeceptjs-puppeteer/master/README.md')
160
161 await writeToFile('docs/vue.md', line => {
162 line`---\npermalink: /vue\nlayout: Section\nsidebar: false\ntitle: Testing Vue Apps\n---\n\n`
163 line`${resp.data}`
164 })
165}
166
167/**
168 * Copy helpers into docs/build and inline webapi partials (optionally preserving CodeceptJS types for typings).

Callers

nothing calls this directly

Calls 2

sayFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected