mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
* web: flattened frontend packages inside of the client folder
* web: please prettier 🙏
* web: reverted redundant changes
* web: reverted redundant whitespace changes
* Update client/README.md
Co-authored-by: Patrick Dubroy <patrick@sourcegraph.com>
* Update client/README.md
Co-authored-by: Patrick Dubroy <patrick@sourcegraph.com>
* Update client/README.md
Co-authored-by: Patrick Dubroy <patrick@sourcegraph.com>
* web: updated client/README
* Update client/README.md
Co-authored-by: Tom Ross <tom@umpox.com>
* web: changed licenses to Apache-2.0 for frontend packages
* web: reverted redudant change
* web: updated client/README
* web: added issue #
* web: added issue #
Co-authored-by: Patrick Dubroy <patrick@sourcegraph.com>
Co-authored-by: Tom Ross <tom@umpox.com>
11 lines
217 B
JavaScript
11 lines
217 B
JavaScript
module.exports = {
|
|
name: 'Sourcegraph extension API',
|
|
out: 'dist/docs/',
|
|
readme: 'none',
|
|
includes: './',
|
|
includeDeclarations: true,
|
|
mode: 'file',
|
|
excludeExternals: true,
|
|
entryPoint: '"sourcegraph"',
|
|
}
|