This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new 08f8e53 clarified publishing process
08f8e53 is described below
commit 08f8e53cd704cd7c80ccc7db026cd01856d00233
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Jul 23 09:23:16 2021 +0200
clarified publishing process
---
README.md | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ade44f7..e8ee388 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,28 @@
 [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/) [](https://sonarcloud.io/dashboard?id=apache_sling-site)
[](https://www.apache.org/licenses/LICENSE-2.0)
# Apache Sling Website
-This repository contains the content of the http://sling.apache.org/ website,
which moved in September 2017 from
-the Apache CMS to this JBake-generated site.
+This repository contains the content of the http://sling.apache.org/ website,
which moved in September 2017 from the Apache CMS to this JBake-generated site.
+
+## Publishing Process
+
+The publishing process consists out of 2 steps:
+
+```
+Original: master branch (markdown files)
+
+ |
+ | JBake execution via Jenkins or local Maven Build
+ \|/
+
+1. asf-site branch (html files)
+
+ |
+ | via ASF gitpubsub, controlled via .asf.yaml
+ \|/
+
+2. https://sling.apache.org
+```
+
## How to build and stage the site locally
Clone this repository, run the below Maven command, open
http://localhost:8820/ and enjoy.