tzulitai commented on a change in pull request #73: [FLINK-16758][docs] Port 
StateFun Documentation to Jekyll 
URL: https://github.com/apache/flink-statefun/pull/73#discussion_r397615103
 
 

 ##########
 File path: docs/_layouts/base.html
 ##########
 @@ -0,0 +1,118 @@
+<!DOCTYPE html>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head 
content must come *after* these tags -->
+    <title>Apache Flink {{ site.version_title }} Documentation: {{ page.title 
}}</title>
+    <link rel="shortcut icon" href="{{ site.baseurl }}/page/favicon.ico" 
type="image/x-icon">
+    <link rel="icon" href="{{ site.baseurl }}/page/favicon.ico" 
type="image/x-icon">
+    <link rel="canonical" href="{{ site.stable_baseurl }}{{ page.url | 
replace:'index.html',''}}">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css";>
+    <link rel="stylesheet" href="{{ site.baseurl }}/page/css/flink.css">
+    <link rel="stylesheet" href="{{ site.baseurl }}/page/css/syntax.css">
+    <link rel="stylesheet" href="{{ site.baseurl }}/page/css/codetabs.css">
+    <link rel="stylesheet" href="{{ site.baseurl 
}}/page/font-awesome/css/font-awesome.min.css">
+    {% if page.mathjax %}
+    <script type="text/x-mathjax-config">
+        MathJax.Hub.Config({
+        tex2jax: {
+          inlineMath: [['$','$'], ['\\(','\\)']] },
+        TeX: {
+          equationNumbers: { autoNumber: "AMS" } }
+        });
+    </script>
+    <script type="text/javascript"
+            
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";>
+    </script>
+    {% endif %}
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
+      <script 
src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
+    <![endif]-->
+  </head>
+  <body>
+    {% if site.show_outdated_warning %}
+    <div style="position:fixed; bottom:0; left:0; z-index:99999; width:100%; 
text-align:center; padding:15px; border-top:5px solid #ECCCD1; 
background:#F2DEDE; color:#AD433F; font-weight:bold">
+      {% if page.language == "en" %}
+        This documentation is for an out-of-date version of Apache Flink. We 
recommend you use <a 
href="https://ci.apache.org/projects/flink/flink-docs-stable/";>the latest 
stable version</a>.
 
 Review comment:
   ```suggestion
           This documentation is for an out-of-date version of Apache Flink 
Stateful Functions. We recommend you use <a 
href="https://ci.apache.org/projects/flink/flink-statefun-docs-stable/";>the 
latest stable version</a>.
   ```

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


With regards,
Apache Git Services

Reply via email to