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

Fix: Remove package hint from the section Hints in the documentation #936

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

sarvaje
Copy link
Contributor

@sarvaje sarvaje commented Aug 17, 2020

Fix #935

Pull request checklist

Make sure you:

Short description of the change(s)

@sarvaje sarvaje requested review from johnemau, molant and antross August 17, 2020 20:20
Comment on lines -18 to +23
return !isGuideIndexPage(page) && page.tocTitle && page.contentType !== 'hints-category' && page.contentType !== 'hints-index' && page.isMultiHints !== 'true';
return !isGuideIndexPage(page) &&
page.tocTitle &&
page.contentType !== 'hints-category' &&
page.contentType !== 'hints-index' &&
page.isMultiHints !== 'true' &&
page.title !== 'webhint';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤ the reformatting

@antross antross merged commit bd0b812 into webhintio:main Aug 17, 2020
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

Successfully merging this pull request may close these issues.

[bug] The package hint is listed in the documentation as a Hint
3 participants