Skip to content

Commit

Permalink
fix: Remove external links from DEFAULT_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Jan 7, 2021
1 parent 20c67b3 commit 8cc925b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion fliegdoc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@ module.exports = {
}
],
baseUrl: '/fliegdoc/',
title: 'fliegdoc Documentation'
title: 'fliegdoc Documentation',
externalLinks: {
GitHub: 'https://github.com/fliegwerk/fliegdoc',
npm: 'https://www.npmjs.com/package/fliegdoc'
}
};
5 changes: 1 addition & 4 deletions src/model/fliegdoc-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,5 @@ export const DEFAULT_CONFIG: FliegdocConfig = {
outDir: path.resolve(process.cwd(), 'docs'),
baseUrl: '/',
title: 'Documentation',
externalLinks: {
GitHub: 'https://github.com/fliegwerk/fliegdoc',
npm: 'https://www.npmjs.com/package/fliegdoc'
}
externalLinks: {}
};

0 comments on commit 8cc925b

Please sign in to comment.