From cbbbac34868098216f75d414b722dedaba0d4344 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Frank=20J=2E=20G=C3=B3mez?= <frank@ginkgostreet.com>
Date: Thu, 19 Jan 2017 01:55:58 -0500
Subject: [PATCH] Added "Publish Extensions" to the navigation menu.

---
 mkdocs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mkdocs.yml b/mkdocs.yml
index 4807a3d4..b9c956dd 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -47,6 +47,7 @@ pages:
   # - Custom Reports: extensions/custom-reports.md
   # - Custom Searches: extensions/custom-searches.md
   # - Payment Processors: extensions/payment-processor.md
+  - Publish: extensions/publish.md
 - Best Practices:
   - Documentation Style Guide: best-practices/documentation-style-guide.md
 - Core code:
-- 
GitLab