diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml
index ce7e2beaca..be9f7dd41a 100644
--- a/modules/gerritbot/files/gerritbot_channel_config.yaml
+++ b/modules/gerritbot/files/gerritbot_channel_config.yaml
@@ -339,6 +339,7 @@ fuel-dev:
       - stackforge/fuel-ostf
       - stackforge/fuel-main
       - stackforge/fuel-provision
+      - stackforge/fuel-docs
     branches:
       - master
 
diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml
index 4d11eb60a6..bb9636b96b 100644
--- a/modules/openstack_project/files/zuul/layout.yaml
+++ b/modules/openstack_project/files/zuul/layout.yaml
@@ -3727,6 +3727,12 @@ projects:
     gate:
       - gate-noop
 
+  - name: stackforge/fuel-docs
+    check:
+      - gate-noop
+    gate:
+      - gate-noop
+
   - name: stackforge/rally
     check:
       - gate-rally-pep8
diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb
index cdea078ff5..96cc021838 100644
--- a/modules/openstack_project/templates/review.projects.yaml.erb
+++ b/modules/openstack_project/templates/review.projects.yaml.erb
@@ -303,6 +303,11 @@
   description: Fuel orchestrator
   upstream: git://github.com/Mirantis/astute.git
   acl-config: /home/gerrit2/acls/stackforge/fuel.config
+- project: stackforge/fuel-docs
+  launchpad: fuel
+  description: Fuel Documentation
+  upstream: git://github.com/Mirantis/fuel-docs.git
+  acl-config: /home/gerrit2/acls/stackforge/fuel.config
 - project: stackforge/fuel-main
   description: Fuel is the control plane for installing and managing OpenStack. It is capable of doing bare metal provisioning of physical nodes, installing OpenStack on them, and much more.
   upstream: git://github.com/Mirantis/fuel-main.git