Skip to content

Commit 2adfed8

Browse files
authored
Merge pull request #170 from brettchalupa/gemspec-update
Add docs URL to README & gemspec
2 parents 5be66cf + 59d22b3 commit 2adfed8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Ruby library and CLI for easily generating beautiful documentation from your Gra
44

55
![sample](https://cloud.githubusercontent.com/assets/64050/23438604/6a23add0-fdc7-11e6-8852-ef41e8451033.png)
66

7+
Key links:
8+
9+
- **Ruby documentation**: [https://rubydoc.info/github/brettchalupa/graphql-docs.git/main](https://rubydoc.info/github/brettchalupa/graphql-docs.git/main).
10+
711
## Installation
812

913
Add the gem to your project with this command:
@@ -364,7 +368,7 @@ This starts a server at http://localhost:8808 that automatically reloads when yo
364368

365369
### Online Documentation
366370

367-
The API documentation is available online at [RubyDoc.info](https://www.rubydoc.info/gems/graphql-docs).
371+
The API documentation is available online at [https://rubydoc.info/github/brettchalupa/graphql-docs.git/main](https://rubydoc.info/github/brettchalupa/graphql-docs.git/main).
368372

369373
### Documentation Coverage
370374

graphql-docs.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Gem::Specification.new do |spec|
2424
"bug_tracker_uri" => "https://github.com/brettchalupa/graphql-docs/issues",
2525
"changelog_uri" => "https://github.com/brettchalupa/graphql-docs/blob/main/CHANGELOG.md",
2626
"wiki_uri" => "https://github.com/brettchalupa/graphql-docs/wiki",
27+
"documentation_uri" => "https://rubydoc.info/github/brettchalupa/graphql-docs.git/main",
28+
"source_code_uri" => "https://github.com/brettchalupa/graphql-docs"
2729
}
2830

2931
spec.files = `git ls-files -z`.split("\x0").reject do |f|

0 commit comments

Comments
 (0)