From 9f574465b8fe78ae289e2a86231b7a6d49004b3f Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Wed, 8 Jun 2016 06:31:50 -0700 Subject: [PATCH] Add Rails 5.0 release notes to the index page of guides [ci skip] - It is also marked as WIP as we are still refining it. --- guides/source/documents.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index a5b8a75509090..a06a53b25055b 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -194,6 +194,11 @@ name: Upgrading Ruby on Rails 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