You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2018/08/16 18:47:34 UTC

[incubator-openwhisk-website] branch master updated: Adding FAQ back with most relevant and obvious questions (#313)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 06ae0b0  Adding FAQ back with most relevant and obvious questions (#313)
06ae0b0 is described below

commit 06ae0b0d82daeefd3d8bce2ef13c9266197104e3
Author: Priti Desai <pd...@us.ibm.com>
AuthorDate: Thu Aug 16 11:47:32 2018 -0700

    Adding FAQ back with most relevant and obvious questions (#313)
    
    * Add ASF required links and legal text to footer
    
    * adding go file
    
    * Add ASF required links and legal text to footer (#307)
    
    * Add ASF required links and legal text to footer
    
    * Add ASF required links and legal text to footer
    
    * Add ASF required links and legal text to footer
    
    * Add ASF required links and legal text to footer
    
    * Add ASF required links and legal text to footer
    
    * Add ASF required links and legal text to footer
    
    * adding FAQ
    
    * adding more question
    
    * fixing extra colon
    
    * dropping unnecessary changes
    
    * dropping unnecessary changes
    
    * dropping unnecessary changes
---
 _includes/partial/faq.html  | 27 +++++++++++++++++++++++++++
 _layouts/community.html     |  2 +-
 _layouts/documentation.html | 14 +++++++++++++-
 3 files changed, 41 insertions(+), 2 deletions(-)

diff --git a/_includes/partial/faq.html b/_includes/partial/faq.html
new file mode 100644
index 0000000..3da6425
--- /dev/null
+++ b/_includes/partial/faq.html
@@ -0,0 +1,27 @@
+<ul>
+    <a class="indexable" id="get-involved"></a>
+    <li><a href="#get-involved">How do I get involved?</a></li>
+    <p>
+        If you are interested in contributing to OpenWhisk project, please join
+        <a href="community.html#mailing-lists">openwhisk mailing list</a>
+        and reach out to other whiskers.
+    </p>
+    <a class="indexable" id="report-problem-with-this-site"></a>
+    <li><a href="#report-problem-with-this-site">How do I report a problem with this site or suggest an improvement?</a></li>
+    <p>
+        You can submit an issue to
+        <a href="https://github.com/apache/incubator-openwhisk-website/issues">the GitHub repository</a>
+        for this site. You can also submit a
+        <a href="https://github.com/apache/incubator-openwhisk-website/pulls">pull request</a>
+        if you have signed the Apache ICLA.
+    </p>
+    <a class="indexable" id="need-another-question-answered"></a>
+    <li><a href="#need-another-question-answered">Need another question answered?</a></li>
+    <p>
+        For questions, hints, and tips for developing in Apache OpenWhisk:
+        <ul>
+            <li><a href="community.html#mailing-lists">Join the Dev Mailing List</a></li>
+            <li><a href="community.html#social">Follow OpenWhisk Media</a></li>
+        </ul>
+    </p>
+</ul>
diff --git a/_layouts/community.html b/_layouts/community.html
index 1e4fb2b..fc320bd 100644
--- a/_layouts/community.html
+++ b/_layouts/community.html
@@ -81,7 +81,7 @@ layout: default
               <br>
               <h5>How to join the Apache OpenWhisk mailing list<h5>
               <p>The Dev Mailing List is where we discuss the development of Apache OpenWhisk. It is <b><i>not</i></b> a place for technical support; if you're looking for help on the project, please try our <a style="font-weight:400;" href="/documentation.html">Documentation</a> page and engage with us on one of the Social Media channels listed above.</p>
-              <p>: To subscribe, unsubscribe or post our developer list, send an email message to one of the following addresses:</p>
+              <p>To subscribe, unsubscribe or post our developer list, send an email message to one of the following addresses:</p>
                   <ul>
                       <li><b>Subscribe</b>: <a href="mailto:dev-subscribe@openwhisk.incubator.apache.org">dev-subscribe@openwhisk.incubator.apache.org</a></li>
                       <li><b>Unsubscribe</b>: <a href="mailto:dev-unsubscribe@openwhisk.incubator.apache.org">dev-unsubscribe@openwhisk.incubator.apache.org</a></li>
diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index fc88490..a6adaa1 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -100,6 +100,9 @@ layout: default
             <!-- Other Resources -->
             <li><a href="#other-resources">Other Resources</a></li>
 
+            <!-- FAQ -->
+            <li><a href="#faq">FAQ</a></li>
+
         </ul>
     </div>
 
@@ -570,7 +573,7 @@ $ make quick-start
     <main id="doc">
         <div class="content">
             <a class="indexable" id="deployment_admin"></a>
-            <h3 id="deployment_admin">Administrative Operations</h3>
+            <h3>Administrative Operations</h3>
             <p>
                 This section contains a list of resources which can be utilized to administer the running OpenWhisk instance.
                 <ul>
@@ -1641,5 +1644,14 @@ abcd.... locationUpdate
             </ul>
         </div>
     </main>
+
+    <!-- Frequently Asked Questions -->
+    <main id="doc">
+        <div class="content">
+            <a class="indexable" id="faq"></a>
+            <h2>Frequently Asked Questions</h2>
+            {% include partial/faq.html %}
+        </div>
+    </main>
 </section>
 </div>