We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9ca89 commit 2dff824Copy full SHA for 2dff824
src/generators/web/index.mjs
@@ -30,7 +30,7 @@ export default createLazyGenerator({
30
defaultConfiguration: {
31
templatePath: join(import.meta.dirname, 'template.html'),
32
project: 'Node.js',
33
- title: '{project} v{version} Documentation',
+ title: '{project} {version} Documentation',
34
useAbsoluteURLs: false,
35
editURL: `${GITHUB_EDIT_URL}/doc/api{path}.md`,
36
pageURL: '{baseURL}/latest-{version}/api{path}.html',
0 commit comments