Skip to content

Commit

Permalink
Merge pull request apachecn#64 from mikechengwei/1.0.0
Browse files Browse the repository at this point in the history
修改head和修正stream
  • Loading branch information
mikechengwei authored Mar 13, 2018
2 parents 929affd + ee1632a commit f8c2755
Show file tree
Hide file tree
Showing 84 changed files with 12,423 additions and 13,711 deletions.
36 changes: 18 additions & 18 deletions doc/zh/dist/0100/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<html xmlns:og="http://ogp.me/ns#">

<head>
<title>Apache Kafka</title>
<link rel='stylesheet' href='../css/styles.css' type='text/css'>
<link rel='stylesheet' href='../css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="../images/apache_feather.gif">
<title>ApacheCN Kafka</title>
<link rel='stylesheet' href='./css/styles.css' type='text/css'>
<link rel='stylesheet' href='./css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="./images/apache_feather.gif">
<meta name="robots" content="index,follow" />
<meta name="language" content="en" />
<meta name="keywords" content="apache kafka messaging queuing distributed stream processing">
Expand All @@ -34,8 +34,8 @@
<meta property="og:site_name" content="Apache Kafka" />
<meta property="og:type" content="website" />
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:400,700,900" rel="stylesheet">
<script src="../js/jquery.min.js"></script>
<script async src="../js/apachecn/googletagmanager.js"></script>
<script src="./js/jquery.min.js"></script>
<script async src="./js/apachecn/googletagmanager.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
Expand Down Expand Up @@ -73,18 +73,18 @@
// Legacy versions of the documentation to not do frontend redirect for
// These docs are written as a single super long file so no need to re-route
var legacyDocPaths = [
'../07/documentation',
'../07/documentation/',
'../08/documentation',
'../08/documentation/',
'../081/documentation',
'../081/documentation/',
'../082/documentation',
'../082/documentation/',
'../090/documentation',
'../090/documentation/',
'../0100/documentation',
'../0100/documentation/'
'./07/documentation',
'./07/documentation/',
'./08/documentation',
'./08/documentation/',
'./081/documentation',
'./081/documentation/',
'./082/documentation',
'./082/documentation/',
'./090/documentation',
'./090/documentation/',
'./0100/documentation',
'./0100/documentation/'
];

// Any direct request for Streams documentation in docs versions prior to 0101
Expand Down
36 changes: 18 additions & 18 deletions doc/zh/dist/0100/documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<html xmlns:og="http://ogp.me/ns#">

<head>
<title>Apache Kafka</title>
<link rel='stylesheet' href='../css/styles.css' type='text/css'>
<link rel='stylesheet' href='../css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="../images/apache_feather.gif">
<title>ApacheCN Kafka</title>
<link rel='stylesheet' href='./css/styles.css' type='text/css'>
<link rel='stylesheet' href='./css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="./images/apache_feather.gif">
<meta name="robots" content="index,follow" />
<meta name="language" content="en" />
<meta name="keywords" content="apache kafka messaging queuing distributed stream processing">
Expand All @@ -35,8 +35,8 @@
<meta property="og:site_name" content="Apache Kafka" />
<meta property="og:type" content="website" />
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:400,700,900" rel="stylesheet">
<script src="../js/jquery.min.js"></script>
<script async src="../js/apachecn/googletagmanager.js"></script>
<script src="./js/jquery.min.js"></script>
<script async src="./js/apachecn/googletagmanager.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
Expand Down Expand Up @@ -74,18 +74,18 @@
// Legacy versions of the documentation to not do frontend redirect for
// These docs are written as a single super long file so no need to re-route
var legacyDocPaths = [
'../07/documentation',
'../07/documentation/',
'../08/documentation',
'../08/documentation/',
'../081/documentation',
'../081/documentation/',
'../082/documentation',
'../082/documentation/',
'../090/documentation',
'../090/documentation/',
'../0100/documentation',
'../0100/documentation/'
'./07/documentation',
'./07/documentation/',
'./08/documentation',
'./08/documentation/',
'./081/documentation',
'./081/documentation/',
'./082/documentation',
'./082/documentation/',
'./090/documentation',
'./090/documentation/',
'./0100/documentation',
'./0100/documentation/'
];

// Any direct request for Streams documentation in docs versions prior to 0101
Expand Down
36 changes: 18 additions & 18 deletions doc/zh/dist/0100/migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<html xmlns:og="http://ogp.me/ns#">

