From 7092b8ba8a341f842d1fe9c441b27edad5affe55 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 23 Jul 2015 01:01:13 -0700 Subject: [PATCH] Split AWS provider topics by service. With so many AWS provider resources, the docs are getting pretty hard to navigate. This is particularly true due to the mismatch of some resources encoding the service name (like aws_route53_record) but some others ignoring it (like aws_subnet) or using a generic prefix (like aws_db_instance), which causes an alphabetical ordering to muddle up all of the services. Since the AWS UI and docs are themselves oriented around services, most users should be familiar with the service brands and understand which resources belong to which service. Thus this categorization follows the primary categorization used within the AWS Console, preferring EC2-VPC over EC2-Classic-style bucketing. --- website/source/layouts/aws.erb | 636 +++++++++++++++++++-------------- 1 file changed, 373 insertions(+), 263 deletions(-) diff --git a/website/source/layouts/aws.erb b/website/source/layouts/aws.erb index cf1034231..a212bb697 100644 --- a/website/source/layouts/aws.erb +++ b/website/source/layouts/aws.erb @@ -1,296 +1,406 @@ <% wrap_layout :inner do %> - <% content_for :sidebar do %> - + <% end %> + + <%= yield %> <% end %>