updates menu
diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index 8589ef9..b3edf78 100644
--- a/build/ui-bundle.zip
+++ b/build/ui-bundle.zip
Binary files differ
diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs
index fdf7355..a81e4bc 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -71,6 +71,7 @@
<div class="navbar-dropdown">
<span class="navbar-item navbar-heading">Core</span>
<a class="navbar-item" href="{{siteRootPath}}/userguide/{{page.attributes.causewayrel}}/commandlog/about.html">Command Log</a>
+ <a class="navbar-item" href="{{siteRootPath}}/userguide/{{page.attributes.causewayrel}}/docgen/about.html">Doc Gen</a>
<a class="navbar-item" href="{{siteRootPath}}/userguide/{{page.attributes.causewayrel}}/executionlog/about.html">Execution Log</a>
<a class="navbar-item" href="{{siteRootPath}}/userguide/{{page.attributes.causewayrel}}/executionoutbox/about.html">Execution Outbox</a>
<a class="navbar-item" href="{{siteRootPath}}/userguide/{{page.attributes.causewayrel}}/executionrepublisher/about.html">Execution Republisher</a>