diff --git a/_config.yml b/_config.yml index a389e870de..bc2bf16ba1 100644 --- a/_config.yml +++ b/_config.yml @@ -2,10 +2,12 @@ title: RailsDoc(β) description: Ruby on Rails API Documentation. url: https://railsdoc.github.io source: src -default_rails_version: 6.1.3.2 +default_rails_version: 7.0.0.alpha2 rails_versions: + "6.1": + specific_version: "6.1.4" "6.0": - specific_version: "6.0.3.7" + specific_version: "6.0.4" "5.2": specific_version: "5.2.6" plugins: @@ -22,10 +24,15 @@ defaults: - scope: path: "" values: - version: 6.1 + version: 7.0 image: https://avatars.githubusercontent.com/u/4223 toc: true root_path: '/' + - scope: + path: "6.1" + values: + version: 6.1 + root_path: '/6.1/' - scope: path: "6.0" values: diff --git a/rails b/rails index 75ac626c4e..ceb4b94baa 160000 --- a/rails +++ b/rails @@ -1 +1 @@ -Subproject commit 75ac626c4e21129d8296d4206a1960563cc3d4aa +Subproject commit ceb4b94baaf17f3a9f4ea795c83ec6c67211f737 diff --git a/src/5.2/navigation.html b/src/5.2/navigation.html index fe0cbb8140..0788d2f4c2 100644 --- a/src/5.2/navigation.html +++ b/src/5.2/navigation.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/6.0/classes/AbstractController.html b/src/6.0/classes/AbstractController.html index 1a7509fc0a..af8297b715 100644 --- a/src/6.0/classes/AbstractController.html +++ b/src/6.0/classes/AbstractController.html @@ -5,7 +5,7 @@