We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe187a commit db97139Copy full SHA for db97139
1 file changed
README.md
@@ -59,7 +59,9 @@ module.exports = {
59
tsconfig: './tsconfig.json',
60
mainFile: 'main.ts'
61
}
62
- ]
+ ],
63
+ title: 'Documentation', // appears in the page title and header
64
+ externalLinks: {} // e.g.: { "GitHub": "https://github.com/fliegwerk/fliegdoc" }
65
};
66
```
67
0 commit comments