From e65b8a7dc0e90adc669aeb4eac27b31e4e5d2e26 Mon Sep 17 00:00:00 2001 From: John Poelstra Date: Mon, 27 Oct 2014 11:17:42 -0700 Subject: [PATCH 1/2] added search meta description for Fedora rhc install --- .../installing_client_tools_on_fedora.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/client_tools_install_guide/installing_client_tools_on_fedora.adoc b/client_tools_install_guide/installing_client_tools_on_fedora.adoc index 52c490866f42..21639f0900b4 100644 --- a/client_tools_install_guide/installing_client_tools_on_fedora.adoc +++ b/client_tools_install_guide/installing_client_tools_on_fedora.adoc @@ -6,6 +6,7 @@ :toc: :toc-placement!: :toc-title: Topics Covered +:description: This guide shows you how to install the rhc client tools on your Fedora machine toc::[] From 369cb5a1a32e8de9f37c167bc54c7061b7171b4b Mon Sep 17 00:00:00 2001 From: "N. Harrison Ripps" Date: Tue, 4 Nov 2014 17:36:09 -0500 Subject: [PATCH 2/2] Updated README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 4bd887f658ba..eca5e657ba97 100644 --- a/README.adoc +++ b/README.adoc @@ -10,7 +10,7 @@ The documentation is sourced in http://www.methods.co.nz/asciidoc/[AsciiDoc] and == Repo Organization -Each directory of the repo represents a different collection of topics (you can think of directories as books). The exception is the `build_system` directory, which contains the code used to generate the finished documentation. Within each 'book' directory, topics exist as separate asciidoc files and an `images` directory contains any images that are included in the topics. +Each directory of the repo represents a different collection of topics (you can think of directories as books). The exceptions to this rule are directories whose names start with an underscore (like `_builder_lib` and `_javascripts`), which contain the assets used to generate the finished documentation. Within each 'book' directory, topics exist as separate asciidoc files and an `images` directory contains any images that are included in the topics. ---- /