Skip to content

Commit db97139

Browse files
committed
docs(readme): Add new configuration options
1 parent 4fe187a commit db97139

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ module.exports = {
5959
tsconfig: './tsconfig.json',
6060
mainFile: 'main.ts'
6161
}
62-
]
62+
],
63+
title: 'Documentation', // appears in the page title and header
64+
externalLinks: {} // e.g.: { "GitHub": "https://github.com/fliegwerk/fliegdoc" }
6365
};
6466
```
6567

0 commit comments

Comments
 (0)