Skip to content

Commit

Permalink
Add title to RDoc website (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock authored Sep 19, 2023
1 parent 9cb92af commit 59b1999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ end

RDoc::Task.new do |rdoc|
rdoc.main = "README.md"
rdoc.title = "Ruby LSP documentation"
rdoc.rdoc_files.include("*.md", "lib/**/*.rb")
rdoc.rdoc_dir = "docs"
rdoc.markup = "markdown"
Expand Down

0 comments on commit 59b1999

Please sign in to comment.