aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_cable_overview.md
diff options
context:
space:
mode:
authorJosh Justice <jjustice@bignerdranch.com>2016-07-05 08:09:40 -0400
committerJosh Justice <jjustice@bignerdranch.com>2016-07-05 08:13:18 -0400
commit41c3ebaf38eca7fb528c8439445ad52e815fb5b9 (patch)
tree4445f6eaad63febe34c1b52d5f3b713082dfe27d /guides/source/action_cable_overview.md
parent087ca9ad0126022412a9306f312ca8d1df298779 (diff)
downloadrails-41c3ebaf38eca7fb528c8439445ad52e815fb5b9.tar.gz
rails-41c3ebaf38eca7fb528c8439445ad52e815fb5b9.tar.bz2
rails-41c3ebaf38eca7fb528c8439445ad52e815fb5b9.zip
Add header demarcation to Action Cable guide
Guide generation is configured to detect a guide header by a 40-or-more-hyphen long line. The Action Cable guide was missing this line, so the page title on the guides site was only showing "Ruby on Rails Guides", and the section title in the Kindle index was "Ruby on Rails Guides". Adding the header demarcation line back in fixes both of these. Fixes #25697 [ci skip]
Diffstat (limited to 'guides/source/action_cable_overview.md')
-rw-r--r--guides/source/action_cable_overview.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md
index 2308befd12..0d00b7f07b 100644
--- a/guides/source/action_cable_overview.md
+++ b/guides/source/action_cable_overview.md
@@ -9,7 +9,9 @@ After reading this guide, you will know:
* What Action Cable is and its integration on backend and frontend
* How to setup Action Cable
* How to setup channels
-* Deployment and Architecture setup for running Action Cable
+* Deployment and Architecture setup for running Action Cable
+
+--------------------------------------------------------------------------------
Introduction
------------