diff options
author | Xavier Noria <fxn@hashref.com> | 2016-06-08 06:47:16 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2016-06-08 06:47:16 -0700 |
commit | b24b9e27510e97ed9878abb2458640f32a48f655 (patch) | |
tree | c8bf7f2d639758bfe4073ff4d660cfbf5a91a3c8 /guides/source | |
parent | 84c90bbdfc75ebadc66f8d00efb2a2d268192a20 (diff) | |
parent | 928707fd50bc99617d21bad0cd9efd8d8356aabe (diff) | |
download | rails-b24b9e27510e97ed9878abb2458640f32a48f655.tar.gz rails-b24b9e27510e97ed9878abb2458640f32a48f655.tar.bz2 rails-b24b9e27510e97ed9878abb2458640f32a48f655.zip |
Merge pull request #25327 from prathamesh-sonpatki/add-5-0-notes-to-the-index
Add Rails 5.0 release notes to the index page of guides [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/documents.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index a5b8a75509..a06a53b250 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -195,6 +195,11 @@ url: upgrading_ruby_on_rails.html description: This guide helps in upgrading applications to latest Ruby on Rails versions. - + name: Ruby on Rails 5.0 Release Notes + url: 5_0_release_notes.html + description: Release notes for Rails 5.0. + work_in_progress: true + - name: Ruby on Rails 4.2 Release Notes url: 4_2_release_notes.html description: Release notes for Rails 4.2. |