clean up and update documentation, changeset and cli-report
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
This commit is contained in:
@@ -252,7 +252,7 @@ export function registerCommands(program: Command) {
|
||||
.option('--mkdocs-port <PORT>', 'Port for MkDocs server to use', '8000')
|
||||
.option('-v --verbose', 'Enable verbose output.', false)
|
||||
.option(
|
||||
'--preview-app-bundle-path <PATH>',
|
||||
'--preview-app-bundle-path <PATH_TO_BUNDLE>',
|
||||
'Preview documentation using another web app',
|
||||
)
|
||||
.action(lazy(() => import('./serve/serve').then(m => m.default)));
|
||||
|
||||
@@ -49,8 +49,6 @@ function getPreviewAppPath(opts: OptionValues): string {
|
||||
export default async function serve(opts: OptionValues) {
|
||||
const logger = createLogger({ verbose: opts.verbose });
|
||||
|
||||
console.log(opts.previewAppBundlePath);
|
||||
|
||||
// Determine if we want to run in local dev mode or not
|
||||
// This will run the backstage http server on a different port and only used
|
||||
// for proxying mkdocs to the backstage app running locally (e.g. with webpack-dev-server)
|
||||
|
||||
Reference in New Issue
Block a user