From ddc815c45f96f312375aeb4a53e44cb1ec88dbea Mon Sep 17 00:00:00 2001 From: Alex Ghiculescu Date: Mon, 18 Jan 2021 16:48:29 -0600 Subject: [PATCH] Add Webpacker to Guides list Adds a link to the Webpacker guide (added in https://github.com/rails/rails/pull/40817) to the [guides list](https://guides.rubyonrails.org/) and "Guides Index" dropdown menu. --- guides/source/documents.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 6276503718..cd035c0b67 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -102,6 +102,12 @@ name: Action Cable Overview url: action_cable_overview.html description: This guide explains how Action Cable works, and how to use WebSockets to create real-time features. + - + name: Webpacker + url: webpacker.html + description: This guide introduces Webpacker, a Rails wrapper around the webpack build system. + + - name: Digging Deeper