You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/16 18:47:33 UTC

[GitHub] mrutkows closed pull request #313: Adding FAQ back with most relevant and obvious questions

mrutkows closed pull request #313: Adding FAQ back with most relevant and obvious questions
URL: https://github.com/apache/incubator-openwhisk-website/pull/313
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 @@ <h4>Mailing Lists</h4>
               <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 @@
             <!-- 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 @@ <h4>Vagrant</h4>
     <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 @@ <h2>Other Resources</h2>
             </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>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services