Give decorators their own folder
This commit is contained in:
parent
11a8a4b837
commit
e771b33939
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ export class ProfectusTheme extends MarkdownTheme {
|
|||
|
||||
toUrl(mapping: any, reflection: DeclarationReflection) {
|
||||
let name = reflection.getFullName();
|
||||
if (name.match(/features\/.*\/.*/) != null && !name.includes("/tabs/")) {
|
||||
if (name.match(/features\/.*\/.*/) != null && !name.includes("/tabs/") && !name.includes("/decorators/")) {
|
||||
name = name.replace(/features\/.*\/(.*)/, "features/$1");
|
||||
}
|
||||
return `${mapping.directory}/${name}.md`;
|
||||
|
|
Loading…
Add table
Reference in a new issue