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.
This commit is contained in:
Alex Ghiculescu 2021-01-18 16:48:29 -06:00 committed by GitHub
parent db79da65f7
commit ddc815c45f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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