diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-02-21 13:05:24 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-02-21 13:08:06 +0900 |
commit | f92f08ff23dbda568ef66fea4fbc2216249f60e1 (patch) | |
tree | c88dd0f27c5cbe7840e50ddcdb0e47b7d76e4b3e /.rdoc_options | |
parent | 1abd068445aa74ed1d9483e319b5cf1d87b267f0 (diff) |
[DOC] Set the documentation title and main page
Copied from https://github.com/ruby/docs.ruby-lang.org/ to be as
same as docs.ruby-lang.org.
Diffstat (limited to '.rdoc_options')
-rw-r--r-- | .rdoc_options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.rdoc_options b/.rdoc_options index 88db0774e7..760507c7a2 100644 --- a/.rdoc_options +++ b/.rdoc_options @@ -1,2 +1,4 @@ --- page_dir: doc +main_page: README.md +title: Documentation for Ruby development version |