You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/01/22 07:15:16 UTC

cayenne-website git commit: Minor update of CMS guide

Repository: cayenne-website
Updated Branches:
  refs/heads/master 999638aa6 -> 63de5681e


Minor update of CMS guide


Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/63de5681
Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/63de5681
Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/63de5681

Branch: refs/heads/master
Commit: 63de5681e13e33571a9a0976d252443ceea686f1
Parents: 999638a
Author: Nikita Timofeev <st...@gmail.com>
Authored: Mon Jan 22 10:14:47 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Mon Jan 22 10:14:47 2018 +0300

----------------------------------------------------------------------
 src/main/site/content/dev/cms-guide.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/63de5681/src/main/site/content/dev/cms-guide.md
----------------------------------------------------------------------
diff --git a/src/main/site/content/dev/cms-guide.md b/src/main/site/content/dev/cms-guide.md
index 616f4a1..bfaa051 100644
--- a/src/main/site/content/dev/cms-guide.md
+++ b/src/main/site/content/dev/cms-guide.md
@@ -30,17 +30,17 @@ _You can change host and port by setting `dev.host` and `dev.port` properties:_
 
 ## Publish
 
-To publish new version just run Maven with `publish` profile. This will build production version of the site (with `cayenne.apache.org` base URL) and push commit into `asf-site` branch that will be synced with actual site content location:
+To publish new version just run Maven with `publish` profile. This will build production version of the site (with `cayenne.apache.org` base URL) 
+and push commit into `asf-site` branch that will be synced with actual site content location:
     
     mvn -Ppublish -Dmsg="commit message describing site changes"
     
 That's all, so be carefull and review your changes before publishing (also don't forget to check them after).
 
 Don't forget to push you source's changes so others won't rewrite them.
-    
-:grey_exclamation: apache `gitpubsub` should be setup in order actual content sync to happen. 
 
-*NOTE*: This process can be automated by Jenkins. It can run publish on every commit to `master`. But at first it is better to use manual publishing.
+*NOTE*: This process can be automated by Jenkins. It can run publish on every commit to `master`. 
+But for now it is better to use manual publishing.
 
 {{% gap %}}
 
@@ -76,7 +76,8 @@ This automatically update [download](/download/) page and `/doap/caynne.rdf` fil
 
 ## Advanced 
 
-Node.js, Yarn, Gulp and Hugo used to build this site, Maven used just to boostrap Node.js and Yarn tools and launch Gulp tasks.
+Node.js, Yarn, Gulp and Hugo used to build this site, Maven used just to boostrap Node.js and 
+Yarn tools and launch Gulp tasks.
 Hugo binaries managed by [hugo-bin](https://www.npmjs.com/package/hugo-bin) NPM module.