This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch releases/tools/1.0
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/releases/tools/1.0 by this push:
new 27e62dd - Added the tools release documentation to the navigation menu.
27e62dd is described below
commit 27e62dddc8d5aa74ac0c05b8ec996a001dc3dff6
Author: Christofer Dutz <christofer.dutz@c-ware.de>
AuthorDate: Wed Sep 9 13:03:27 2020 +0200
- Added the tools release documentation to the navigation menu.
---
site/src/site/site.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/site/src/site/site.xml b/site/src/site/site.xml
index b6ec630..2b47018 100644
--- a/site/src/site/site.xml
+++ b/site/src/site/site.xml
@@ -110,6 +110,7 @@
<item name="Decision Making" href="developers/decisions.html"/>
<!--item name="Maturity" href="developers/maturity.html"/>
<item name="Releasing" href="developers/release.html"/-->
+ <item name="Releasing (tools)" href="developers/releasing-tools.html"/>
<item name="Team" href="developers/team.html"/>
<item name="Website" href="developers/website.html"/>
<item name="Wiki" href="developers/wiki.html"/>
|