<head>
<title>Apache Kafka</title>
<link rel='stylesheet' href='../css/styles.css' type='text/css'>
<link rel='stylesheet' href='../css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="../images/apache_feather.gif">
<title>ApacheCN Kafka</title>
<link rel='stylesheet' href='./css/styles.css' type='text/css'>
<link rel='stylesheet' href='./css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="./images/apache_feather.gif">
<meta name="robots" content="index,follow" />
<meta name="language" content="en" />
<meta name="keywords" content="apache kafka messaging queuing distributed stream processing">
Expand All @@ -34,8 +34,8 @@
<meta property="og:site_name" content="Apache Kafka" />
<meta property="og:type" content="website" />
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:400,700,900" rel="stylesheet">
<script src="../js/jquery.min.js"></script>
<script async src="../js/apachecn/googletagmanager.js"></script>
<script src="./js/jquery.min.js"></script>
<script async src="./js/apachecn/googletagmanager.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
Expand Down Expand Up @@ -73,18 +73,18 @@
// Legacy versions of the documentation to not do frontend redirect for
// These docs are written as a single super long file so no need to re-route
var legacyDocPaths = [
'../07/documentation',
'../07/documentation/',
'../08/documentation',
'../08/documentation/',
'../081/documentation',
'../081/documentation/',
'../082/documentation',
'../082/documentation/',
'../090/documentation',
'../090/documentation/',
'../0100/documentation',
'../0100/documentation/'
'./07/documentation',
'./07/documentation/',
'./08/documentation',
'./08/documentation/',
'./081/documentation',
'./081/documentation/',
'./082/documentation',
'./082/documentation/',
'./090/documentation',
'./090/documentation/',
'./0100/documentation',
'./0100/documentation/'
];

// Any direct request for Streams documentation in docs versions prior to 0101
Expand Down
36 changes: 18 additions & 18 deletions doc/zh/dist/0100/protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<html xmlns:og="http://ogp.me/ns#">

<head>
<title>Apache Kafka</title>
<link rel='stylesheet' href='../css/styles.css' type='text/css'>
<link rel='stylesheet' href='../css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="../images/apache_feather.gif">
<title>ApacheCN Kafka</title>
<link rel='stylesheet' href='./css/styles.css' type='text/css'>
<link rel='stylesheet' href='./css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="./images/apache_feather.gif">
<meta name="robots" content="index,follow" />
<meta name="language" content="en" />
<meta name="keywords" content="apache kafka messaging queuing distributed stream processing">
Expand All @@ -34,8 +34,8 @@
<meta property="og:site_name" content="Apache Kafka" />
<meta property="og:type" content="website" />
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:400,700,900" rel="stylesheet">
<script src="../js/jquery.min.js"></script>
<script async src="../js/apachecn/googletagmanager.js"></script>
<script src="./js/jquery.min.js"></script>
<script async src="./js/apachecn/googletagmanager.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
Expand Down Expand Up @@ -73,18 +73,18 @@
// Legacy versions of the documentation to not do frontend redirect for
// These docs are written as a single super long file so no need to re-route
var legacyDocPaths = [
'../07/documentation',
'../07/documentation/',
'../08/documentation',
'../08/documentation/',
'../081/documentation',
'../081/documentation/',
'../082/documentation',
'../082/documentation/',
'../090/documentation',
'../090/documentation/',
'../0100/documentation',
'../0100/documentation/'
'./07/documentation',
'./07/documentation/',
'./08/documentation',
'./08/documentation/',
'./081/documentation',
'./081/documentation/',
'./082/documentation',
'./082/documentation/',
'./090/documentation',
'./090/documentation/',
'./0100/documentation',
'./0100/documentation/'
];

// Any direct request for Streams documentation in docs versions prior to 0101
Expand Down
36 changes: 18 additions & 18 deletions doc/zh/dist/0101/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
<html xmlns:og="http://ogp.me/ns#">

<head>
<title>Apache Kafka</title>
<link rel='stylesheet' href='../css/styles.css' type='text/css'>
<link rel='stylesheet' href='../css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="../images/apache_feather.gif">
<title>ApacheCN Kafka</title>
<link rel='stylesheet' href='./css/styles.css' type='text/css'>
<link rel='stylesheet' href='./css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="./images/apache_feather.gif">
<meta name="robots" content="index,follow" />
<meta name="language" content="en" />
<meta name="keywords" content="apache kafka messaging queuing distributed stream processing">
Expand All @@ -59,8 +59,8 @@
<meta property="og:site_name" content="Apache Kafka" />
<meta property="og:type" content="website" />
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:400,700,900" rel="stylesheet">
<script src="../js/jquery.min.js"></script>
<script async src="../js/apachecn/googletagmanager.js"></script>
<script src="./js/jquery.min.js"></script>
<script async src="./js/apachecn/googletagmanager.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
Expand Down Expand Up @@ -98,18 +98,18 @@
// Legacy versions of the documentation to not do frontend redirect for
// These docs are written as a single super long file so no need to re-route
var legacyDocPaths = [
'../07/documentation',
'../07/documentation/',
'../08/documentation',
'../08/documentation/',
'../081/documentation',
'../081/documentation/',
'../082/documentation',
'../082/documentation/',
'../090/documentation',
'../090/documentation/',
'../0100/documentation',
'../0100/documentation/'
'./07/documentation',
'./07/documentation/',
'./08/documentation',
'./08/documentation/',
'./081/documentation',
'./081/documentation/',
'./082/documentation',
'./082/documentation/',
'./090/documentation',
'./090/documentation/',
'./0100/documentation',
'./0100/documentation/'
];

