From 4be52575f0208316b5ed92f8cc0f8a9c173bb075 Mon Sep 17 00:00:00 2001
From: Sean Madsen <sean@seanmadsen.com>
Date: Tue, 25 Apr 2017 18:39:59 -0600
Subject: [PATCH] Ext meta docs - fix yaml def for book config

---
 docs/documentation/extensions.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/documentation/extensions.md b/docs/documentation/extensions.md
index e82029a7..37261c48 100644
--- a/docs/documentation/extensions.md
+++ b/docs/documentation/extensions.md
@@ -103,10 +103,10 @@ Once your book is in good shape it's time to get it up on [docs.civicrm.org](htt
 1. For the file name, use something like `foobar.yml`, where "foobar" is your extension's **short name**. This is the name that will be used in the URL for your docs.
 1. Copy paste the following content into the file editor:
 
-    ```
+    ```yaml
     name: Foo Bar
-	description: Provides a baz for every contact's bat
-    languages:
+    description: Provides a baz for every contact's bat
+    langs:
       en:
         repo: 'https://github.com/username/org.civicrm.foobar'
     ```
-- 
GitLab