Skip to content

Commit 59d22b3

Browse files
committed
Add docs URL to README & gemspec
1 parent 946df14 commit 59d22b3

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:
@@ -315,7 +319,7 @@ This starts a server at http://localhost:8808 that automatically reloads when yo
315319

316320
### Online Documentation
317321

318-
The API documentation is available online at [RubyDoc.info](https://www.rubydoc.info/gems/graphql-docs).
322+
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).
319323

320324
### Documentation Coverage
321325

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)