// Any direct request for Streams documentation in docs versions prior to 0101
Expand Down
36 changes: 18 additions & 18 deletions doc/zh/dist/0101/documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
<html xmlns:og="http://ogp.me/ns#">

<head>
<title>Apache Kafka</title>
<link rel='stylesheet' href='../css/styles.css' type='text/css'>
<link rel='stylesheet' href='../css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="../images/apache_feather.gif">
<title>ApacheCN Kafka</title>
<link rel='stylesheet' href='./css/styles.css' type='text/css'>
<link rel='stylesheet' href='./css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="./images/apache_feather.gif">
<meta name="robots" content="index,follow" />
<meta name="language" content="en" />
<meta name="keywords" content="apache kafka messaging queuing distributed stream processing">
Expand All @@ -60,8 +60,8 @@
<meta property="og:site_name" content="Apache Kafka" />
<meta property="og:type" content="website" />
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:400,700,900" rel="stylesheet">
<script src="../js/jquery.min.js"></script>
<script async src="../js/apachecn/googletagmanager.js"></script>
<script src="./js/jquery.min.js"></script>
<script async src="./js/apachecn/googletagmanager.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
Expand Down Expand Up @@ -99,18 +99,18 @@
// Legacy versions of the documentation to not do frontend redirect for
// These docs are written as a single super long file so no need to re-route
var legacyDocPaths = [
'../07/documentation',
'../07/documentation/',
'../08/documentation',
'../08/documentation/',
'../081/documentation',
'../081/documentation/',
'../082/documentation',
'../082/documentation/',
'../090/documentation',
'../090/documentation/',
'../0100/documentation',
'../0100/documentation/'
'./07/documentation',
'./07/documentation/',
'./08/documentation',
'./08/documentation/',
'./081/documentation',
'./081/documentation/',
'./082/documentation',
'./082/documentation/',
'./090/documentation',
'./090/documentation/',
'./0100/documentation',
'./0100/documentation/'
];

// Any direct request for Streams documentation in docs versions prior to 0101
Expand Down
36 changes: 18 additions & 18 deletions doc/zh/dist/0101/protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<html xmlns:og="http://ogp.me/ns#">

<head>
<title>Apache Kafka</title>
<link rel='stylesheet' href='../css/styles.css' type='text/css'>
<link rel='stylesheet' href='../css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="../images/apache_feather.gif">
<title>ApacheCN Kafka</title>
<link rel='stylesheet' href='./css/styles.css' type='text/css'>
<link rel='stylesheet' href='./css/syntax-highlighting.css' type='text/css'>
<link rel="icon" type="image/gif" href="./images/apache_feather.gif">
<meta name="robots" content="index,follow" />
<meta name="language" content="en" />
<meta name="keywords" content="apache kafka messaging queuing distributed stream processing">
Expand All @@ -34,8 +34,8 @@
<meta property="og:site_name" content="Apache Kafka" />
<meta property="og:type" content="website" />
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:400,700,900" rel="stylesheet">
<script src="../js/jquery.min.js"></script>
<script async src="../js/apachecn/googletagmanager.js"></script>
<script src="./js/jquery.min.js"></script>
<script async src="./js/apachecn/googletagmanager.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
Expand Down Expand Up @@ -73,18 +73,18 @@
// Legacy versions of the documentation to not do frontend redirect for
// These docs are written as a single super long file so no need to re-route
var legacyDocPaths = [
'../07/documentation',
'../07/documentation/',
'../08/documentation',
'../08/documentation/',
'../081/documentation',
'../081/documentation/',
'../082/documentation',
'../082/documentation/',
'../090/documentation',
'../090/documentation/',
'../0100/documentation',
'../0100/documentation/'
'./07/documentation',
'./07/documentation/',
'./08/documentation',
'./08/documentation/',
'./081/documentation',
'./081/documentation/',
'./082/documentation',
'./082/documentation/',
'./090/documentation',
'./090/documentation/',
'./0100/documentation',
'./0100/documentation/'
];

// Any direct request for Streams documentation in docs versions prior to 0101
Expand Down
Loading

0 comments on commit f8c2755

Please sign in to comment.