-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
add an easy way to find yard plugins #1143
Conversation
docs/GettingStarted.md
Outdated
@@ -669,6 +669,8 @@ To disable a plugin create the file `~/.yard/ignored_plugins` with a list | |||
of plugin names separated by newlines. Note that the `.yard` directory might | |||
not exist, so you may need to create it. | |||
|
|||
You may find some useful YARD plugins on [RubyGems](https://rubygems.org/search?utf8=%E2%9C%93&query=name%3A+yard) or with a [Google avanced querry](https://www.google.com/search?q=site%3Arubygems.org+intitle%3A%22yard-%22+OR+intitle%3A%22yard_%22). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: querry
-> query
also nitpick but consider trying to enforce an 80char line width here. You can use the [RubyGems][rubygems]
linking format with the references just below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- my bad for the typo
- I wanted to but forget about the line of 80 chars
docs/GettingStarted.md
Outdated
@@ -669,8 +669,11 @@ To disable a plugin create the file `~/.yard/ignored_plugins` with a list | |||
of plugin names separated by newlines. Note that the `.yard` directory might | |||
not exist, so you may need to create it. | |||
|
|||
You may find some useful YARD plugins on [RubyGems](https://rubygems.org/search?utf8=%E2%9C%93&query=name%3A+yard) or with a [Google avanced querry](https://www.google.com/search?q=site%3Arubygems.org+intitle%3A%22yard-%22+OR+intitle%3A%22yard_%22). | |||
You may find some useful YARD plugins on [RubyGems][RubyGemsQuery] or with | |||
a [Google avanced query][GoogleAdvancedQuery]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, another typo: avanced -> advanced
sorry I missed this the first time!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, so few words and so many mistakes
Thanks for the doc update! |
I hope you squashed that :D |
Description
Add an easy way to find yard plugins.
See issue #1139
Completed Tasks
bundle exec rake
locally (if code is attached to PR).