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

git-site-role pushed a commit to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6531280  Automatic Site Publish by Jenkins
6531280 is described below

commit 6531280be9387190916f46b746b5098fdd7cbe8f
Author: jenkins <[email protected]>
AuthorDate: Tue May 14 18:17:11 2019 +0000

    Automatic Site Publish by Jenkins
---
 README.md          | 14 ++++++++++++++
 community.html     |  2 +-
 documentation.html |  2 +-
 downloads.html     |  2 +-
 events.html        |  2 +-
 feed.xml           |  2 +-
 index.html         |  2 +-
 security.html      |  2 +-
 slack.html         |  2 +-
 9 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 15ca970..0661916 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,20 @@ bundle exec jekyll build
 
 This will build static files to a directory called `_site/` in the project 
root. This can be used for manual deployment to a static server or with build 
tools like Jenkins.
 
+## Updating CSS files
+
+Some browsers will continue to use cached copies of ".css" files even though 
the styles/content in the files has changed significantly.  If you make any 
changes that affect layout, you SHOULD increment the (artificial) version 
number on the query parameter on the ```<link>``` within 
[default.html](_layouts/default.html) which will cause (force) some clients to 
pull down a new ```main.css``` file (and all the cascading CSS imports as well):
+
+```html
+<link rel="stylesheet" href="{{ site.github.url }}/css/main-v1.css?v=1.12">
+```
+
+for example, update "?v1.12" to "?v1.13".
+
+```html
+<link rel="stylesheet" href="{{ site.github.url }}/css/main-v1.css?v=1.13">
+```
+
 ## Troubleshooting
 
 If you get an error 'bundle: command not found' attempting to build the site, 
you may need to manually install the 'bundler' package:
diff --git a/community.html b/community.html
index cfee390..8a876d4 100644
--- a/community.html
+++ b/community.html
@@ -22,7 +22,7 @@
 
         <title>Community</title>
         <link 
href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i";
 rel="stylesheet">
-        <link rel="stylesheet" href="/css/main-v1.css">
+        <link rel="stylesheet" href="/css/main-v1.css?v=1.13">
         <!-- Load Index, Menu & collapsible support -->
         <script type="text/javascript">
             
diff --git a/documentation.html b/documentation.html
index f2c3043..6f16efd 100644
--- a/documentation.html
+++ b/documentation.html
@@ -22,7 +22,7 @@
 
         <title>Documentation</title>
         <link 
href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i";
 rel="stylesheet">
-        <link rel="stylesheet" href="/css/main-v1.css">
+        <link rel="stylesheet" href="/css/main-v1.css?v=1.13">
         <!-- Load Index, Menu & collapsible support -->
         <script type="text/javascript">
             
diff --git a/downloads.html b/downloads.html
index 256f94b..4f0d28d 100644
--- a/downloads.html
+++ b/downloads.html
@@ -22,7 +22,7 @@
 
         <title>Apache OpenWhisk Downloads</title>
         <link 
href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i";
 rel="stylesheet">
-        <link rel="stylesheet" href="/css/main-v1.css">
+        <link rel="stylesheet" href="/css/main-v1.css?v=1.13">
         <!-- Load Index, Menu & collapsible support -->
         <script type="text/javascript">
             
diff --git a/events.html b/events.html
index e4d46d3..1adfacd 100644
--- a/events.html
+++ b/events.html
@@ -22,7 +22,7 @@
 
         <title>OpenWhisk Events Archive</title>
         <link 
href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i";
 rel="stylesheet">
-        <link rel="stylesheet" href="/css/main-v1.css">
+        <link rel="stylesheet" href="/css/main-v1.css?v=1.13">
         <!-- Load Index, Menu & collapsible support -->
         <script type="text/javascript">
             
diff --git a/feed.xml b/feed.xml
index 67b4bf7..2aff8da 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2019-05-14T16:16:23+00:00</updated><id>/feed.xml</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any  [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2019-05-14T18:17:06+00:00</updated><id>/feed.xml</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any  [...]
 </subtitle></feed>
\ No newline at end of file
diff --git a/index.html b/index.html
index a9e1dcf..6bcb4a3 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
 
         <title>Apache OpenWhisk is a serverless, open source cloud 
platform</title>
         <link 
href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i";
 rel="stylesheet">
-        <link rel="stylesheet" href="/css/main-v1.css">
+        <link rel="stylesheet" href="/css/main-v1.css?v=1.13">
         <!-- Load Index, Menu & collapsible support -->
         <script type="text/javascript">
             
diff --git a/security.html b/security.html
index c7b3ecf..e8cf1d7 100644
--- a/security.html
+++ b/security.html
@@ -22,7 +22,7 @@
 
         <title>Apache OpenWhisk Security</title>
         <link 
href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i";
 rel="stylesheet">
-        <link rel="stylesheet" href="/css/main-v1.css">
+        <link rel="stylesheet" href="/css/main-v1.css?v=1.13">
         <!-- Load Index, Menu & collapsible support -->
         <script type="text/javascript">
             
diff --git a/slack.html b/slack.html
index c6ca108..e24c576 100644
--- a/slack.html
+++ b/slack.html
@@ -22,7 +22,7 @@
 
         <title>Join OpenWhisk Slack</title>
         <link 
href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i";
 rel="stylesheet">
-        <link rel="stylesheet" href="/css/main-v1.css">
+        <link rel="stylesheet" href="/css/main-v1.css?v=1.13">
         <!-- Load Index, Menu & collapsible support -->
         <script type="text/javascript">
             

Reply via email to