aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/documents.yaml
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-12-30 12:22:14 -0800
committerZachary Scott <e@zzak.io>2014-12-30 12:23:41 -0800
commit45280686edd158a54012a86c23cc7ee424cda2c6 (patch)
tree41540163c577f4cc68befb9c1ae879f3cc01c775 /guides/source/documents.yaml
parenta7e9790821bb96efa99ff4f1ed69395e6863aea1 (diff)
downloadrails-45280686edd158a54012a86c23cc7ee424cda2c6.tar.gz
rails-45280686edd158a54012a86c23cc7ee424cda2c6.tar.bz2
rails-45280686edd158a54012a86c23cc7ee424cda2c6.zip
Move Engines guide under Extending Rails [ci skip]
Diffstat (limited to 'guides/source/documents.yaml')
-rw-r--r--guides/source/documents.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml
index eba5086caf..64b4c16221 100644
--- a/guides/source/documents.yaml
+++ b/guides/source/documents.yaml
@@ -112,11 +112,6 @@
url: working_with_javascript_in_rails.html
description: This guide covers the built-in Ajax/JavaScript functionality of Rails.
-
- name: Getting Started with Engines
- url: engines.html
- description: This guide explains how to write a mountable engine.
- work_in_progress: true
- -
name: The Rails Initialization Process
work_in_progress: true
url: initialization.html
@@ -146,6 +141,11 @@
name: Creating and Customizing Rails Generators
url: generators.html
description: This guide covers the process of adding a brand new generator to your extension or providing an alternative to an element of a built-in Rails generator (such as providing alternative test stubs for the scaffold generator).
+ -
+ name: Getting Started with Engines
+ url: engines.html
+ description: This guide explains how to write a mountable engine.
+ work_in_progress: true
-
name: Contributing to Ruby on Rails
documents: