This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 4a280ac0de2f2157d75ae1724fe6d778d9cc589f Author: Juhan Aasaru <[email protected]> AuthorDate: Mon Sep 28 14:56:31 2020 +0300 JAMES-3187 add links to new articles into nav.adoc and into index.adoc --- docs/modules/community/nav.adoc | 4 +++- docs/modules/community/pages/index.adoc | 5 +++++ docs/modules/community/pages/release.adoc | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/modules/community/nav.adoc b/docs/modules/community/nav.adoc index 993ebd7..0d02c5f 100644 --- a/docs/modules/community/nav.adoc +++ b/docs/modules/community/nav.adoc @@ -3,6 +3,8 @@ ** xref:contributing.adoc[] ** xref:guidelines.adoc[] ** xref:download.adoc[] +** xref:website.adoc[] +** xref:release.adoc[] ** xref:support.adoc[] ** Apache Software Foundation *** https://www.apache.org/[ASF] @@ -11,4 +13,4 @@ *** https://www.apache.org/licenses/[Licenses] *** https://www.apache.org/security/[Security] *** https://www.apache.org/foundation/sponsorship.html[Sponsorship] -*** https://www.apache.org/foundation/thanks.html[Thanks] \ No newline at end of file +*** https://www.apache.org/foundation/thanks.html[Thanks] diff --git a/docs/modules/community/pages/index.adoc b/docs/modules/community/pages/index.adoc index 60dcd30..1213740 100644 --- a/docs/modules/community/pages/index.adoc +++ b/docs/modules/community/pages/index.adoc @@ -27,6 +27,11 @@ and bug reports. We more than welcome non-coding contributions. You can find more information on how to contribute to the James project on the xref:contributing.adoc[contributing] section. +== Articles for contributors + +** xref:website.adoc[] +** xref:release.adoc[] + == The Apache Software Foundation James is a project belonging to the https://www.apache.org/[Apache Software Foundation [ASF\]]. Thus, the Apache Jame project diff --git a/docs/modules/community/pages/release.adoc b/docs/modules/community/pages/release.adoc index 65d81ba..60d7f7f 100644 --- a/docs/modules/community/pages/release.adoc +++ b/docs/modules/community/pages/release.adoc @@ -1,4 +1,4 @@ -= How to create an official Apache James release += Creating an official Apache James release Read details about http://www.apache.org/dev/publishing-maven-artifacts.html[Publishing Maven releases to Maven Central Repository] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
