You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by je...@apache.org on 2018/01/23 19:35:52 UTC

[sling-site] branch master updated: Documentation update for sling-site changes

This is an automated email from the ASF dual-hosted git repository.

jeb 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 a81becd  Documentation update for sling-site changes
a81becd is described below

commit a81becd963d5c1248c801529b07d1b06f5ba7cf8
Author: JE Bailey <ja...@sas.com>
AuthorDate: Tue Jan 23 14:35:49 2018 -0500

    Documentation update for sling-site changes
---
 src/main/jbake/content/project-information.md | 33 +++++++++++++++------------
 1 file changed, 19 insertions(+), 14 deletions(-)

diff --git a/src/main/jbake/content/project-information.md b/src/main/jbake/content/project-information.md
index 7a8bbe3..a611930 100644
--- a/src/main/jbake/content/project-information.md
+++ b/src/main/jbake/content/project-information.md
@@ -67,26 +67,31 @@ We maintain multiple build jobs, typically one or two per module. These are grou
 More documentation regarding the Jenkins setup is available as wiki links from the views mentioned above.
 
 ## Documentation Repository
-The documentation website, in fact the very page that you are reading right now, is located at [The ASF Content Management System’s Sling project](https://cms.apache.org/sling/). You can contribute without being an official project committer.
+The documentation website, in fact the very page that you are reading right now, is located at [The Apache Sling Site Project](https://gitbox.apache.org/repos/asf?p=sling-site.git). You can contribute without being an official project committer.
 
-###Save your changes as an SVN patch:
+###Submitting a patch to the Sling Site project
 
-1. Log in as username *anonymous* and leave the password blank.
-1. Click *Get sling Working Copy* to check out a local branch through the browser.
-1. Navigate to a document and click *edit*.
-1. Edit the page in the online markdown editor.
-1. Uncheck *Quick Mail*.
-1. Click *submit*.
-1. Click *Diff*, then *Download Diff* and save the SVN patch to your computer.
+####Create a Git patch:
 
-###Submit your changes:
+1. Locally check out the git repository.
+1. Edit the documentation, don't commit.
+1. From the command line `git diff > site.patch`.
+
+####Submit your changes:
 
 1. Navigate to the [Jira issue tracker](https://issues.apache.org/jira/browse/SLING).
 1. Create an account and/or login.
 1. Create a ticket, enter a description and choose *Documentation* for *Components*.
-1. Select the ticket, click *more*, select *attach files* and attach your SVN patch.
+1. Select the ticket, click *more*, select *attach files* and attach your Git patch.
+
+Additionally there is a Github hosted [Apache Sling Site Project Mirror](https://github.com/apache/sling-site) which can be used to submit changes as well.
 
-###Further resources:
+###Submitting a pull request to the GitHub Sling Site mirror
 
-1. Read the [ASF CMS reference for non-committers](http://www.apache.org/dev/cmsref#non-committer).
-1. Watch a [video tutorial by Rob Weir for anonymous users](http://s.apache.org/cms-anonymous-tutorial).
+####Create the Pull Request:
+
+1. Navigate to the [Apache Sling Site Project Mirror](https://github.com/apache/sling-site).
+1. Create an account and/or login.
+1. Edit the documentation using the edit icon *Fork this project and edit this file*.
+1. Once all changes are done click *New pull request*.
+1. Select *base fork:apache/sling-site* *base:master* as the project to push to

-- 
To stop receiving notification emails like this one, please contact
jeb@apache.org.