Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project name and version not included in HTML output #35

Closed
Abbe98 opened this issue May 2, 2017 · 2 comments
Closed

Project name and version not included in HTML output #35

Abbe98 opened this issue May 2, 2017 · 2 comments

Comments

@Abbe98
Copy link

Abbe98 commented May 2, 2017

Currently project version & name is not included in the generated HTML title as expected:

image

Nor when you define them in the task:

gulp.task('docs', function () {
  return gulp.src('./src/index.js')
    .pipe(gulpDocumentation('html'), {}, {
      name: 'Project.js'
    })
    .pipe(gulp.dest('docs'));
});
```
@rodrigogrow
Copy link

I have the same problem here..

@anthony-redFox
Copy link
Member

Fixed in documentationjs/documentation#845 and released v5.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants