You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/12/19 23:36:15 UTC

[GitHub] wu-sheng closed pull request #11: Update: update website source

wu-sheng closed pull request #11: Update: update website source
URL: https://github.com/apache/incubator-skywalking-website/pull/11
 
 
   

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/.travis.yml b/.travis.yml
index 867b6eb..5502a07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,22 @@ sudo: required
 
 language: node_js
 node_js:
-  - "iojs"
-  - "7"
+  - "8"
+
+env:
+  matrix:
+    - TEST_TYPE=clean
+    - TEST_TYPE=build
 
 install:
-  - npm run clean
-  - npm run build
+  - export DISPLAY=':99.0'
+  - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
+  - npm install
+
+script:
+  - |
+    if [ "$TEST_TYPE" = clean ]; then
+      npm run clean
+    elif [ "$TEST_TYPE" = build ]; then
+      npm run build
+    fi
\ No newline at end of file
diff --git a/404.html b/404.html
deleted file mode 100644
index 55ea48b..0000000
--- a/404.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title> Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container"><div class="content"><h1>404</h1> <blockquote>How did we get here?</blockquote> <a href="/" class="router-link-active">Take me home.</a></div></div></div>
-    <script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/README.md b/README.md
index 973d9cc..f28ac16 100755
--- a/README.md
+++ b/README.md
@@ -6,12 +6,11 @@ This is the repository including all source codes of `http://skywalking.incubato
 
 Usage:
 
-1. Git pull branch `asf-site`
-1. You may need to run `npm install` before your start somehow.
-1. Run `npm run clean`
-1. Run `npm run dev` in your local env, open `http://localhost:8080` in browser, check whether it works fine
-1. Run `npm run build` to generate static files.
-1. Push files and send pull request if necessary, with screenshots showing how you would change.
+1. Git pull branch `master`
+2. You may need to run `npm install` before your start somehow.
+3. Run `npm run clean` to remove dist folder
+4. Run `npm run dev` in your local env, open `http://localhost:8080` in browser, check whether it works fine
+6. Push files and send pull request if necessary, with screenshots showing how you would change.
 
 
 ## How to add document in the site
@@ -23,6 +22,9 @@ Usage:
 |   |-- .vuepress
 |   |   |-- config.js       // website config
 |   |   |-- public          // public resources
+|   |   |   |-- assets          // website static resources
+|   |   |   |-- static          // markdown resources
+|   |   |   |   |-- blog          // blog  markdown resources
 |   |   |-- theme           // vue theme project
 |   |-- blog
 |   |   |-- xxx.md          // other blog markdowns
diff --git a/assets/css/0.styles.83c54a22.css b/assets/css/0.styles.83c54a22.css
deleted file mode 100644
index 74ca0a8..0000000
--- a/assets/css/0.styles.83c54a22.css
+++ /dev/null
@@ -1 +0,0 @@
-.footer-container{padding:2rem 2em .3em}.footer-container dt{font-size:16px;font-weight:700;font-family:Avenir-Medium}.footer-container dd{margin:0;font-size:12px;color:#999;line-height:18px;margin:8px 0}.footer-container .asf{width:40%;float:left}.footer-container dd a{color:inherit}.footer-container .copyright{border-top:1px solid #eaecef;min-height:60px;line-height:20px;text-align:center;font-family:Avenir-Medium;font-size:12px;color:#999;display:flex;align-items:center}.footer-container .cols-container .col-18{width:75%;padding-right:70px;padding-left:10px}.footer-container .cols-container .col-6{width:24%;padding-right:10px;padding-left:10px}.footer-container .cols-container .col{display:inline-block;box-sizing:border-box;vertical-align:top}@media screen and (max-width:640px){.footer-container .cols-container .col{width:100%;text-align:center;padding:0}}.badge[data-v-099ab69c]{display:inline-block;font-size:14px;height:18px;line-height:18px;border-radius:3px;padding:0 6px;color:#fff;margin-right:5px;background-color:#42b983}.badge.middle[data-v-099ab69c]{vertical-align:middle}.badge.top[data-v-099ab69c]{vertical-align:top}.badge.green[data-v-099ab69c],.badge.tip[data-v-099ab69c]{background-color:#42b983}.badge.error[data-v-099ab69c]{background-color:#da5961}.badge.warn[data-v-099ab69c],.badge.warning[data-v-099ab69c],.badge.yellow[data-v-099ab69c]{background-color:#e7c000}.blog{margin-top:-3.6rem}.blog-item{border-bottom:1px solid #eaecef}.blog-item time{font-size:12px;color:#888}.blog-item h3{margin-bottom:5px}.blog-item a{display:inline-block;margin-bottom:20px;font-size:14px}.page-edit,.page-nav{max-width:740px;margin:0 auto;padding:3rem 2.5rem 2rem}@media (max-width:959px){.page-edit,.page-nav{padding:2rem}}@media (max-width:419px){.page-edit,.page-nav{padding:1.5rem}}.page{padding-bottom:2rem}.page-edit{padding-top:1rem;padding-bottom:1rem;overflow:auto}.page-edit .edit-link{display:inline-block}.page-edit .edit-link a{color:#4e6e8e;margin-right:.25rem}.page-edit .last-updated{float:right;font-size:.9em}.page-edit .last-updated .prefix{font-weight:500;color:#4e6e8e}.page-edit .last-updated .time{font-weight:400;color:#aaa}.page-nav{padding-top:1rem;padding-bottom:0}.page-nav .inner{min-height:2rem;margin-top:0;border-top:1px solid #eaecef;padding-top:1rem;overflow:auto}.page-nav .next{float:right}@media (max-width:719px){.page-edit .edit-link{margin-bottom:.5rem}.page-edit .last-updated{font-size:.8em;float:none;text-align:left}}.sidebar-button{display:none;width:1.25rem;height:1.25rem;position:absolute;padding:.6rem;top:.6rem;left:1rem}.sidebar-button .icon{display:block;color:#ddd;width:1.25rem;height:1.25rem}@media (max-width:719px){.sidebar-button{display:block}}.search-box{display:inline-block;position:relative;margin-left:1.5rem}.search-box input{cursor:text;width:10rem;color:#4e6e8e;display:inline-block;border:1px solid #eceef1;border-radius:1.8rem;font-size:.9rem;line-height:1.8rem;padding:0 .5rem 0 2rem;outline:none;transition:all .2s ease;background:#fff url(/assets/img/search.17eaa222.svg) .6rem .4rem no-repeat;background-size:1rem}.search-box input:focus{cursor:auto;border-color:#0091ff}.search-box .suggestions{background:#fff;width:20rem;position:absolute;top:1.5rem;border:1px solid #cfd4db;border-radius:6px;padding:.4rem;list-style-type:none}.search-box .suggestions.align-right{right:0}.search-box .suggestion{line-height:1.4;padding:.4rem .6rem;border-radius:4px;cursor:pointer}.search-box .suggestion a{white-space:normal;color:#5d82a6}.search-box .suggestion a .page-title{font-weight:600}.search-box .suggestion a .header{font-size:.9em;margin-left:.25em}.search-box .suggestion.focused{background-color:#f3f4f5}.search-box .suggestion.focused a{color:#0091ff}@media (max-width:959px){.search-box input{cursor:pointer;width:0;border-color:transparent;position:relative}.search-box input:focus{cursor:text;left:0;width:10rem}}@media (max-width:959px) and (min-width:719px){.search-box .suggestions{left:0}}@media (max-width:719px){.search-box{margin-right:0}.search-box input{left:1rem}.search-box .suggestions{right:0}}@media (max-width:419px){.search-box .suggestions{width:calc(100vw - 4rem)}.search-box input:focus{width:8rem}}.dropdown-enter,.dropdown-leave-to{height:0!important}.dropdown-wrapper{cursor:pointer}.dropdown-wrapper .dropdown-title{display:block}.dropdown-wrapper .dropdown-title:hover{border-color:transparent}.dropdown-wrapper .dropdown-title .arrow{vertical-align:middle;margin-top:-1px;margin-left:.4rem}.dropdown-wrapper .nav-dropdown .dropdown-item{color:inherit;line-height:1.7rem}.dropdown-wrapper .nav-dropdown .dropdown-item h4{margin:.45rem 0 0;border-top:1px solid #eee;padding:.45rem 1.5rem 0 1.25rem}.dropdown-wrapper .nav-dropdown .dropdown-item .dropdown-subitem-wrapper{padding:0;list-style:none}.dropdown-wrapper .nav-dropdown .dropdown-item .dropdown-subitem-wrapper .dropdown-subitem{font-size:.9em}.dropdown-wrapper .nav-dropdown .dropdown-item a{display:block;color:#2c3e50;line-height:1.7rem;position:relative;border-bottom:none;font-weight:400;margin-bottom:0;padding:0 1.5rem 0 1.25rem}.dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active,.dropdown-wrapper .nav-dropdown .dropdown-item a:hover{color:#0091ff}.dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active:after{content:"";width:0;height:0;border-left:5px solid #0091ff;border-top:3px solid transparent;border-bottom:3px solid transparent;position:absolute;top:calc(50% - 2px);left:9px}.dropdown-wrapper .nav-dropdown .dropdown-item:first-child h4{margin-top:0;padding-top:0;border-top:0}@media (max-width:719px){.dropdown-wrapper.open .dropdown-title{margin-bottom:.5rem}.dropdown-wrapper .nav-dropdown{transition:height .1s ease-out;overflow:hidden}.dropdown-wrapper .nav-dropdown .dropdown-item h4{border-top:0;margin-top:0;padding-top:0}.dropdown-wrapper .nav-dropdown .dropdown-item>a,.dropdown-wrapper .nav-dropdown .dropdown-item h4{font-size:15px;line-height:2rem}.dropdown-wrapper .nav-dropdown .dropdown-item .dropdown-subitem{font-size:14px;padding-left:1rem}}@media (min-width:719px){.dropdown-wrapper{height:1.8rem}.dropdown-wrapper:hover .nav-dropdown{display:block!important}.dropdown-wrapper .dropdown-title .arrow{border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #ccc;border-bottom:0}.dropdown-wrapper .nav-dropdown{display:none;height:auto!important;box-sizing:border-box;max-height:calc(100vh - 2.7rem);overflow-y:auto;position:absolute;top:100%;right:0;background-color:#fff;padding:.6rem 0;border:1px solid #ddd;border-bottom-color:#ccc;text-align:left;border-radius:.25rem;white-space:nowrap;margin:0}}.nav-links{display:inline-block}.nav-links a{line-height:2rem;color:inherit;opacity:.5}.nav-links a.router-link-active,.nav-links a:hover{opacity:1}.nav-links .nav-item{color:#fff;font-family:Avenir-Medium;position:relative;display:inline-block;margin-left:1.5rem;line-height:2rem}.nav-links .nav-item:first-child{margin-left:0}.nav-links .repo-link{margin-left:1.5rem}@media (max-width:719px){.nav-links .nav-item,.nav-links .repo-link{margin-left:0}}@media (min-width:719px){.nav-links a.router-link-active,.nav-links a:hover{color:#fff}.nav-item>a:not(.external).router-link-active,.nav-item>a:not(.external):hover{margin-bottom:-2px}}.incubating{font-size:18px;vertical-align:top;position:relative;background:hsla(0,0%,100%,.15);padding:3px 10px 3px 12px;border-radius:4px}.incubating:after{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:transparent;border-right-color:hsla(0,0%,100%,.15);border-width:8px;margin-top:-8px}.avatar{overflow:hidden;position:relative;height:720px;background-color:#2b2e3b}.avatar-wrapper{margin:0 auto;max-width:730px}.avatar-title{font-size:48px;color:#fff;font-family:Avenir-Heavy;font-weight:600;margin:0}.avatar-desc{font-size:15px;padding-bottom:15px;color:#fff;font-weight:300;text-shadow:0 2px 2px #00000066}.avatar .button1{background-color:#0091ff;color:#fff;padding:10px 1em;border-radius:5px;margin-right:10px}.avatar .button2{padding:10px;border-radius:5px;color:#fff;text-shadow:0 2px 2px #00000066}.avatar .vertical-middle{position:absolute;left:0;top:40%;transform:translateY(-50%);box-sizing:border-box;width:100%;padding:0 20px;z-index:0}.avatar .moon{width:450px;z-index:-1;height:450px;border-radius:250px;position:absolute;right:-100px;bottom:-400px;background-color:#f9fafa;background-image:url(/assets/img/moon.2b4803dc.svg);background-size:cover}.home-card-feature-td{padding:20px 0 20px 40px;position:relative}.home-card-feature-img{position:absolute;left:10px;height:20px;margin-right:10px;vertical-align:text-top}.home-card-news-item{padding:10px;width:50%;box-sizing:border-box;float:left}.home-card-news-item h4{font-size:16px}.home-card-news-item>div,.home-card-news-item>h4{display:inline;margin-right:10px}@media screen and (max-width:640px){.home-card-feature-item{width:100%}.home-card-news-item{float:unset;width:100%}.home-card-news-item>div,.home-card-news-item>h4{display:block;margin-right:0}}.home-card-news-item:before{content:"";width:7px;height:7px;margin-right:15px;margin-top:7px;display:block;float:left;background-color:#0091ff}.home-card h1{font-family:Avenir-Heavy;text-shadow:4px 6px 0 rgba(0,0,0,.07)}.home-card p{margin:10px 0}.home-card h1:before{content:"";display:block;width:50px;height:3px;background-color:#0091ff;margin:0 auto 8px}.home-card-about{background-color:#f7f7f9}.home-card-about,.home-card-feature,.home-card-news{padding:50px 40px 70px}.home-card-news{background-color:#f7f7f9}.home-card-user{padding:50px 40px 70px}.home-card .tc{text-align:center}.home-card .mb10{margin-bottom:10px}.home-card .mt0{margin-top:0}.home-card .sm{font-size:13px}.home-card .half{width:50%}.home-card .l{float:left}.home-card .clear:after{display:table;content:"";clear:both}.sidebar .sidebar-sub-headers{padding-left:1rem;font-size:.95em}a.sidebar-link{font-weight:400;display:inline-block;color:#2c3e50;border-left:.25rem solid transparent;padding:.35rem 1rem .35rem 1.25rem;line-height:1.4;width:100%;box-sizing:border-box}a.sidebar-link:hover{color:#0091ff}a.sidebar-link.active{font-weight:600;color:#0091ff;border-left-color:#0091ff}.sidebar-group a.sidebar-link{padding-left:2rem}.sidebar-sub-headers a.sidebar-link{padding-top:.25rem;padding-bottom:.25rem;border-left:none}.sidebar-sub-headers a.sidebar-link.active{font-weight:500}.sidebar-group:not(.first){margin-top:1em}.sidebar-group .sidebar-group{padding-left:.5em}.sidebar-group:not(.collapsable) .sidebar-heading{cursor:auto;color:inherit}.sidebar-heading{color:#999;transition:color .15s ease;cursor:pointer;font-size:1.1em;font-weight:700;padding:0 1.5rem;margin-top:0;margin-bottom:.5rem}.sidebar-heading.open,.sidebar-heading:hover{color:inherit}.sidebar-heading .arrow{position:relative;top:-.12em;left:.5em}.sidebar-heading:.open .arrow{top:-.18em}.sidebar-group-items{transition:height .1s ease-out;overflow:hidden}.sidebar ul{padding:0;margin:0;list-style-type:none}.sidebar a{display:inline-block}.sidebar .nav-links{display:none;border-bottom:1px solid #eaecef;padding:.5rem 0 .75rem 0}.sidebar .nav-links a{font-weight:600}.sidebar .nav-links .nav-item,.sidebar .nav-links .repo-link{display:block;line-height:1.25rem;color:#2c3e50;font-family:Avenir-Medium;padding:.5rem 0 .5rem 1.5rem}.sidebar .sidebar-links{padding:1.5rem 0}@media (max-width:719px){.sidebar .nav-links{display:block}.sidebar .nav-links .dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active:after{top:calc(1rem - 2px)}.sidebar .sidebar-links{padding:1rem 0}}.sw-update-popup{position:fixed;right:1em;bottom:1em;padding:1em;border:1px solid #0091ff;border-radius:3px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.5);text-align:center}.sw-update-popup button{margin-top:.5em;padding:.25em 2em}.sw-update-popup-enter-active,.sw-update-popup-leave-active{transition:opacity .3s,transform .3s}.sw-update-popup-enter,.sw-update-popup-leave-to{opacity:0;transform:translateY(50%) scale(.5)}code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;tab-size:4;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}#nprogress{pointer-events:none}#nprogress .bar{background:#0091ff;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #0091ff,0 0 5px #0091ff;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#0091ff;border-left-color:#0091ff;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.content code{color:#476582;padding:.25rem .5rem;margin:0;font-size:.85em;background-color:rgba(27,31,35,.05);border-radius:3px}.content pre,.content pre[class*=language-]{line-height:1.4;padding:1.25rem 1.5rem;margin:.85rem 0;background-color:#282c34;border-radius:6px;overflow:auto}.content pre[class*=language-] code,.content pre code{color:#fff;padding:0;background-color:transparent;border-radius:0}div[class*=language-]{position:relative;background-color:#282c34;border-radius:6px}div[class*=language-] .highlight-lines{user-select:none;padding-top:1.3rem;position:absolute;top:0;left:0;width:100%;line-height:1.4}div[class*=language-] .highlight-lines .highlighted{background-color:rgba(0,0,0,.66)}div[class*=language-] pre,div[class*=language-] pre[class*=language-]{background:transparent;position:relative;z-index:1}div[class*=language-]:before{position:absolute;z-index:3;top:.8em;right:1em;font-size:.75rem;color:hsla(0,0%,100%,.4)}div[class*=language-]:not(.line-numbers-mode) .line-numbers-wrapper{display:none}div[class*=language-].line-numbers-mode .highlight-lines .highlighted{position:relative}div[class*=language-].line-numbers-mode .highlight-lines .highlighted:before{content:" ";position:absolute;z-index:3;left:0;top:0;display:block;width:3.5rem;height:100%;background-color:rgba(0,0,0,.66)}div[class*=language-].line-numbers-mode pre{padding-left:4.5rem;vertical-align:middle}div[class*=language-].line-numbers-mode .line-numbers-wrapper{position:absolute;top:0;width:3.5rem;text-align:center;color:hsla(0,0%,100%,.3);padding:1.25rem 0;line-height:1.4}div[class*=language-].line-numbers-mode .line-numbers-wrapper br{user-select:none}div[class*=language-].line-numbers-mode .line-numbers-wrapper .line-number{position:relative;z-index:4;user-select:none;font-size:.85em}div[class*=language-].line-numbers-mode:after{content:"";position:absolute;z-index:2;top:0;left:0;width:3.5rem;height:100%;border-radius:6px 0 0 6px;border-right:1px solid rgba(0,0,0,.66);background-color:#282c34}div[class~=language-js]:before{content:"js"}div[class~=language-ts]:before{content:"ts"}div[class~=language-html]:before{content:"html"}div[class~=language-md]:before{content:"md"}div[class~=language-vue]:before{content:"vue"}div[class~=language-css]:before{content:"css"}div[class~=language-sass]:before{content:"sass"}div[class~=language-scss]:before{content:"scss"}div[class~=language-less]:before{content:"less"}div[class~=language-stylus]:before{content:"stylus"}div[class~=language-go]:before{content:"go"}div[class~=language-java]:before{content:"java"}div[class~=language-c]:before{content:"c"}div[class~=language-sh]:before{content:"sh"}div[class~=language-yaml]:before{content:"yaml"}div[class~=language-py]:before{content:"py"}div[class~=language-javascript]:before{content:"js"}div[class~=language-typescript]:before{content:"ts"}div[class~=language-markup]:before{content:"html"}div[class~=language-markdown]:before{content:"md"}div[class~=language-json]:before{content:"json"}div[class~=language-ruby]:before{content:"rb"}div[class~=language-python]:before{content:"py"}div[class~=language-bash]:before{content:"sh"}.custom-block .custom-block-title{font-weight:600;margin-bottom:-.4rem}.custom-block.danger,.custom-block.tip,.custom-block.warning{padding:.1rem 1.5rem;border-left-width:.5rem;border-left-style:solid;margin:1rem 0}.custom-block.tip{background-color:#f3f5f7;border-color:#42b983}.custom-block.warning{background-color:rgba(255,229,100,.3);border-color:#e7c000;color:#6b5900}.custom-block.warning .custom-block-title{color:#b29400}.custom-block.warning a{color:#2c3e50}.custom-block.danger{background-color:#ffe6e6;border-color:#c00;color:#4d0000}.custom-block.danger .custom-block-title{color:#900}.custom-block.danger a{color:#2c3e50}.arrow{display:inline-block;width:0;height:0}.arrow.up{border-bottom:6px solid #ccc}.arrow.down,.arrow.up{border-left:4px solid transparent;border-right:4px solid transparent}.arrow.down{border-top:6px solid #ccc}.arrow.right{border-left:6px solid #ccc}.arrow.left,.arrow.right{border-top:4px solid transparent;border-bottom:4px solid transparent}.arrow.left{border-right:6px solid #ccc}.content:not(.custom){max-width:740px;margin:0 auto;padding:3rem 2.5rem 2rem}@media (max-width:959px){.content:not(.custom){padding:2rem}}@media (max-width:419px){.content:not(.custom){padding:1.5rem}}.table-of-contents .badge{vertical-align:middle}body,html{padding:0;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;color:#2c3e50}.page{padding-left:20rem}.navbar{z-index:20;right:0;height:3.6rem;background-color:#2f3241;box-sizing:border-box;box-shadow:0 2px 4px 0 rgba(0,0,0,.06)}.navbar,.sidebar-mask{position:fixed;top:0;left:0}.sidebar-mask{z-index:9;width:100vw;height:100vh;display:none}.sidebar{font-size:15px;background-color:#fff;width:20rem;position:fixed;z-index:10;margin:0;top:3.6rem;left:0;bottom:0;box-sizing:border-box;border-right:1px solid #eaecef;overflow-y:auto}.content:not(.custom)>:first-child{margin-top:3.6rem}.content:not(.custom) a:hover{text-decoration:underline}.content:not(.custom) p.demo{padding:1rem 1.5rem;border:1px solid #ddd;border-radius:4px}.content:not(.custom) img{max-width:100%}.content.custom{padding:0;margin:0}.content.custom img{max-width:100%}a{font-weight:500;text-decoration:none}a,p a code{color:#0091ff}p a code{font-weight:400}kbd{background:#eee;border:.15rem solid #ddd;border-bottom:.25rem solid #ddd;border-radius:.15rem;padding:0 .15em}blockquote{font-size:1.2rem;color:#999;border-left:.25rem solid #dfe2e5;margin-left:0;padding-left:1rem}ol,ul{padding-left:1.2em}strong{font-weight:600}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25}.content:not(.custom)>h1,.content:not(.custom)>h2,.content:not(.custom)>h3,.content:not(.custom)>h4,.content:not(.custom)>h5,.content:not(.custom)>h6{margin-top:-3.1rem;padding-top:4.6rem;margin-bottom:0}.content:not(.custom)>h1:first-child,.content:not(.custom)>h2:first-child,.content:not(.custom)>h3:first-child,.content:not(.custom)>h4:first-child,.content:not(.custom)>h5:first-child,.content:not(.custom)>h6:first-child{margin-top:-1.5rem;margin-bottom:1rem}.content:not(.custom)>h1:first-child+.custom-block,.content:not(.custom)>h1:first-child+p,.content:not(.custom)>h1:first-child+pre,.content:not(.custom)>h2:first-child+.custom-block,.content:not(.custom)>h2:first-child+p,.content:not(.custom)>h2:first-child+pre,.content:not(.custom)>h3:first-child+.custom-block,.content:not(.custom)>h3:first-child+p,.content:not(.custom)>h3:first-child+pre,.content:not(.custom)>h4:first-child+.custom-block,.content:not(.custom)>h4:first-child+p,.content:not(.custom)>h4:first-child+pre,.content:not(.custom)>h5:first-child+.custom-block,.content:not(.custom)>h5:first-child+p,.content:not(.custom)>h5:first-child+pre,.content:not(.custom)>h6:first-child+.custom-block,.content:not(.custom)>h6:first-child+p,.content:not(.custom)>h6:first-child+pre{margin-top:2rem}h1:hover .header-anchor,h2:hover .header-anchor,h3:hover .header-anchor,h4:hover .header-anchor,h5:hover .header-anchor,h6:hover .header-anchor{opacity:1}h1{font-size:2.2rem}h2{font-size:1.65rem;padding-bottom:.3rem;border-bottom:1px solid #eaecef}h3{font-size:1.35rem}a.header-anchor{font-size:.85em;float:left;margin-left:-.87em;padding-right:.23em;margin-top:.125em;opacity:0}a.header-anchor:hover{text-decoration:none}.line-number,code,kbd{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}ol,p,ul{line-height:1.7}hr{border:0;border-top:1px solid #eaecef}table{border-collapse:collapse;margin:1rem 0;overflow-x:auto}tr{border-top:1px solid #dfe2e5}tr:nth-child(2n){background-color:#f6f8fa}td,th{border:1px solid #dfe2e5;padding:.6em 1em}.custom-layout{padding-top:3.6rem}.theme-container.sidebar-open .sidebar-mask{display:block}.theme-container.no-navbar .content:not(.custom)>h1,.theme-container.no-navbar h2,.theme-container.no-navbar h3,.theme-container.no-navbar h4,.theme-container.no-navbar h5,.theme-container.no-navbar h6{margin-top:1.5rem;padding-top:0}.theme-container.no-navbar .sidebar{top:0}.theme-container.no-navbar .custom-layout{padding-top:0}@media (min-width:720px){.theme-container.no-sidebar .sidebar{display:none}.theme-container.no-sidebar .page{padding-left:0}}@media (max-width:959px){.sidebar{font-size:15px;width:16.4rem}.page{padding-left:16.4rem}}@media (max-width:719px){.sidebar{top:0;padding-top:3.6rem;transform:translateX(-100%);transition:transform .2s ease}.page{padding-left:0}.theme-container.sidebar-open .sidebar{transform:translateX(0)}.theme-container.no-navbar .sidebar{padding-top:0}}@media (max-width:419px){h1{font-size:1.9rem}.content div[class*=language-]{margin:.85rem -1.5rem;border-radius:0}}.icon.outbound{color:#aaa;display:inline-block}.navbar{padding:.7rem 1.5rem;line-height:2.2rem}.navbar a,.navbar img,.navbar span{display:inline-block}.navbar .logo{height:2.2rem;min-width:2.2rem;margin-right:.8rem;padding:6px 0;box-sizing:border-box;vertical-align:top}.navbar .site-name{font-size:1.3rem;font-weight:600;color:#2c3e50;position:relative}.navbar .links{padding-left:1.5rem;box-sizing:border-box;white-space:nowrap;font-size:.9rem;position:absolute;right:1.5rem;top:.7rem;display:flex}.navbar .links .search-box{flex:0 0 auto;vertical-align:top}.navbar .links .nav-links{flex:1}@media (max-width:719px){.navbar{padding-left:4rem}.navbar .can-hide{display:none}.navbar .links{padding-left:1.5rem}}
\ No newline at end of file
diff --git a/assets/img/application.bb10657c.png b/assets/img/application.bb10657c.png
deleted file mode 100644
index 8e2b3bb..0000000
Binary files a/assets/img/application.bb10657c.png and /dev/null differ
diff --git a/assets/img/dashboard.b1963ef5.png b/assets/img/dashboard.b1963ef5.png
deleted file mode 100644
index 77a3cbf..0000000
Binary files a/assets/img/dashboard.b1963ef5.png and /dev/null differ
diff --git a/assets/img/logo-light.66b4893e.svg b/assets/img/logo-light.66b4893e.svg
deleted file mode 100644
index 96a4979..0000000
--- a/assets/img/logo-light.66b4893e.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="3584px" height="848px" viewBox="0 0 3584 848" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch -->
-    <title>Group</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="Group" transform="translate(0.000000, -16.000000)">
-            <g id="Group-2" transform="translate(0.000000, 157.599119)" fill="#fff">
-                <path d="M1440.61949,224.405286 L1440.61949,226.338106 L1381.99064,522.703744 C1374.25936,561.360132 1363.95099,576.822687 1324.65033,576.822687 L1307.25496,576.822687 C1272.46421,576.822687 1254.42456,560.071586 1246.04901,526.569383 L1195.15143,329.421806 C1194.50716,326.844714 1194.50716,326.200441 1193.21861,326.200441 C1191.93007,326.200441 1191.93007,326.844714 1191.28579,329.421806 L1140.38822,526.569383 C1132.01267,560.071586 1113.97302,576.822687 1079.18227,576.822687 L1061.78689,576.822687 C1022.48623,576.822687 1012.17786,561.360132 1004.44659,522.703744 L987.720264,434.140969 C986.729075,438.320485 988.381057,432.703744 992.676211,417.290749 C999.118943,394.171256 999.118943,394.171256 999.118943,394.171256 L1028.85463,287.444934 C1035.29736,287.444934 1043.22687,287.444934 1043.22687,287.444934 C1043.22687,287.444934 1053.27919,356.844714 1073.38381,495.644273 C1074.02808,501.442731 1075.31663,504.664097 1076.60518,504.664097 C1077.89372,504.664097 1079.82654,502.087004 1081.11509,495.644273 L1134.58976,279.168502 C1141.03249,254.04185 1148.76377,251.464758 1170.66905,251.464758 L1215.76817,251.464758 C1237.67346,251.464758 1245.40474,254.04185 1251.84747,279.168502 L1305.32214,495.644273 C1306.61068,502.087004 1308.5435,504.664097 1309.83205,504.664097 C1311.12059,504.664097 1312.40914,501.442731 1313.05341,495.644273 L1353.64262,223.11674 C1354.28689,217.318282 1358.79681,211.519824 1365.23954,211.519824 L1427.73403,211.519824 C1434.82104,211.519824 1440.61949,217.318282 1440.61949,224.405286 Z M1754.92566,562.004405 C1754.92566,569.09141 1749.1272,574.889868 1742.0402,574.889868 L1687.27698,574.889868 C1680.18998,574.889868 1674.39152,569.09141 1674.39152,562.004405 L1674.39152,551.696035 C1644.75496,569.735683 1614.47412,580.044053 1583.54901,580.044053 C1530.07434,580.044053 1472.08976,559.427313 1472.08976,472.450441 L1472.08976,469.873348 C1472.08976,396.426211 1517.18888,358.414097 1629.2924,358.414097 L1669.88161,358.414097 L1669.88161,330.066079 C1669.88161,288.188326 1651.19769,277.879956 1613.18557,277.879956 C1571.95209,277.879956 1529.43007,280.457048 1508.16905,283.034141 L1504.94769,283.034141 C1498.50496,283.034141 1493.35077,281.101322 1493.35077,272.081498 L1493.35077,230.848018 C1493.35077,223.761013 1497.21641,219.251101 1505.59196,217.318282 C1531.36289,212.164097 1568.73073,207.009912 1613.18557,207.009912 C1704.67236,207.009912 1754.92566,247.599119 1754.92566,330.066079 L1754.92566,562.004405 Z M1669.88161,494.355727 L1669.88161,415.110132 L1629.2924,415.110132 C1570.66355,415.110132 1557.77808,433.794053 1557.77808,469.873348 L1557.77808,472.450441 C1557.77808,504.019824 1571.95209,512.395374 1604.16575,512.395374 C1627.35958,512.395374 1651.19769,504.664097 1669.88161,494.355727 Z M1922.98183,561.360132 C1922.98183,568.447137 1917.82764,574.889868 1910.74064,574.889868 L1850.82324,574.889868 C1843.73623,574.889868 1837.93778,568.447137 1837.93778,561.360132 L1837.93778,97.4834802 C1837.93778,90.3964758 1843.73623,84.5980176 1850.82324,84.5980176 L1910.74064,84.5980176 C1917.82764,84.5980176 1922.98183,90.3964758 1922.98183,97.4834802 L1922.98183,561.360132 Z M2298.49394,567.15859 C2298.49394,571.024229 2294.6283,574.889868 2289.47412,574.889868 L2210.8728,574.889868 C2203.78579,574.889868 2196.05452,567.802863 2192.18888,562.004405 L2091.038,415.110132 L2091.038,561.360132 C2091.038,568.447137 2085.23954,574.889868 2078.15253,574.889868 L2018.87941,574.889868 C2011.7924,574.889868 2005.99394,568.447137 2005.99394,561.360132 L2005.99394,97.4834802 C2005.99394,90.3964758 2011.7924,84.5980176 2018.87941,84.5980176 L2078.15253,84.5980176 C2085.23954,84.5980176 2091.038,90.3964758 2091.038,97.4834802 L2091.038,366.145374 L2201.2087,219.251101 C2205.71861,213.452643 2212.16134,211.519824 2216.02698,211.519824 L2288.18557,211.519824 C2294.6283,211.519824 2297.84967,214.096916 2297.84967,218.606828 C2297.84967,220.539648 2297.2054,222.472467 2295.27258,225.049559 L2165.77368,384.185022 L2296.56112,562.004405 C2297.84967,563.937225 2298.49394,565.225771 2298.49394,567.15859 Z M2444.64482,150.313877 C2444.64482,157.400881 2438.84637,163.199339 2431.75936,163.199339 L2369.26487,163.199339 C2362.17786,163.199339 2355.73513,157.400881 2355.73513,150.313877 L2355.73513,93.6178414 C2355.73513,86.530837 2362.17786,80.7323789 2369.26487,80.7323789 L2431.75936,80.7323789 C2438.84637,80.7323789 2444.64482,86.530837 2444.64482,93.6178414 L2444.64482,150.313877 Z M2442.712,561.360132 C2442.712,568.447137 2436.91355,574.889868 2429.82654,574.889868 L2370.55341,574.889868 C2363.46641,574.889868 2357.66795,568.447137 2357.66795,561.360132 L2357.66795,224.405286 C2357.66795,217.318282 2363.46641,211.519824 2370.55341,211.519824 L2429.82654,211.519824 C2436.91355,211.519824 2442.712,217.318282 2442.712,224.405286 L2442.712,561.360132 Z M2822.08976,561.360132 C2822.08976,568.447137 2816.2913,574.889868 2809.2043,574.889868 L2749.93117,574.889868 C2742.84416,574.889868 2737.0457,568.447137 2737.0457,561.360132 L2737.0457,351.327093 C2737.0457,295.27533 2731.89152,279.168502 2682.28249,279.168502 C2660.3772,279.168502 2636.5391,288.188326 2609.47963,302.362335 L2609.47963,561.360132 C2609.47963,568.447137 2603.68117,574.889868 2596.59416,574.889868 L2537.32104,574.889868 C2530.23403,574.889868 2524.43557,568.447137 2524.43557,561.360132 L2524.43557,224.405286 C2524.43557,217.318282 2530.23403,211.519824 2537.32104,211.519824 L2593.3728,211.519824 C2600.4598,211.519824 2606.25826,217.318282 2606.25826,224.405286 L2606.25826,237.935022 C2643.6261,214.096916 2668.10848,207.009912 2710.63051,207.009912 C2803.40584,207.009912 2822.08976,269.504405 2822.08976,351.327093 L2822.08976,561.360132 Z M3218.21861,255.97467 C3218.21861,265.638767 3215.64152,266.927313 3207.91024,270.148678 L3186.64923,278.524229 C3196.9576,293.342511 3202.75606,307.51652 3202.75606,330.066079 L3202.75606,334.575991 C3202.75606,415.110132 3147.34857,451.8337 3050.06333,451.8337 C3015.91685,451.8337 2992.72302,446.035242 2979.83756,440.881057 C2972.10628,446.035242 2968.88491,451.8337 2968.88491,457.632159 C2968.88491,470.517621 2975.97192,475.671806 2990.7902,478.893172 L3066.81443,496.932819 C3154.43557,517.549559 3211.13161,531.079295 3211.13161,600.01652 L3211.13161,604.526432 C3211.13161,670.242291 3162.81112,705.677313 3053.28469,705.677313 C2948.91244,705.677313 2893.50496,666.376652 2893.50496,598.727974 L2893.50496,592.929515 C2893.50496,566.514317 2905.74615,540.743392 2926.36289,522.059471 C2908.32324,508.529736 2897.37059,485.980176 2897.37059,462.786344 L2897.37059,462.14207 C2897.37059,442.169604 2905.74615,422.197137 2923.14152,409.955947 C2903.81333,389.98348 2896.72632,366.789648 2896.72632,334.575991 L2896.72632,330.066079 C2896.72632,265.638767 2938.60407,211.519824 3050.06333,211.519824 L3200.82324,211.519824 C3210.48733,211.519824 3218.21861,219.251101 3218.21861,228.915198 L3218.21861,255.97467 Z M3119.00055,336.508811 L3119.00055,331.354626 C3119.00055,300.429515 3105.47081,276.59141 3050.06333,276.59141 C2995.30011,276.59141 2980.48183,301.073789 2980.48183,331.354626 L2980.48183,336.508811 C2980.48183,360.346916 2990.14593,387.406388 3050.06333,387.406388 C3103.538,387.406388 3119.00055,368.722467 3119.00055,336.508811 Z M3126.08756,604.526432 L3126.08756,600.01652 C3126.08756,585.842511 3117.712,577.46696 3050.06333,561.360132 L2992.72302,547.830396 C2983.05892,561.360132 2976.61619,569.735683 2976.61619,592.929515 L2976.61619,598.727974 C2976.61619,625.143172 2992.72302,641.25 3053.28469,641.25 C3115.13491,641.25 3126.08756,627.720264 3126.08756,604.526432 Z" id="walking"></path>
-                <path d="M309.821035,361.139868 C309.821035,426.211454 269.231828,495.792952 140.377203,495.792952 C92.0567181,495.792952 57.2659692,491.28304 26.340859,484.196035 C19.8981278,482.907489 14.0996696,478.397577 14.0996696,471.310573 L14.0996696,424.922907 C14.0996696,417.835903 19.8981278,412.681718 26.340859,412.681718 L27.6294053,412.681718 C53.4003304,415.903084 117.827643,419.124449 141.665749,419.124449 C199.006057,419.124449 216.401432,398.507709 216.401432,361.139868 C216.401432,336.013216 204.160242,323.127753 161.638216,298.001101 L76.594163,247.103524 C16.6767621,211.668502 0.569933921,174.300661 0.569933921,129.201542 C0.569933921,58.3314978 41.8034141,6.78964758 161.638216,6.78964758 C204.160242,6.78964758 263.43337,13.2323789 285.338656,18.3865639 C291.781388,19.6751101 296.935573,24.185022 296.935573,30.6277533 L296.935573,78.3039648 C296.935573,84.746696 292.425661,89.9008811 285.98293,89.9008811 L284.694383,89.9008811 C242.172357,86.0352423 199.65033,83.4581498 157.772577,83.4581498 C110.096366,83.4581498 90.1238987,100.209251 90.1238987,129.201542 C90.1238987,150.462555 101.076542,163.348018 142.954295,186.54185 L220.26707,229.70815 C291.137115,269.008811 309.821035,310.242291 309.821035,361.139868 Z M669.226322,482.907489 C669.226322,486.773128 665.360683,490.638767 660.206498,490.638767 L581.605176,490.638767 C574.518172,490.638767 566.786894,483.551762 562.921256,477.753304 L461.770374,330.859031 L461.770374,477.109031 C461.770374,484.196035 455.971916,490.638767 448.884912,490.638767 L389.611784,490.638767 C382.52478,490.638767 376.726322,484.196035 376.726322,477.109031 L376.726322,13.2323789 C376.726322,6.14537445 382.52478,0.3469163 389.611784,0.3469163 L448.884912,0.3469163 C455.971916,0.3469163 461.770374,6.14537445 461.770374,13.2323789 L461.770374,281.894273 L571.941079,135 C576.450991,129.201542 582.893722,127.268722 586.759361,127.268722 L658.917952,127.268722 C665.360683,127.268722 668.582048,129.845815 668.582048,134.355727 C668.582048,136.288546 667.937775,138.221366 666.004956,140.798458 L536.506057,299.933921 L667.293502,477.753304 C668.582048,479.686123 669.226322,480.97467 669.226322,482.907489 Z M1029.27588,138.221366 C1029.27588,139.509912 1029.27588,140.798458 1028.63161,142.087004 L921.037996,518.342511 C901.065529,588.568282 877.227423,619.493392 789.606278,619.493392 C768.345264,619.493392 736.131608,615.627753 721.313326,611.117841 C714.226322,609.185022 707.78359,606.60793 707.78359,600.165198 L707.78359,558.931718 C707.78359,551.844714 713.582048,547.334802 720.669053,547.334802 C721.313326,547.334802 721.313326,547.334802 721.957599,547.334802 C739.997247,547.979075 776.720815,551.200441 794.760463,551.200441 C822.464207,551.200441 836.638216,543.469163 845.65804,509.96696 L850.812225,490.638767 L841.148128,490.638767 C822.464207,490.638767 799.270374,486.128855 785.096366,437.164097 L700.696586,142.087004 C700.052313,140.154185 700.052313,138.865639 700.052313,137.577093 C700.052313,131.134361 703.917952,127.268722 712.293502,127.268722 L777.365088,127.268722 C783.163546,127.268722 788.317731,133.067181 789.606278,138.865639 L854.677863,401.084802 C857.254956,412.037445 859.832048,415.258811 863.697687,415.258811 L864.34196,415.258811 C865.630507,415.258811 866.919053,415.258811 867.563326,415.258811 C869.496145,415.258811 869.496145,415.258811 869.496145,415.258811 L939.077643,138.221366 C940.366189,132.422907 945.520374,127.268722 951.963106,127.268722 L1017.67896,127.268722 C1024.1217,127.268722 1029.27588,132.422907 1029.27588,138.221366 Z" id="Sky"></path>
-            </g>
-            <g id="moon-o" transform="translate(3304.973950, 323.548473) rotate(-183.000000) translate(-3304.973950, -323.548473) translate(3026.449721, 14.297372)" fill="#fff" fill-rule="nonzero">
-                <path d="M556.201759,503.069627 C538.560505,506.036844 520.385618,507.520453 502.242121,507.520453 C320.273523,507.520453 172.645729,359.064881 172.645729,176.075948 C172.645729,113.448719 190.789226,52.2735334 223.654695,0 C93.1973036,38.9526209 0,159.314326 0,302.340521 C0,476.459368 140.753354,618.001955 313.901326,618.001955 C408.573966,618.001955 497.345261,574.598507 556.201759,503.069627 Z" id="Shape"></path>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/assets/img/moon.2b4803dc.svg b/assets/img/moon.2b4803dc.svg
deleted file mode 100644
index 75ddc36..0000000
--- a/assets/img/moon.2b4803dc.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1543670901687" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7809" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500"><defs><style type="text/css"></style></defs><path d="M958.2 532.6c0 246.8-200 446.8-446.8 446.8S64.6 779.4 64.6 532.6s200-446.8 446.8-446.8c246.7 0 446.8 200 446.8 446.8z m0 0" fill="#eee" p-id="7810" data-spm-anchor-id="a313x.7781069.0.i25" class=""></path><path d="M612.2 186.7c0 23.9-19.4 43.2-43.2 43.2-23.9 0-43.2-19.4-43.2-43.2 0-23.9 19.4-43.2 43.2-43.2 23.9-0.1 43.2 19.3 43.2 43.2z m0 0M396 532.6c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8 28.8 12.9 28.8 28.8z m0 0M194.2 748.8c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8 28.8 12.9 28.8 28.8z m0 0M684.3 388.5c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8c15.9-0.1 28.8 12.8 28.8 28.8z m0 0M453.7 864.1c0 23.9-19.4 43.2-43.2 43.2-23.9 0-43.2-19.4-43.2-43.2 0-23.9 19.4-43.2 43.2-43.2 23.8 0 43.2 19.3 43.2 43.2z m0 0M295.1 402.9c0 55.7-45.2 100.9-100.9 100.9S93.3 458.6 93.3 402.9 138.5 302 194.2 302s100.9 45.1 100.9 100.9z m0 0" fill="#F9FAFA" p-id="7811"></path><path d="M511.3 85.8c246.8 0 446.8 200 446.8 446.8s-200 446.8-446.8 446.8c0 0 323.7-555.9 0-893.6" fill="#F9FAFA" p-id="7812" data-spm-anchor-id="a313x.7781069.0.i27" class=""></path><path d="M569 243.7c-31.4 0-57-25.6-57-57s25.6-57 57-57 57 25.6 57 57-25.6 57-57 57z m0-86.5c-16.3 0-29.5 13.2-29.5 29.5s13.2 29.5 29.5 29.5 29.5-13.2 29.5-29.5-13.3-29.5-29.5-29.5z m0 0M367.2 575.2c-23.5 0-42.6-19.1-42.6-42.6s19.1-42.6 42.6-42.6 42.6 19.1 42.6 42.6-19.1 42.6-42.6 42.6z m0-57.7c-8.3 0-15.1 6.8-15.1 15.1s6.8 15.1 15.1 15.1 15.1-6.8 15.1-15.1-6.8-15.1-15.1-15.1z m0 0M410.4 921.1c-31.4 0-57-25.6-57-57s25.6-57 57-57 57 25.6 57 57-25.5 57-57 57z m0-86.5c-16.3 0-29.5 13.2-29.5 29.5s13.2 29.5 29.5 29.5 29.5-13.2 29.5-29.5-13.2-29.5-29.5-29.5z m0 0M713.1 834.6c-47.3 0-85.8-38.5-85.8-85.8s38.5-85.8 85.8-85.8 85.8 38.5 85.8 85.8-38.5 85.8-85.8 85.8z m0-144.1c-32.2 0-58.3 26.2-58.3 58.3 0 32.2 26.2 58.3 58.3 58.3 32.1 0 58.3-26.2 58.3-58.3 0-32.2-26.1-58.3-58.3-58.3z m0 0M655.5 431c-23.5 0-42.6-19.1-42.6-42.6s19.1-42.6 42.6-42.6 42.6 19.1 42.6 42.6-19.2 42.6-42.6 42.6z m0-57.6c-8.3 0-15.1 6.8-15.1 15.1s6.8 15.1 15.1 15.1 15.1-6.8 15.1-15.1c-0.1-8.4-6.8-15.1-15.1-15.1z m0 0" fill="#F9FAFA" p-id="7813" data-spm-anchor-id="a313x.7781069.0.i26" class="selected"></path><path d="M837.5 206.5c-87.1-87.2-203-135.1-326.2-135.1-123.2 0-239 48-326.1 135.1C98.1 293.6 50.1 409.4 50.1 532.6s48 239 135.1 326.1c87.1 87.1 202.9 135.1 326.1 135.1 80.9 0 160.5-21.2 230.1-61.4 67.6-39 124.6-94.9 165-161.7 43.3-71.6 66.1-154 66.1-238.1 0.1-123.2-47.9-239-135-326.1z m49.2 138.7c0 32.2-26.2 58.3-58.3 58.3-32.2 0-58.3-26.2-58.3-58.3 0-32.2 26.2-58.3 58.3-58.3 32.2 0 58.3 26.2 58.3 58.3z m-692.5-29.5c48.1 0 87.1 39.1 87.1 87.1 0 48.1-39.1 87.1-87.1 87.1s-87.1-39.1-87.1-87.1 39.1-87.1 87.1-87.1z m-43.9 433.1c0-8.3 6.8-15.1 15.1-15.1s15.1 6.8 15.1 15.1-6.8 15.1-15.1 15.1-15.1-6.8-15.1-15.1z m731.5 7c-37.8 62.7-91.3 115.1-154.7 151.6-65.3 37.7-139.9 57.6-215.8 57.6-115.5 0-224.1-45-305.8-126.6-14.8-14.8-28.4-30.5-40.7-47h0.6c23.5 0 42.6-19.1 42.6-42.6s-19.1-42.6-42.6-42.6c-17 0-31.8 10.1-38.6 24.6-31.3-60.5-47.9-128.1-47.9-198.2 0-29.7 3-58.9 8.8-87.4 16.9 42.3 58.2 72.3 106.5 72.3 63.2 0 114.6-51.4 114.6-114.6 0-63.2-51.4-114.6-114.6-114.6-16.5 0-32.1 3.5-46.3 9.8 16.5-25.4 35.7-49.3 57.6-71.2 81.7-81.7 190.3-126.6 305.8-126.6s224.1 45 305.8 126.6c11.2 11.2 21.6 22.8 31.4 34.9-6.4-1.5-13.1-2.4-20-2.4-47.3 0-85.8 38.5-85.8 85.8s38.5 85.8 85.8 85.8c39.6 0 73-26.9 82.8-63.4 21.3 51.6 32.5 107.5 32.5 165-0.1 78.9-21.5 156-62 223.2z m0 0" fill="#F9FAFA" p-id="7814" data-spm-anchor-id="a313x.7781069.0.i28" class="selected"></path><path d="M107.8 547.7h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7815"></path><path d="M396 330.8h28.8v28.8H396z" fill="#F9FAFA" p-id="7816"></path><path d="M698.7 216.1h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7817"></path><path d="M511.3 460.5h28.8v28.8h-28.8z" fill="#F9FAFA" p-id="7818"></path><path d="M698.7 533.3h28.8v27.5h-28.8zM857.3 475.6h28.8v27.5h-28.8zM857.3 648.6h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7819"></path><path d="M525.7 604.7h28.8v28.8h-28.8zM352.8 662.3h28.8v28.8h-28.8zM496.9 792h28.8v28.8h-28.8z" fill="#F9FAFA" p-id="7820"></path><path d="M597.8 879.2h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7821"></path><path d="M237.5 748.8h28.8v28.8h-28.8zM280.7 229.9h28.8v28.8h-28.8zM424.8 143.4h28.8v28.8h-28.8z" fill="#eee" p-id="7822"></path></svg>
\ No newline at end of file
diff --git a/assets/img/search.17eaa222.svg b/assets/img/search.17eaa222.svg
deleted file mode 100644
index 7df58c1..0000000
--- a/assets/img/search.17eaa222.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="12" height="13"><g stroke-width="1.5" stroke="#ccc" fill="none"><path d="M11.29 11.71l-4-4"/><circle cx="5" cy="5" r="4"/></g></svg>
diff --git a/assets/img/topology_map.98c1061e.png b/assets/img/topology_map.98c1061e.png
deleted file mode 100644
index 3233e13..0000000
Binary files a/assets/img/topology_map.98c1061e.png and /dev/null differ
diff --git a/assets/img/trace.e3a5d624.png b/assets/img/trace.e3a5d624.png
deleted file mode 100644
index 3755c79..0000000
Binary files a/assets/img/trace.e3a5d624.png and /dev/null differ
diff --git a/assets/img/trace_details.6e3f1b74.png b/assets/img/trace_details.6e3f1b74.png
deleted file mode 100644
index 9e455ea..0000000
Binary files a/assets/img/trace_details.6e3f1b74.png and /dev/null differ
diff --git a/assets/js/10.e0b67572.js b/assets/js/10.e0b67572.js
deleted file mode 100644
index 9bcbe6d..0000000
--- a/assets/js/10.e0b67572.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{181:function(t,e,n){"use strict";n.r(e);var a=n(0),r=Object(a.a)({},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"content"},[n("h1",{attrs:{id:"skywalking-team"}},[t._v("SkyWalking Team")]),t._v(" "),n("p",[t._v("The SkyWalking team is comprised of Members and Contributors. Members have direct access to the source of SkyWalking project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. All contributions to SkyWalking are greatly appreciated, whether for trivial cleanups, big new features or other material rewards. More details see "),n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("here"),n("OutboundLink")],1),t._v(".")]),t._v(" "),n("h2",{attrs:{id:"members"}},[t._v("Members")]),t._v(" "),n("p",[t._v("Members include PPMC, committer and mentor of SkyWalking project. The List in alphabeta order.")]),t._v(" "),n("h3",{attrs:{id:"incubator-mentor"}},[t._v("Incubator Mentor")]),t._v(" "),t._m(0),t._v(" "),n("h3",{attrs:{id:"ppmc"}},[t._v("PPMC")]),t._v(" "),t._m(1),t._v(" "),n("h3",{attrs:{id:"committer"}},[t._v("Committer")]),t._v(" "),t._m(2),t._v(" "),n("h2",{attrs:{id:"contributors"}},[t._v("Contributors")]),t._v(" "),n("p",[t._v("SkyWalking have a lot of Contributors, since we are using GitHub, you could find them in our repository contribution list.")]),t._v(" "),n("ul",[n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking main repository"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-ui/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking UI"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-data-collect-protocol/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking data collect protocol"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-query-protocol/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking query protocol"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-website/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking website"),n("OutboundLink")],1)])]),t._v(" "),n("h2",{attrs:{id:"becomming-a-committer"}},[t._v("Becomming a Committer")]),t._v(" "),n("p",[t._v("SkyWalking follows the Apache way to build the community. Anyone can become a committer once they have contributed sufficiently to the project and earned the trust. Read "),n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Contributing Guides"),n("OutboundLink")],1),t._v(" to take part in the community.")]),t._v(" "),n("p",[t._v("SkyWalking community follows the Apache Community’s "),n("a",{attrs:{href:"http://community.apache.org/newcommitter.html",target:"_blank",rel:"noopener noreferrer"}},[t._v("process"),n("OutboundLink")],1),t._v(" on accepting a new committer.")])])},[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("Name")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Ignasi Barrera")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("nacx")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Luke Han")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lukehan")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Michael Semb Wever")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("mck")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Willem Ning Jiang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("ningjiang")])])])])},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("Name")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("DongXue Si")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("ilucky")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Haoyang Liu")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("liuhaoyangzz")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Hongtao Gao")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("hanahmily")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Sheng Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangsheng")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Sheng Wu")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wusheng")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Kai Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangkai")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yang Bai")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("baiyang")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yongsheng Peng")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("pengys")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yuntao Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("liyuntao")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Zhang Kewei")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("zhangkewei")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Shinn Zhang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("zhangxin")])])])])},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("Name")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Can Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lican")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Jian Tan")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("tanjian")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Lang Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lilang")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yixiong Cao")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("caoyixiong")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Wenbing Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangwenbin")])])])])}],!1,null,null,null);r.options.__file="README.md";e.default=r.exports}}]);
\ No newline at end of file
diff --git a/assets/js/11.41761016.js b/assets/js/11.41761016.js
deleted file mode 100644
index dfbb863..0000000
--- a/assets/js/11.41761016.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{180:function(t,n,e){"use strict";e.r(n);var s=e(0),i=Object(s.a)({},function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"content"})},[],!1,null,null,null);i.options.__file="README.md";n.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/12.f62681ed.js b/assets/js/12.f62681ed.js
deleted file mode 100644
index 0c9f2a5..0000000
--- a/assets/js/12.f62681ed.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{177:function(t,n,e){"use strict";e.r(n);var s=e(0),i=Object(s.a)({},function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"content"})},[],!1,null,null,null);i.options.__file="README.md";n.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/13.a89796d1.js b/assets/js/13.a89796d1.js
deleted file mode 100644
index 8359151..0000000
--- a/assets/js/13.a89796d1.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{176:function(t,n,e){"use strict";e.r(n);var i=e(0),s=Object(i.a)({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var t=this.$createElement,n=this._self._c||t;return n("div",{staticClass:"content"},[n("h1",{attrs:{id:"introduction"}},[this._v("Introduction")])])}],!1,null,null,null);s.options.__file="README.md";n.default=s.exports}}]);
\ No newline at end of file
diff --git a/assets/js/14.aa090831.js b/assets/js/14.aa090831.js
deleted file mode 100644
index 18ffddf..0000000
--- a/assets/js/14.aa090831.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{184:function(t,a,e){"use strict";e.r(a);var n=e(0),r=Object(n.a)({},function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"content"},[e("h1",{attrs:{id:"下载skywalking发布版本"}},[t._v("下载SkyWalking发布版本")]),t._v(" "),e("p",[t._v("从下面提供的链接从Apache SkyWalking(孵化)镜像下载。")]),t._v(" "),e("h2",{attrs:{id:"_6-x-版本"}},[t._v("6.x 版本")]),t._v(" "),e("table",[t._m(0),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("Nov. 14th, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("6.0.0-alpha")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("源码")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])])])]),t._v(" "),e("h3",{attrs:{id:"_6-0-0-alpha更新日志"}},[t._v("6.0.0-alpha更新日志")]),t._v(" "),t._m(1),t._v(" "),e("p",[t._v("v6的核心和最重要的特性如下:")]),t._v(" "),t._m(2),t._v(" "),e("p",[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/milestone/29?closed=1",target:"_blank",rel:"noopener noreferrer"}},[t._v("问题和Pull Requests"),e("OutboundLink")],1)]),t._v(" "),e("h2",{attrs:{id:"_5-x-版本"}},[t._v("5.x 版本")]),t._v(" "),e("table",[t._m(3),t._v(" "),e("tbody",[e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("Oct. 17th, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-GA")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("源码")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("Sep. 12th, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-RC2")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("July 11th, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-beta2")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("May 23th, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-beta")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}},[t._v("April 3rd, 2018")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-alpha")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),e("OutboundLink")],1),t._v(" "),e("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),e("OutboundLink")],1)])]),t._v(" "),e("tr",[e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}}),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[t._v("文档")]),t._v(" "),e("td",{staticStyle:{"text-align":"center"}},[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("文档"),e("OutboundLink")],1)])])])]),t._v(" "),e("h1",{attrs:{id:"_5-x-更新日志"}},[t._v("5.x 更新日志")]),t._v(" "),e("h4",{attrs:{id:"探针改变"}},[t._v("探针改变")]),t._v(" "),t._m(4),t._v(" "),e("h4",{attrs:{id:"collector改变"}},[t._v("Collector改变")]),t._v(" "),t._m(5),t._v(" "),e("h4",{attrs:{id:"文档"}},[t._v("文档")]),t._v(" "),t._m(6),t._v(" "),e("p",[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/milestone/27?closed=1",target:"_blank",rel:"noopener noreferrer"}},[t._v("问题和Pull Requests"),e("OutboundLink")],1)]),t._v(" "),e("h1",{attrs:{id:"验证版本"}},[t._v("验证版本")]),t._v(" "),e("p",[t._v("使用PGP或SHA签名验证下载文件的完整性至关重要。可以使用GPG或PGP验证PGP签名。请下载KEYS以及发布的asc签名文件。建议从主发布目录而不是镜像中获取这些文件。")]),t._v(" "),t._m(7),e("p",[t._v("要验证二进制文件/源,您可以从主发布目录下载相关的asc文件,并按照以下指南进行操作。")]),t._v(" "),t._m(8),e("h1",{attrs:{id:"所有变更"}},[t._v("所有变更")]),t._v(" "),e("p",[e("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("变更"),e("OutboundLink")],1),t._v("文档.")])])},[function(){var t=this.$createElement,a=this._self._c||t;return a("thead",[a("tr",[a("th",{staticStyle:{"text-align":"center"}},[this._v("日期")]),this._v(" "),a("th",{staticStyle:{"text-align":"center"}},[this._v("版本")]),this._v(" "),a("th",{staticStyle:{"text-align":"center"}}),this._v(" "),a("th",{staticStyle:{"text-align":"center"}},[this._v("下载")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("p",[this._v("SkyWalking 6是一个全新的里程碑。在此版本中,Skywalking不仅仅是一个具有分析和可视化功能的分布式跟踪系统,而是一个"),a("strong",[this._v("可观察性分析平台(OAL)")]),this._v("。")])},function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("ol",[e("li",[t._v("支持从不同来源收集遥测数据,例如多语言代理和服务网格。")]),t._v(" "),e("li",[t._v("可扩展流分析核心。尽管在此版本中未提供,但在核心级别提供SQL和缓存分析。")]),t._v(" "),e("li",[t._v("提供 "),e("strong",[t._v("可观察性分析语言(OAL)")]),t._v(" 用来分析度量标准定制可用。")]),t._v(" "),e("li",[t._v("新的GraphQL查询协议。现在不与UI绑定。")]),t._v(" "),e("li",[t._v("拥有更好的UI拓扑。")]),t._v(" "),e("li",[t._v("提供新的警报核心。在alpha中,仅对服务相关的指标进行警报。")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("thead",[a("tr",[a("th",{staticStyle:{"text-align":"center"}},[this._v("日期")]),this._v(" "),a("th",{staticStyle:{"text-align":"center"}},[this._v("版本")]),this._v(" "),a("th",{staticStyle:{"text-align":"center"}}),this._v(" "),a("th",{staticStyle:{"text-align":"center"}},[this._v("下载")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("ul",[a("li",[this._v("在探针设置中添加对包名称的忽略。这些包中的类将被增强,甚至插件声明。")]),this._v(" "),a("li",[this._v("支持Undertow 2.x插件。")]),this._v(" "),a("li",[this._v("修复Motan插件的错误类名,而不是与功能相关的问题,只是命名修改。")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("ul",[a("li",[this._v("使缓冲文件处理程序更安全地关闭。")]),this._v(" "),a("li",[this._v("在AlarmService中修复NPE。")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("ul",[a("li",[this._v("Fix compiling doc link.")]),this._v(" "),a("li",[this._v("更新新的演示地址。")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"language- extra-class"},[a("pre",{pre:!0,attrs:{class:"language-text"}},[a("code",[this._v("gpg -i KEYS\n\nor\n\npgpk -a KEYS\n\nor\n\npgp -ka KEYS\n")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"language- extra-class"},[a("pre",{pre:!0,attrs:{class:"language-text"}},[a("code",[this._v("gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********\n\nor\n\npgpv apache-skywalking-apm-incubating********.asc\n\nor\n\npgp apache-skywalking-apm-incubating********.asc\n")])])])}],!1,null,null,null);r.options.__file="README.md";a.default=r.exports}}]);
\ No newline at end of file
diff --git a/assets/js/15.e6aec58f.js b/assets/js/15.e6aec58f.js
deleted file mode 100644
index b56cdd5..0000000
--- a/assets/js/15.e6aec58f.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{189:function(t,a,_){"use strict";_.r(a);var v=_(0),i=Object(v.a)({},function(){var t=this,a=t.$createElement,_=t._self._c||a;return _("div",{staticClass:"content"},[_("h1",{attrs:{id:"skywalking-事件概要"}},[t._v("SkyWalking 事件概要")]),t._v(" "),_("h2",{attrs:{id:"欢迎曹奕雄成为committer"}},[t._v("欢迎曹奕雄成为committer")]),t._v(" "),_("h6",{attrs:{id:"_2018年12月10日"}},[t._v("2018年12月10日")]),t._v(" "),_("p",[t._v("根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。")]),t._v(" "),_("h2",{attrs:{id:"欢迎李浪成为committer"}},[t._v("欢迎李浪成为committer")]),t._v(" "),_("h6",{attrs:{id:"_2018年12月6日"}},[t._v("2018年12月6日")]),t._v(" "),_("p",[t._v("根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。")]),t._v(" "),_("h2",{attrs:{id:"欢迎谭建成为committer"}},[t._v("欢迎谭建成为committer.")]),t._v(" "),_("h6",{attrs:{id:"_2018年12月2日"}},[t._v("2018年12月2日")]),t._v(" "),_("p",[t._v("根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。")]),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-6-0-0-alpha版本"}},[t._v("发布Apache SkyWalking 6.0.0-alpha版本")]),t._v(" "),_("h6",{attrs:{id:"_2018年11月14日"}},[t._v("2018年11月14日")]),t._v(" "),_("p",[t._v("APM始终兼容多语言探针(Java,.Net,NodeJS)、第三方追踪数据格式(Zipkin)和服务网格遥测数据(Istio)。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-5-0-0-ga"}},[t._v("发布Apache SkyWalking 5.0.0-GA")]),t._v(" "),_("h6",{attrs:{id:"_2018年10月17日"}},[t._v("2018年10月17日")]),t._v(" "),_("p",[t._v("5.x版本的稳定版本。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-5-0-0-rc2版本"}},[t._v("发布Apache SkyWalking 5.0.0-RC2版本")]),t._v(" "),_("h6",{attrs:{id:"_2018年9月12日"}},[t._v("2018年9月12日")]),t._v(" "),_("p",[t._v("5.0.0-RC2发布。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-5-0-0-beta2版本"}},[t._v("发布Apache SkyWalking 5.0.0-beta2版本")]),t._v(" "),_("h6",{attrs:{id:"_2018年7月11日"}},[t._v("2018年7月11日")]),t._v(" "),_("p",[t._v("5.0.0-beta2发布。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-5-0-0-beta版本"}},[t._v("发布Apache SkyWalking 5.0.0-beta版本")]),t._v(" "),_("h6",{attrs:{id:"_2018年5月23日"}},[t._v("2018年5月23日")]),t._v(" "),_("p",[t._v("5.0.0-beta发布。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1),t._v(" "),_("h2",{attrs:{id:"发布apache-skywalking-apm-5-0-0-alpha版本"}},[t._v("发布Apache SkyWalking APM 5.0.0-alpha版本")]),t._v(" "),_("h6",{attrs:{id:"_2018年4月3日"}},[t._v("2018年4月3日")]),t._v(" "),_("p",[t._v("5.0.0-alpha发布。跳转到"),_("router-link",{attrs:{to:"/zh/downloads/"}},[t._v("下载")]),t._v("页面查找发布版本。")],1)])},[],!1,null,null,null);i.options.__file="README.md";a.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/16.c912be1b.js b/assets/js/16.c912be1b.js
deleted file mode 100644
index 08618ae..0000000
--- a/assets/js/16.c912be1b.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{179:function(t,e,n){"use strict";n.r(e);var a=n(0),i=Object(a.a)({},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"content"},[n("h1",{attrs:{id:"skywalking-团队"}},[t._v("SkyWalking 团队")]),t._v(" "),n("p",[t._v("SkyWalking团队由孵化器项目管理委员会成员(以下简称“成员”)和贡献者组成。成员可以直接访问SkyWalking项目的源码,并积极向仓库贡献源码。贡献者通过向成员提交补丁和建议来改进项目。项目的贡献者数量一般无限制。非常欢迎更多的贡献者向SkyWalking贡献,无论是琐碎的整理、重大的新功能更新还是其他物质奖励。更多细节可参考"),n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("这里"),n("OutboundLink")],1),t._v("。")]),t._v(" "),n("h2",{attrs:{id:"成员"}},[t._v("成员")]),t._v(" "),n("p",[t._v("成员包括孵化器项目管理委员会、提交者、Skywalking项目导师。")]),t._v(" "),n("h3",{attrs:{id:"孵化导师"}},[t._v("孵化导师")]),t._v(" "),t._m(0),t._v(" "),n("h3",{attrs:{id:"孵化器项目管理委员会"}},[t._v("孵化器项目管理委员会")]),t._v(" "),t._m(1),t._v(" "),n("h3",{attrs:{id:"提交者"}},[t._v("提交者")]),t._v(" "),t._m(2),t._v(" "),n("h2",{attrs:{id:"贡献者"}},[t._v("贡献者")]),t._v(" "),n("p",[t._v("自从Skywalking使用Github之后,拥有了许多的贡献者,你可以在我们的存储库贡献列表中找到它们。")]),t._v(" "),n("ul",[n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking main repository"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-ui/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking UI"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-data-collect-protocol/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking data collect protocol"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-query-protocol/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking query protocol"),n("OutboundLink")],1)]),t._v(" "),n("li",[n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking-website/graphs/contributors",target:"_blank",rel:"noopener noreferrer"}},[t._v("SkyWalking website"),n("OutboundLink")],1)])]),t._v(" "),n("h2",{attrs:{id:"成为提交者"}},[t._v("成为提交者")]),t._v(" "),n("p",[t._v("SkyWalking遵循Apache的方式来构建社区。一旦为项目做出了足够的贡献并赢得了信任,任何人都可以成为提交者。你可以阅读"),n("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("贡献指南"),n("OutboundLink")],1),t._v("来参与社区。")]),t._v(" "),n("p",[t._v("SkyWalking社区遵循Apache社区的"),n("a",{attrs:{href:"http://community.apache.org/newcommitter.html",target:"_blank",rel:"noopener noreferrer"}},[t._v("流程"),n("OutboundLink")],1),t._v("来接受新的提交者。")])])},[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("名字")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Ignasi Barrera")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("nacx")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Luke Han")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lukehan")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Michael Semb Wever")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("mck")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Willem Ning Jiang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("ningjiang")])])])])},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("名字")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Haoyang Liu")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("liuhaoyangzz")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Hongtao Gao")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("hanahmily")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Sheng Wu")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wusheng")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Shinn Zhang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("zhangxin")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yongsheng Peng")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("pengys")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("DongXue Si")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("ilucky")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Kai Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangkai")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Sheng Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangsheng")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yang Bai")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("baiyang")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yuntao Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("liyuntao")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Zhang Kewei")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("zhangkewei")])])])])},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",[n("thead",[n("tr",[n("th",{staticStyle:{"text-align":"center"}},[t._v("名字")]),t._v(" "),n("th",{staticStyle:{"text-align":"center"}},[t._v("Apache ID")])])]),t._v(" "),n("tbody",[n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Can Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lican")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Jian Tan")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("tanjian")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Lang Li")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("lilang")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Yixiong Cao")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("caoyixiong")])]),t._v(" "),n("tr",[n("td",{staticStyle:{"text-align":"center"}},[t._v("Wenbing Wang")]),t._v(" "),n("td",{staticStyle:{"text-align":"center"}},[t._v("wangwenbin")])])])])}],!1,null,null,null);i.options.__file="README.md";e.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/17.49d92bf8.js b/assets/js/17.49d92bf8.js
deleted file mode 100644
index e0bac5a..0000000
--- a/assets/js/17.49d92bf8.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[17],{174:function(n,w,o){}}]);
\ No newline at end of file
diff --git a/assets/js/2.15cf4057.js b/assets/js/2.15cf4057.js
deleted file mode 100644
index e07b040..0000000
--- a/assets/js/2.15cf4057.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{169:function(e,t,a){e.exports=a.p+"assets/img/dashboard.b1963ef5.png"},170:function(e,t,a){e.exports=a.p+"assets/img/topology_map.98c1061e.png"},171:function(e,t,a){e.exports=a.p+"assets/img/application.bb10657c.png"},172:function(e,t,a){e.exports=a.p+"assets/img/trace.e3a5d624.png"},173:function(e,t,a){e.exports=a.p+"assets/img/trace_details.6e3f1b74.png"},178:function(e,t,a){"use strict";a.r(t);var n=[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"language- extra-class"},[t("pre",{pre:!0,attrs:{class:"language-text"}},[t("code",[this._v("git clone https://github.com/OpenSkywalking/skywalking-netcore.git\n")])])])},function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"language- extra-class"},[t("pre",{pre:!0,attrs:{class:"language-text"}},[t("code",[this._v("cd skywalking-netcore\n")])])])},function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"language- extra-class"},[t("pre",{pre:!0,attrs:{class:"language-text"}},[t("code",[this._v("dotnet restore\n")])])])},function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"language- extra-class"},[t("pre",{pre:!0,attrs:{class:"language-text"}},[t("code",[this._v("dotnet run -p sample/SkyWalking.Sample.Backend\ndotnet run -p sample/SkyWalking.Sample.Frontend\n")])])])},function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("Dashboard视图\n"),t("img",{attrs:{src:a(169),alt:"dashboard"}})])},function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("TopologyMap视图\n"),t("img",{attrs:{src:a(170),alt:"topology_map"}})])},function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("Application视图\n"),t("img",{attrs:{src:a(171),alt:"application"}})])},function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("Trace视图\n"),t("img",{attrs:{src:a(172),alt:"trace.png"}})])},function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("TraceDetails视图\n"),t("img",{attrs:{src:a(173),alt:"trace_details.png"}})])}],r=a(0),o=Object(r.a)({},function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"content"},[a("h1",{attrs:{id:"apache-skywalking-为-net-core带来开箱即用的分布式追踪和应用性能监控"}},[e._v("Apache SkyWalking 为.NET Core带来开箱即用的分布式追踪和应用性能监控")]),e._v(" "),a("p",[e._v("作者: SkyWalking .NET Core 探针维护者,刘浩扬")]),e._v(" "),a("p",[e._v("在大型网站系统设计中,随着分布式架构,特别是微服务架构的流行,我们将系统解耦成更小的单元,通过不断的添加新的、小的模块或者重用已经有的模块来构建复杂的系统。随着模块的不断增多,一次请求可能会涉及到十几个甚至几十个服务的协同处理,那么如何准确快速的定位到线上故障和性能瓶颈,便成为我们不得不面对的棘手问题。")]),e._v(" "),a("p",[e._v("为解决分布式架构中复杂的服务定位和性能问题,Google在论文"),a("a",{attrs:{href:"http://research.google.com/pubs/pub36356.html",target:"_blank",rel:"noopener noreferrer"}},[e._v("《Dapper, a Large-Scale Distributed Systems Tracing Infrastructure》"),a("OutboundLink")],1),e._v("中提出了分布式跟踪系统的设计和构建思路。在这样的背景下,"),a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking",target:"_blank",rel:"noopener noreferrer"}},[e._v("Apache SkyWalking"),a("OutboundLink")],1),e._v("创建于2015年,参考Dapper论文实现分布式追踪功能,并逐渐进化为一个完整功能的"),a("a",{attrs:{href:"https://en.wikipedia.org/wiki/Application_performance_management",target:"_blank",rel:"noopener noreferrer"}},[e._v("Application Performance Management"),a("OutboundLink")],1),e._v("系统,用于追踪、监控和诊断大型分布式系统,尤其是容器和云原生下的微服务系统。")]),e._v(" "),a("p",[e._v("今年初我在尝试使用.NET Core构建分布式追踪系统"),a("a",{attrs:{href:"https://github.com/liuhaoyang/butterfly",target:"_blank",rel:"noopener noreferrer"}},[e._v("Butterfly"),a("OutboundLink")],1),e._v("时接触到SkyWalking团队,开始和SkyWalking团队合作探索SkyWalking对.NET Core的支持,并于4月发布SkyWalking .NET Core探针的"),a("a",{attrs:{href:"https://www.oschina.net/news/95324/apache-skywalking-apm-support-dot-net-core",target:"_blank",rel:"noopener noreferrer"}},[e._v("第一个版本"),a("OutboundLink")],1),e._v(",同时我也有幸加入SkyWalking团队共同进行SkyWalking在多语言生态的推动。在.NET Core探针v0.1版本发布之后,得到了一些同学的"),a("a",{attrs:{href:"https://www.jianshu.com/p/3ddd986c7581",target:"_blank",rel:"noopener noreferrer"}},[e._v("尝鲜使用"),a("OutboundLink")],1),e._v(",也得到诸多改进的建议。经过几周的迭代,SkyWalking .NET Core探针于今天发布v0.2 release,在v0.1的基础上增加了\b稳定性和HttpClient及数据库驱动的追踪支持。")]),e._v(" "),a("p",[e._v("在使用SkyWalking对.NET Core应用追踪之前,我们需要先部署SkyWalking Collector收集分析Trace和Elasticsearch作为Trace数据存储。SkyWalking支持5.x的ES,所以我们需要下载安装对应版本的ES,并配置ES的"),a("code",[e._v("cluster.name")]),e._v("为"),a("code",[e._v("CollectorDBCluster")]),e._v("。然后部署SkyWalking 5.0 beta或更高版本(下载地址:"),a("a",{attrs:{href:"http://skywalking.apache.org/downloads/",target:"_blank",rel:"noopener noreferrer"}},[e._v("http://skywalking.apache.org/downloads/"),a("OutboundLink")],1),e._v(")。更详细的Collector部署文档,请参考"),a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/Deploy-backend-in-standalone-mode.md",target:"_blank",rel:"noopener noreferrer"}},[e._v("Deploy-backend-in-standalone-mode"),a("OutboundLink")],1),e._v("和"),a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/Deploy-backend-in-cluster-mode.md",target:"_blank",rel:"noopener noreferrer"}},[e._v("Deploy-backend-in-cluster-mode"),a("OutboundLink")],1),e._v("。")]),e._v(" "),a("p",[e._v("最后我们使用示例项目来演示在.NET Core应用中使用SkyWalking进行追踪和监控,克隆SkyWalking-NetCore项目到本地")]),e._v(" "),e._m(0),a("p",[e._v("进入skywalking-netcore目录")]),e._v(" "),e._m(1),a("p",[e._v("还原nuget package:")]),e._v(" "),e._m(2),a("p",[e._v("启动示例项目:")]),e._v(" "),e._m(3),a("p",[e._v("访问示例应用 "),a("a",{attrs:{href:"http://localhost:5001/apivalues",target:"_blank",rel:"noopener noreferrer"}},[e._v("http://localhost:5001/api/values"),a("OutboundLink")],1),a("br"),e._v("\n打开SkyWalking WebUI即可看到我们的应用监控面板 "),a("a",{attrs:{href:"http://localhost:8080",target:"_blank",rel:"noopener noreferrer"}},[e._v("http://localhost:8080"),a("OutboundLink")],1)]),e._v(" "),e._m(4),e._v(" "),e._m(5),e._v(" "),e._m(6),e._v(" "),e._m(7),e._v(" "),e._m(8),e._v(" "),a("h5",{attrs:{id:"github"}},[e._v("Github")]),e._v(" "),a("ol",[a("li",[e._v("SkyWalking Github Repo: "),a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/",target:"_blank",rel:"noopener noreferrer"}},[e._v("https://github.com/apache/incubator-skywalking"),a("OutboundLink")],1)]),e._v(" "),a("li",[e._v("SkyWalking-NetCore Github Repo: "),a("a",{attrs:{href:"https://github.com/OpenSkywalking/skywalking-netcore",target:"_blank",rel:"noopener noreferrer"}},[e._v("https://github.com/OpenSkywalking/skywalking-netcore"),a("OutboundLink")],1)])])])},n,!1,null,null,null);o.options.__file="2018-05-24-skywalking-net.md";t.default=o.exports}}]);
\ No newline at end of file
diff --git a/assets/js/3.6957a86b.js b/assets/js/3.6957a86b.js
deleted file mode 100644
index aac8f7c..0000000
--- a/assets/js/3.6957a86b.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{167:function(t,e,n){},168:function(t,e,n){"use strict";var a=n(167);n.n(a).a},182:function(t,e,n){"use strict";n.r(e);var a={functional:!0,props:{type:{type:String,default:"tip"},text:String,vertical:{type:String,default:"top"}},render:function(t,e){var n=e.props,a=e.slots;return t("span",{class:["badge",n.type,n.vertical]},n.text||a().default)}},i=(n(168),n(0)),o=Object(i.a)(a,void 0,void 0,!1,null,"099ab69c",null);o.options.__file="Badge.vue";e.default=o.exports}}]);
\ No newline at end of file
diff --git a/assets/js/4.75aba94a.js b/assets/js/4.75aba94a.js
deleted file mode 100644
index 74766df..0000000
--- a/assets/js/4.75aba94a.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{187:function(t,n,e){"use strict";e.r(n);var s=e(0),i=Object(s.a)({},function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"content"})},[],!1,null,null,null);i.options.__file="README.md";n.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/5.a2540094.js b/assets/js/5.a2540094.js
deleted file mode 100644
index 2a80034..0000000
--- a/assets/js/5.a2540094.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{188:function(e,t,a){"use strict";a.r(t);var i=a(0),s=Object(i.a)({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"content"},[a("h1",{attrs:{id:"apache-skywalking-provides-open-source-apm-and-distributed-tracing-in-net-core-field"}},[e._v("Apache SkyWalking provides open source APM and distributed tracing in .NET Core field")]),e._v(" "),a("p",[e._v("Auther: Haoyang Liu, the major maintainer of SkyWalking .NET Core agent")]),e._v(" "),a("p",[e._v("Translator: Wu Sheng")]),e._v(" "),a("p",[e._v("May. 24th, 2018")]),e._v(" "),a("p",[e._v("In many big systems, distributed and especially microservice architectures become more and more popular. With the increase of modules and services, one incoming request could cross dozens of service. How to pinpoint the issues of the online system, and the bottleneck of the whole distributed system? This became a very important problem, which must be resolved.")]),e._v(" "),a("p",[e._v("To resolve the problems in distributed system, Google published the paper “Dapper, a Large-Scale Distributed Systems Tracing Infrastructure”, which mentioned the designs and ideas of building a distributed system. Many projects are inspired by it, created in the last 10 years. At 2015, Apache SkyWalking was created by Wu Sheng as a simple distributed system at first and open source. Through almost 3 years developments, at 2018, according to its 5.0.0-alpha/beta releases, it had already became a cool open source APM system for cloud native, container based system.")]),e._v(" "),a("p",[e._v("At the early of this year, I was trying to build the Butterfly open source APM in .NET Core, and that is when I met the Apache SkyWalking team and its creator. I decided to join them, and cooperate with them, to provide .NET Core agent native compatible with SkyWalking. At April, I released the first version .NET core agent 0.1.0. After several weeks interation, we released 0.2.0, for increasing the stability and adding HttpClient, Database driver supports.")]),e._v(" "),a("p",[e._v("Before we used .NET Core agent, we need to deploy SkyWalking collector, UI and ElasticSearch 5.x. You can download the release versions at here: http://skywalking.apache.org/downloads/ and follow the docs (Deploy-backend-in-standalone-mode, Deploy-backend-in-cluster-mode) to setup the backend.")]),e._v(" "),a("p",[e._v("At here, I are giving a quick start to represent, how to monitor a demo distributed .NET Core applications. I can say, that is easy.")]),e._v(" "),a("blockquote",[a("p",[e._v("git clone https://github.com/OpenSkywalking/skywalking-netcore.git")])]),e._v(" "),a("blockquote",[a("p",[e._v("cd skywalking-netcore")])]),e._v(" "),a("blockquote",[a("p",[e._v("dotnet restore")])]),e._v(" "),a("blockquote",[a("p",[e._v("dotnet run -p sample/SkyWalking.Sample.Backend\ndotnet run -p sample/SkyWalking.Sample.Frontend")])]),e._v(" "),a("p",[e._v("Now you can open http://localhost:5001/api/values to access the demo application. Then you can open SkyWalking WebUI http://localhost:8080")]),e._v(" "),a("ul",[a("li",[a("p",[e._v("Overview of the whole distributed system\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*sZY-9RaSz40sAHLkhwSV5g.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Topology of distributed system\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*mMEGHg12fziDdeoa4r9CrA.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Application view\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*uxBlfP6Byvf8xpRpG-qRZw.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Trace query\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"}})])]),e._v(" "),a("li",[a("p",[e._v("Span’s tags, logs and related traces\n"),a("img",{attrs:{src:"https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"}})])])]),e._v(" "),a("h2",{attrs:{id:"github"}},[e._v("GitHub")]),e._v(" "),a("ul",[a("li",[e._v("Website: http://skywalking.apache.org/")]),e._v(" "),a("li",[e._v("SkyWalking Github Repo: https://github.com/apache/incubator-skywalking")]),e._v(" "),a("li",[e._v("SkyWalking-NetCore Github Repo: https://github.com/OpenSkywalking/skywalking-netcore")])])])}],!1,null,null,null);s.options.__file="2018-05-24-skywalking-net.md";t.default=s.exports}}]);
\ No newline at end of file
diff --git a/assets/js/6.4bdf90c5.js b/assets/js/6.4bdf90c5.js
deleted file mode 100644
index 76a075d..0000000
--- a/assets/js/6.4bdf90c5.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{186:function(e,t,i){"use strict";i.r(t);var a=i(0),s=Object(a.a)({},function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"content"},[i("h1",{attrs:{id:"skywalking-v6-is-service-mesh-ready"}},[e._v("SkyWalking v6 is Service Mesh ready")]),e._v(" "),i("ul",[i("li",[e._v("Auther: Wu Sheng, tetrate")]),e._v(" "),i("li",[e._v("Original link, "),i("a",{attrs:{href:"https://www.tetrate.io/blog/apache-skywalking-v6/",target:"_blank",rel:"noopener noreferrer"}},[e._v("Tetrate.io blog"),i("OutboundLink")],1)]),e._v(" "),i("li",[e._v("Dec. 5th, 2018")])]),e._v(" "),i("h1",{attrs:{id:"context"}},[e._v("Context")]),e._v(" "),i("p",[e._v("The integration of SkyWalking and Istio Service Mesh yields an essential open-source tool for resolving the chaos created by the proliferation of siloed, cloud-based services.")]),e._v(" "),i("p",[e._v("Apache SkyWalking is an open, modern performance management tool for distributed services, designed especially for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures. We at Tetrate believe it is going to be an important project for understanding the performance of microservices. The recently released v6 integrates with Istio Service Mesh and focuses on metrics and tracing. It natively understands the most common language runtimes (Java, .Net, and NodeJS). With its new core code, SkyWalking v6 also supports Istrio telemetry data formats, providing consistent analysis, persistence, and visualization.")]),e._v(" "),i("p",[e._v("SkyWalking has evolved into an Observability Analysis Platform that enables observation and monitoring of hundreds of services all at once. It promises solutions for some of the trickiest problems faced by system administrators using complex arrays of abundant services: Identifying why and where a request is slow, distinguishing normal from deviant system performance, comparing apples-to-apples metrics across apps regardless of programming language, and attaining a complete and meaningful view of performance.")]),e._v(" "),i("img",{attrs:{width:"700px",src:"https://skywalkingtest.github.io/page-resources/6-alpha-overview.png"}}),e._v(" "),i("h1",{attrs:{id:"skywalking-history"}},[e._v("SkyWalking History")]),e._v(" "),i("p",[e._v("Launched in China by Wu Sheng in 2015, SkyWalking started as just a distributed tracing system, like Zipkin, but with auto instrumentation from a Java agent. This enabled JVM users to see distributed traces without any change to their source code. In the last two years, it has been used for research and production by more than [50 companies] (https://github.com/apache/incubator-skywalking/blob/master/docs/powered-by.md). With its expanded capabilities, we expect to see it adopted more globally.")]),e._v(" "),i("h1",{attrs:{id:"what-s-new"}},[e._v("What's new")]),e._v(" "),i("h2",{attrs:{id:"service-mesh-integration"}},[e._v("Service Mesh Integration")]),e._v(" "),i("p",[e._v("Istio has picked up a lot of steam as the framework of choice for distributed services. Based on all the interest in the Istio project, and community feedback, some SkyWalking (P)PMC members decided to integrate with Istio Service Mesh to move SkyWalking to a higher level.")]),e._v(" "),i("p",[e._v("So now you can use Skywalking to get metrics and understand the topology of your applications. This works not just for Java, .NET and Node using our language agents, but also for microservices running under the Istio service mesh. You can get a full topology of both kinds of applications.")]),e._v(" "),i("img",{attrs:{width:"700px",src:"https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Topology.png"}}),e._v(" "),i("h2",{attrs:{id:"observability-analysis-platform"}},[e._v("Observability analysis platform")]),e._v(" "),e._m(0),e._v(" "),i("ul",[i("li",[e._v("It can accept different kinds and formats of telemetry data from mesh like Istio telemetry.")]),e._v(" "),i("li",[e._v("Its agents support various popular software technologies and frameworks like Tomcat, Spring, Kafka. The whole supported framework list is "),i("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/setup/service-agent/java-agent/Supported-list.md",target:"_blank",rel:"noopener noreferrer"}},[e._v("here"),i("OutboundLink")],1),e._v(".")]),e._v(" "),i("li",[e._v("It can accept data from other compliant sources like Zipkin-formatted traces reported from Zipkin, Jaeger, or OpenCensus clients.")])]),e._v(" "),i("img",{attrs:{width:"700px",src:"https://skywalkingtest.github.io/page-resources/6-alpha-overview.png"}}),e._v(" "),i("p",[e._v("SkyWalking is logically split into four parts: Probes, Platform Backend, Storage and UI:")]),e._v(" "),e._m(1),e._v(" "),e._m(2),e._v(" "),e._m(3),e._v(" "),e._m(4),e._v(" "),e._m(5),e._v(" "),i("p",[e._v("Some examples of SkyWalking’s UI:")]),e._v(" "),e._m(6),e._v(" "),i("img",{attrs:{width:"700px",src:"https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Topology.png"}}),e._v(" "),e._m(7),e._v(" "),i("img",{attrs:{width:"700px",src:"https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Topology.png"}}),e._v(" "),e._m(8),e._v(" "),i("img",{attrs:{width:"700px",src:"https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Dashboard.png"}}),e._v(" "),e._m(9),e._v(" "),i("img",{attrs:{width:"700px",src:"https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Service.png"}}),e._v(" "),i("h1",{attrs:{id:"service-focused"}},[e._v("Service Focused")]),e._v(" "),i("p",[e._v("At Tetrate, we are focused on discovery, reliability, and security of your running services.\nThis is why we are embracing Skywalking, which makes service performance observable.")]),e._v(" "),i("p",[e._v("Behind this admittedly cool UI, the aggregation logic is very easy to understand, making it easy to customize SkyWalking in its Observability Analysis Language (OAL) script.")]),e._v(" "),i("p",[e._v("We’ll post more about OAL for developers looking to customize SkyWalking, and you can read the official "),i("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/en/concepts-and-designs/oal.md",target:"_blank",rel:"noopener noreferrer"}},[e._v("OAL introduction"),i("OutboundLink")],1),e._v(" document.")]),e._v(" "),i("p",[e._v("Scripts are based on three core concepts:")]),e._v(" "),e._m(10),e._v(" "),i("h1",{attrs:{id:"core-features"}},[e._v("Core Features")]),e._v(" "),i("p",[e._v("The other core features in SkyWalking v6 are:")]),e._v(" "),e._m(11),e._v(" "),i("p",[e._v("Of course, SkyWalking has some more upgrades from v5, such as:")]),e._v(" "),e._m(12),e._v(" "),i("h1",{attrs:{id:"please-test-and-provide-feedback"}},[e._v("Please: Test and Provide Feedback!")]),e._v(" "),i("p",[e._v("We would love everyone to try to test our new version. You can find everything you need in our "),i("a",{attrs:{href:"https://github.com/apache/incubator-skywalking",target:"_blank",rel:"noopener noreferrer"}},[e._v("Apache repository"),i("OutboundLink")],1),e._v(",read the "),i("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[e._v("document"),i("OutboundLink")],1),e._v(" for further details. You can contact the project team through the following channels:")]),e._v(" "),i("ul",[i("li",[e._v("Submit an issue on "),i("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/issues/new",target:"_blank",rel:"noopener noreferrer"}},[e._v("GitHub repository"),i("OutboundLink")],1)]),e._v(" "),i("li",[e._v("Mailing list: dev@skywalking.apache.org . Send to dev-subscribe@kywalking.apache.org to subscribe the mail list.")]),e._v(" "),i("li",[i("a",{attrs:{href:"https://gitter.im/OpenSkywalking/Lobby",target:"_blank",rel:"noopener noreferrer"}},[e._v("Gitter"),i("OutboundLink")],1)]),e._v(" "),i("li",[i("a",{attrs:{href:"https://twitter.com/ASFSkyWalking",target:"_blank",rel:"noopener noreferrer"}},[e._v("Project twitter"),i("OutboundLink")],1)])]),e._v(" "),i("p",[e._v("Oh, and one last thing! If you like our project, don't forget to "),i("a",{attrs:{href:"https://github.com/apache/incubator-skywalking",target:"_blank",rel:"noopener noreferrer"}},[e._v("give us a star on GitHub"),i("OutboundLink")],1),e._v(".")])])},[function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("With its roots in tracing, SkyWalking is now transitioning into an open-standards based "),t("strong",[this._v("Observability Analysis Platform")]),this._v(", which means the following:")])},function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("There are two kinds of "),t("strong",[this._v("probes")]),this._v(":")])},function(){var e=this.$createElement,t=this._self._c||e;return t("ul",[t("li",[this._v("Language agents or SDKs following SkyWalking across-thread propagation formats and trace formats, run in the user’s application process.")]),this._v(" "),t("li",[this._v("The Istio mixer adaptor, which collects telemetry from the Service Mesh.")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("The platform "),t("strong",[this._v("backend")]),this._v(" provides gRPC and RESTful HTTP endpoints for all SkyWalking-supported trace and metric telemetry data. For example, you can stream these metrics into an analysis system.")])},function(){var e=this.$createElement,t=this._self._c||e;return t("p",[t("strong",[this._v("Storage")]),this._v(" supports multiple implementations such as ElasticSearch, H2 (alpha), MySQL, and Apache ShardingSphere for MySQL Cluster. TiDB will be supported in next release.")])},function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("SkyWalking’s built-in "),t("strong",[this._v("UI")]),this._v(" with a GraphQL endpoint for data allows intuitive, customizable integration.")])},function(){var e=this.$createElement,t=this._self._c||e;return t("ul",[t("li",[this._v("Observe a Spring app using the SkyWalking JVM-agent")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("ul",[t("li",[this._v("Observe on Istio without any agent, no matter what langugage the service is written in")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("ul",[t("li",[this._v("See fine-grained metrics like request/Call per Minute, P99/95/90/75/50 latency, avg response time, heatmap")])])},function(){var e=this.$createElement,t=this._self._c||e;return t("ul",[t("li",[this._v("Service dependencies and metrics")])])},function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("ul",[i("li",[i("p",[i("strong",[e._v("Service")]),e._v(" represents a group of workloads that provide the same behaviours for incoming requests. You can define the service name whether you are using instrument agents or SDKs. Otherwise, SkyWalking uses the name you defined in the underlying platform, such as Istio.")])]),e._v(" "),i("li",[i("p",[i("strong",[e._v("Service Instance")]),e._v(" Each workload in the Service group is called an instance. Like "),i("em",[e._v("Pods")]),e._v(" in Kubernetes, it doesn't need  to be a single OS process. If you are using an instrument agent, an instance does map to one OS process.")])]),e._v(" "),i("li",[i("p",[i("strong",[e._v("Endpoint")]),e._v(" is a path in a certain service that handles incoming requests, such as HTTP paths or a gRPC service + method. Mesh telemetry and trace data are formatted as source objects (aka scope). These are the input for the aggregation, with the script describing how to aggregate, including input, conditions, and the resulting metric name.")])])])},function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("ol",[i("li",[e._v("Service, service instance, endpoint metrics analysis.")]),e._v(" "),i("li",[e._v("Consistent visualization in Service Mesh and no mesh.")]),e._v(" "),i("li",[e._v("Topology discovery, Service dependency analysis.")]),e._v(" "),i("li",[e._v("Distributed tracing.")]),e._v(" "),i("li",[e._v("Slow services and endpoints detected.")]),e._v(" "),i("li",[e._v("Alarms.")])])},function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("ol",[i("li",[e._v("ElasticSearch 6 as storage is supported.")]),e._v(" "),i("li",[e._v("H2 storage implementor is back.")]),e._v(" "),i("li",[e._v("Kubernetes cluster management is provided. You don’t need Zookeeper to keep the backend running in cluster mode.")]),e._v(" "),i("li",[e._v("Totally new alarm core. Easier configuration.")]),e._v(" "),i("li",[e._v("More cloud native style.")]),e._v(" "),i("li",[e._v("MySQL will be supported in the next release.")])])}],!1,null,null,null);s.options.__file="2018-12-12-skywalking-service-mesh-ready.md";t.default=s.exports}}]);
\ No newline at end of file
diff --git a/assets/js/7.a7d7be4e.js b/assets/js/7.a7d7be4e.js
deleted file mode 100644
index 1736a8d..0000000
--- a/assets/js/7.a7d7be4e.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[7],{185:function(t,n,e){"use strict";e.r(n);var s=e(0),i=Object(s.a)({},function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"content"})},[],!1,null,null,null);i.options.__file="README.md";n.default=i.exports}}]);
\ No newline at end of file
diff --git a/assets/js/8.52f5c4bd.js b/assets/js/8.52f5c4bd.js
deleted file mode 100644
index 7644dc7..0000000
--- a/assets/js/8.52f5c4bd.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{175:function(t,e,a){"use strict";a.r(e);var n=a(0),r=Object(n.a)({},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"content"},[a("h1",{attrs:{id:"download-the-skywalking-releases"}},[t._v("Download the SkyWalking releases")]),t._v(" "),a("p",[t._v("Use the links below to download the Apache SkyWalking (incubating) from one of our mirrors.")]),t._v(" "),a("h2",{attrs:{id:"_6-x-releases"}},[t._v("6.x releases")]),t._v(" "),a("table",[t._m(0),t._v(" "),a("tbody",[a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("Nov. 14th, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("6.0.0-alpha")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Document")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])])])]),t._v(" "),a("h3",{attrs:{id:"changes-in-6-0-0-alpha"}},[t._v("Changes in 6.0.0-alpha")]),t._v(" "),t._m(1),t._v(" "),a("p",[t._v("The core and most important features in v6 are")]),t._v(" "),t._m(2),t._v(" "),a("p",[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/milestone/29?closed=1",target:"_blank",rel:"noopener noreferrer"}},[t._v("Issues and Pull requests"),a("OutboundLink")],1)]),t._v(" "),a("h2",{attrs:{id:"_5-x-releases"}},[t._v("5.x releases")]),t._v(" "),a("table",[t._m(3),t._v(" "),a("tbody",[a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("Oct. 17th, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-GA")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Document")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("Sep. 12th, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-RC2")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Document")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("July 11th, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-beta2")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Document")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("May 23th, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-beta")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Docuemt")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}},[t._v("April 3rd, 2018")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("5.0.0-alpha")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Source codes")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[src]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Windows")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip",target:"_blank",rel:"noopener noreferrer"}},[t._v("[zip]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Linux")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz",target:"_blank",rel:"noopener noreferrer"}},[t._v("[tar]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.asc",target:"_blank",rel:"noopener noreferrer"}},[t._v("[asc]"),a("OutboundLink")],1),t._v(" "),a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.sha512",target:"_blank",rel:"noopener noreferrer"}},[t._v("[sha512]"),a("OutboundLink")],1)])]),t._v(" "),a("tr",[a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}}),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[t._v("Document")]),t._v(" "),a("td",{staticStyle:{"text-align":"center"}},[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Document"),a("OutboundLink")],1)])])])]),t._v(" "),a("h3",{attrs:{id:"changes-in-5-0-0-ga"}},[t._v("Changes in 5.0.0-GA")]),t._v(" "),a("h4",{attrs:{id:"agent-changes"}},[t._v("Agent Changes")]),t._v(" "),t._m(4),t._v(" "),a("h4",{attrs:{id:"collector-changes"}},[t._v("Collector Changes")]),t._v(" "),t._m(5),t._v(" "),a("h4",{attrs:{id:"documents"}},[t._v("Documents")]),t._v(" "),t._m(6),t._v(" "),a("p",[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/milestone/27?closed=1",target:"_blank",rel:"noopener noreferrer"}},[t._v("Issues and Pull requests"),a("OutboundLink")],1)]),t._v(" "),a("br"),t._v(" "),a("h1",{attrs:{id:"verify-the-releases"}},[t._v("Verify the releases")]),t._v(" "),a("p",[a("a",{attrs:{href:"https://www.apache.org/dist/incubator/skywalking/KEYS",target:"_blank",rel:"noopener noreferrer"}},[t._v("PGP signatures KEYS"),a("OutboundLink")],1)]),t._v(" "),a("p",[t._v("It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. Please download the KEYS as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors.")]),t._v(" "),t._m(7),a("p",[t._v("To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.")]),t._v(" "),t._m(8),a("br"),t._v(" "),a("h1",{attrs:{id:"all-changes"}},[t._v("All Changes")]),t._v(" "),a("p",[a("a",{attrs:{href:"https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md",target:"_blank",rel:"noopener noreferrer"}},[t._v("Changes"),a("OutboundLink")],1),t._v(" document.")])])},[function(){var t=this.$createElement,e=this._self._c||t;return e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"center"}},[this._v("Date")]),this._v(" "),e("th",{staticStyle:{"text-align":"center"}},[this._v("Version")]),this._v(" "),e("th",{staticStyle:{"text-align":"center"}}),this._v(" "),e("th",{staticStyle:{"text-align":"center"}},[this._v("Downloads")])])])},function(){var t=this.$createElement,e=this._self._c||t;return e("p",[this._v("SkyWalking 6 is totally new milestone for the project. At this point, we are not just a distributing\ntracing system with analysis and visualization capabilities. We are an "),e("strong",[this._v("Observability Analysis Platform(OAL)")]),this._v(".")])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("ol",[a("li",[t._v("Support to collect telemetry data from different sources, such as multiple language agents and service mesh.")]),t._v(" "),a("li",[t._v("Extensible stream analysis core. Make SQL and cache analysis available in core level, although haven't\nprovided in this release.")]),t._v(" "),a("li",[t._v("Provide "),a("strong",[t._v("Observability Analysis Language(OAL)")]),t._v(" to make analysis metric customization available.")]),t._v(" "),a("li",[t._v("New GraphQL query protocol. Not binding with UI now.")]),t._v(" "),a("li",[t._v("UI topology is better now.")]),t._v(" "),a("li",[t._v("New alarm core provided. In alpha, only on service related metric.")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("thead",[e("tr",[e("th",{staticStyle:{"text-align":"center"}},[this._v("Date")]),this._v(" "),e("th",{staticStyle:{"text-align":"center"}},[this._v("Version")]),this._v(" "),e("th",{staticStyle:{"text-align":"center"}}),this._v(" "),e("th",{staticStyle:{"text-align":"center"}},[this._v("Downloads")])])])},function(){var t=this.$createElement,e=this._self._c||t;return e("ul",[e("li",[this._v("Add several package names ignore in agent settings. Classes in these packages would be enhanced, even plugin declared.")]),this._v(" "),e("li",[this._v("Support Undertow 2.x plugin.")]),this._v(" "),e("li",[this._v("Fix wrong class names of Motan plugin, not a feature related issue, just naming.")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("ul",[e("li",[this._v("Make buffer file handler close more safety.")]),this._v(" "),e("li",[this._v("Fix NPE in AlarmService")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("ul",[e("li",[this._v("Fix compiling doc link.")]),this._v(" "),e("li",[this._v("Update new live demo address.")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"language- extra-class"},[e("pre",{pre:!0,attrs:{class:"language-text"}},[e("code",[this._v("gpg -i KEYS\n\nor\n\npgpk -a KEYS\n\nor\n\npgp -ka KEYS\n")])])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"language- extra-class"},[e("pre",{pre:!0,attrs:{class:"language-text"}},[e("code",[this._v("gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********\n\nor\n\npgpv apache-skywalking-apm-incubating********.asc\n\nor\n\npgp apache-skywalking-apm-incubating********.asc\n")])])])}],!1,null,null,null);r.options.__file="README.md";e.default=r.exports}}]);
\ No newline at end of file
diff --git a/assets/js/9.a683b222.js b/assets/js/9.a683b222.js
deleted file mode 100644
index 21e5b44..0000000
--- a/assets/js/9.a683b222.js
+++ /dev/null
@@ -1 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{183:function(e,a,t){"use strict";t.r(a);var s=t(0),o=Object(s.a)({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("div",{staticClass:"content"},[t("h1",{attrs:{id:"skywalking-events"}},[e._v("SkyWalking Events")]),e._v(" "),t("h2",{attrs:{id:"welcome-yixiong-cao-as-a-new-committer"}},[e._v("Welcome Yixiong Cao as a new committer.")]),e._v(" "),t("h6",{attrs:{id:"dec-10th-2018"}},[e._v("Dec. 10th, 2018")]),e._v(" "),t("p",[e._v("Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.")]),e._v(" "),t("h2",{attrs:{id:"welcome-lang-li-as-a-new-committer"}},[e._v("Welcome Lang Li as a new committer.")]),e._v(" "),t("h6",{attrs:{id:"dec-6th-2018"}},[e._v("Dec. 6th, 2018")]),e._v(" "),t("p",[e._v("Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.")]),e._v(" "),t("h2",{attrs:{id:"welcome-jian-tan-as-a-new-committer"}},[e._v("Welcome Jian Tan as a new committer.")]),e._v(" "),t("h6",{attrs:{id:"dec-2rd-2018"}},[e._v("Dec. 2rd, 2018")]),e._v(" "),t("p",[e._v("Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-6-0-0-alpha"}},[e._v("Release Apache SkyWalking 6.0.0-alpha")]),e._v(" "),t("h6",{attrs:{id:"nov-14th-2018"}},[e._v("Nov. 14th, 2018")]),e._v(" "),t("p",[e._v("APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio).\nGo to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-5-0-0-ga"}},[e._v("Release Apache SkyWalking 5.0.0-GA")]),e._v(" "),t("h6",{attrs:{id:"oct-17th-2018"}},[e._v("Oct. 17th, 2018")]),e._v(" "),t("p",[e._v("A stable version of 5.x release. Go to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-5-0-0-rc2"}},[e._v("Release Apache SkyWalking 5.0.0-RC2")]),e._v(" "),t("h6",{attrs:{id:"sep-12th-2018"}},[e._v("Sep. 12th, 2018")]),e._v(" "),t("p",[e._v("5.0.0-RC2 release. Go to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-5-0-0-beta2"}},[e._v("Release Apache SkyWalking 5.0.0-beta2")]),e._v(" "),t("h6",{attrs:{id:"july-11th-2018"}},[e._v("July 11th, 2018")]),e._v(" "),t("p",[e._v("5.0.0-beta2 release. Go to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-5-0-0-beta"}},[e._v("Release Apache SkyWalking 5.0.0-beta")]),e._v(" "),t("h6",{attrs:{id:"may-23th-2018"}},[e._v("May 23th, 2018")]),e._v(" "),t("p",[e._v("5.0.0-beta release. Go to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")]),e._v(" "),t("h2",{attrs:{id:"release-apache-skywalking-apm-5-0-0-alpha"}},[e._v("Release Apache SkyWalking APM 5.0.0-alpha")]),e._v(" "),t("h6",{attrs:{id:"april-3rd-2018"}},[e._v("April 3rd, 2018")]),e._v(" "),t("p",[e._v("5.0.0-alpha release. Go to "),t("a",{attrs:{href:"/downloads"}},[e._v("downloads")]),e._v(" page to find release tars.")])])}],!1,null,null,null);o.options.__file="README.md";a.default=o.exports}}]);
\ No newline at end of file
diff --git a/assets/js/app.4db82c8c.js b/assets/js/app.4db82c8c.js
deleted file mode 100644
index ead356e..0000000
--- a/assets/js/app.4db82c8c.js
+++ /dev/null
@@ -1,8 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[0],[]]);!function(t){function e(e){for(var r,a,s=e[0],c=e[1],u=e[2],f=0,p=[];f<s.length;f++)a=s[f],i[a]&&p.push(i[a][0]),i[a]=0;for(r in c)Object.prototype.hasOwnProperty.call(c,r)&&(t[r]=c[r]);for(l&&l(e);p.length;)p.shift()();return o.push.apply(o,u||[]),n()}function n(){for(var t,e=0;e<o.length;e++){for(var n=o[e],r=!0,s=1;s<n.length;s++){var c=n[s];0!==i[c]&&(r=!1)}r&&(o.splice(e--,1),t=a(a.s=n[0]))}return t}var r={},i={1:0},o=[];function a(e){if(r[e])return r[e].exports;var n=r[e]={i:e,l:!1,exports:{}};return t[e].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.e=function(t){var e=[],n=i[t];if(0!==n)if(n)e.push(n[2]);else{var r=new Promise(function(e,r){n=i[t]=[e,r]});e.push(n[2]=r);var o,s=document.getElementsByTagName("head")[0],c=document.createElement("script");c.charset="utf-8",c.timeout=120,a.nc&&c.setAttribute("nonce",a.nc),c.src=function(t){return a.p+"assets/js/"+({}[t]||t)+"."+{2:"15cf4057",3:"6957a86b",4:"75aba94a",5:"a2540094",6:"4bdf90c5",7:"a7d7be4e",8:"52f5c4bd",9:"a683b222",10:"e0b67572",11:"41761016",12:"f62681ed",13:"a89796d1",14:"aa090831",15:"e6aec58f",16:"c912be1b",17:"49d92bf8"}[t]+".js"}(t),o=function(e){c.onerror=c.onload=null,clearTimeout(u);var n=i[t];if(0!==n){if(n){var r=e&&("load"===e.type?"missing":e.type),o=e&&e.target&&e.target.src,a=new Error("Loading chunk "+t+" failed.\n("+r+": "+o+")");a.type=r,a.request=o,n[1](a)}i[t]=void 0}};var u=setTimeout(function(){o({type:"timeout",target:c})},12e4);c.onerror=c.onload=o,s.appendChild(c)}return Promise.all(e)},a.m=t,a.c=r,a.d=function(t,e,n){a.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},a.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.t=function(t,e){if(1&e&&(t=a(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(a.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)a.d(n,r,function(e){return t[e]}.bind(null,r));return n},a.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return a.d(e,"a",e),e},a.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},a.p="/",a.oe=function(t){throw console.error(t),t};var s=window.webpackJsonp=window.webpackJsonp||[],c=s.push.bind(s);s.push=e,s=s.slice();for(var u=0;u<s.length;u++)e(s[u]);var l=c;o.push([90,0]),n()}([function(t,e,n){"use strict";function r(t,e,n,r,i,o,a,s){var c,u="function"==typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=c):i&&(c=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),c)if(u.functional){u._injectStyles=c;var l=u.render;u.render=function(t,e){return c.call(e),l(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,c):[c]}return{exports:t,options:u}}n.d(e,"a",function(){return r})},function(t,e,n){var r=n(71)("wks"),i=n(22),o=n(2).Symbol,a="function"==typeof o;(t.exports=function(t){return r[t]||(r[t]=a&&o[t]||(a?o:i)("Symbol."+t))}).store=r},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e,n){var r=n(2),i=n(13),o=n(10),a=n(11),s=n(9),c=function(t,e,n){var u,l,f,p,h=t&c.F,d=t&c.G,v=t&c.S,m=t&c.P,g=t&c.B,y=d?r:v?r[e]||(r[e]={}):(r[e]||{}).prototype,b=d?i:i[e]||(i[e]={}),_=b.prototype||(b.prototype={});for(u in d&&(n=e),n)f=((l=!h&&y&&void 0!==y[u])?y:n)[u],p=g&&l?s(f,r):m&&"function"==typeof f?s(Function.call,f):f,y&&a(y,u,f,t&c.U),b[u]!=f&&o(b,u,p),m&&_[u]!=f&&(_[u]=f)};r.core=i,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){t.exports=!n(5)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(8),i=n(72),o=n(73),a=Object.defineProperty;e.f=n(6)?Object.defineProperty:function(t,e,n){if(r(t),e=o(e,!0),r(n),i)try{return a(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(4);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){var r=n(21);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var r=n(7),i=n(54);t.exports=n(6)?function(t,e,n){return r.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var r=n(2),i=n(10),o=n(14),a=n(22)("src"),s=Function.toString,c=(""+s).split("toString");n(13).inspectSource=function(t){return s.call(t)},(t.exports=function(t,e,n,s){var u="function"==typeof n;u&&(o(n,"name")||i(n,"name",e)),t[e]!==n&&(u&&(o(n,a)||i(n,a,t[e]?""+t[e]:c.join(String(e)))),t===r?t[e]=n:s?t[e]?t[e]=n:i(t,e,n):(delete t[e],i(t,e,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||s.call(this)})},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){var n=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on  "+t);return t}},function(t,e,n){for(var r=n(18),i=n(25),o=n(11),a=n(2),s=n(10),c=n(17),u=n(1),l=u("iterator"),f=u("toStringTag"),p=c.Array,h={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},d=i(h),v=0;v<d.length;v++){var m,g=d[v],y=h[g],b=a[g],_=b&&b.prototype;if(_&&(_[l]||s(_,l,p),_[f]||s(_,f,g),c[g]=p,y))for(m in r)_[m]||o(_,m,r[m],!0)}},function(t,e){t.exports={}},function(t,e,n){"use strict";var r=n(104),i=n(82),o=n(17),a=n(26);t.exports=n(65)(Array,"Array",function(t,e){this._t=a(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,i(1)):i(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])},"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(t,e,n){"use strict";var r=n(5);t.exports=function(t,e){return!!t&&r(function(){e?t.call(null,function(){},1):t.call(null)})}},function(t,e,n){"use strict";var r=n(3),i=n(30)(3);r(r.P+r.F*!n(19)([].some,!0),"Array",{some:function(t){return i(this,t,arguments[1])}})},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},function(t,e,n){var r=n(7).f,i=n(14),o=n(1)("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,o)&&r(t,o,{configurable:!0,value:e})}},function(t,e,n){var r=n(3);r(r.S+r.F,"Object",{assign:n(100)})},function(t,e,n){var r=n(78),i=n(63);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e,n){var r=n(61),i=n(15);t.exports=function(t){return r(i(t))}},function(t,e,n){var r=n(15);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(27),i=n(25);n(81)("keys",function(){return function(t){return i(r(t))}})},function(t,e,n){"use strict";var r=n(3),i=n(30)(0),o=n(19)([].forEach,!0);r(r.P+r.F*!o,"Array",{forEach:function(t){return i(this,t,arguments[1])}})},function(t,e,n){var r=n(9),i=n(61),o=n(27),a=n(57),s=n(108);t.exports=function(t,e){var n=1==t,c=2==t,u=3==t,l=4==t,f=6==t,p=5==t||f,h=e||s;return function(e,s,d){for(var v,m,g=o(e),y=i(g),b=r(s,d,3),_=a(y.length),k=0,w=n?h(e,_):c?h(e,0):void 0;_>k;k++)if((p||k in y)&&(m=b(v=y[k],k,g),t))if(n)w[k]=m;else if(m)switch(t){case 3:return!0;case 5:return v;case 6:return k;case 2:w.push(v)}else if(l)return!1;return f?-1:u||l?l:w}}},function(t,e,n){"use strict";var r=n(3),i=n(30)(2);r(r.P+r.F*!n(19)([].filter,!0),"Array",{filter:function(t){return i(this,t,arguments[1])}})},function(t,e,n){n(68)("replace",2,function(t,e,n){return[function(r,i){"use strict";var o=t(this),a=null==r?void 0:r[e];return void 0!==a?a.call(r,o,i):n.call(String(o),r,i)},n]})},function(t,e,n){"use strict";var r=n(3),i=n(30)(1);r(r.P+r.F*!n(19)([].map,!0),"Array",{map:function(t){return i(this,t,arguments[1])}})},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){var r,i;
-/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
- * @license MIT */void 0===(i="function"==typeof(r=function(){var t,e,n={version:"0.2.0"},r=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};function i(t,e,n){return t<e?e:t>n?n:t}function o(t){return 100*(-1+t)}n.configure=function(t){var e,n;for(e in t)void 0!==(n=t[e])&&t.hasOwnProperty(e)&&(r[e]=n);return this},n.status=null,n.set=function(t){var e=n.isStarted();t=i(t,r.minimum,1),n.status=1===t?null:t;var c=n.render(!e),u=c.querySelector(r.barSelector),l=r.speed,f=r.easing;return c.offsetWidth,a(function(e){""===r.positionUsing&&(r.positionUsing=n.getPositioningCSS()),s(u,function(t,e,n){var i;return(i="translate3d"===r.positionUsing?{transform:"translate3d("+o(t)+"%,0,0)"}:"translate"===r.positionUsing?{transform:"translate("+o(t)+"%,0)"}:{"margin-left":o(t)+"%"}).transition="all "+e+"ms "+n,i}(t,l,f)),1===t?(s(c,{transition:"none",opacity:1}),c.offsetWidth,setTimeout(function(){s(c,{transition:"all "+l+"ms linear",opacity:0}),setTimeout(function(){n.remove(),e()},l)},l)):setTimeout(e,l)}),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var t=function(){setTimeout(function(){n.status&&(n.trickle(),t())},r.trickleSpeed)};return r.trickle&&t(),this},n.done=function(t){return t||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(t){var e=n.status;return e?("number"!=typeof t&&(t=(1-e)*i(Math.random()*e,.1,.95)),e=i(e+t,0,.994),n.set(e)):n.start()},n.trickle=function(){return n.inc(Math.random()*r.trickleRate)},t=0,e=0,n.promise=function(r){return r&&"resolved"!==r.state()?(0===e&&n.start(),t++,e++,r.always(function(){0==--e?(t=0,n.done()):n.set((t-e)/t)}),this):this},n.render=function(t){if(n.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var e=document.createElement("div");e.id="nprogress",e.innerHTML=r.template;var i,a=e.querySelector(r.barSelector),c=t?"-100":o(n.status||0),l=document.querySelector(r.parent);return s(a,{transition:"all 0 linear",transform:"translate3d("+c+"%,0,0)"}),r.showSpinner||(i=e.querySelector(r.spinnerSelector))&&p(i),l!=document.body&&u(l,"nprogress-custom-parent"),l.appendChild(e),e},n.remove=function(){l(document.documentElement,"nprogress-busy"),l(document.querySelector(r.parent),"nprogress-custom-parent");var t=document.getElementById("nprogress");t&&p(t)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var t=document.body.style,e="WebkitTransform"in t?"Webkit":"MozTransform"in t?"Moz":"msTransform"in t?"ms":"OTransform"in t?"O":"";return e+"Perspective"in t?"translate3d":e+"Transform"in t?"translate":"margin"};var a=function(){var t=[];function e(){var n=t.shift();n&&n(e)}return function(n){t.push(n),1==t.length&&e()}}(),s=function(){var t=["Webkit","O","Moz","ms"],e={};function n(n){return n=n.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(t,e){return e.toUpperCase()}),e[n]||(e[n]=function(e){var n=document.body.style;if(e in n)return e;for(var r,i=t.length,o=e.charAt(0).toUpperCase()+e.slice(1);i--;)if((r=t[i]+o)in n)return r;return e}(n))}function r(t,e,r){e=n(e),t.style[e]=r}return function(t,e){var n,i,o=arguments;if(2==o.length)for(n in e)void 0!==(i=e[n])&&e.hasOwnProperty(n)&&r(t,n,i);else r(t,o[1],o[2])}}();function c(t,e){var n="string"==typeof t?t:f(t);return n.indexOf(" "+e+" ")>=0}function u(t,e){var n=f(t),r=n+e;c(n,e)||(t.className=r.substring(1))}function l(t,e){var n,r=f(t);c(t,e)&&(n=r.replace(" "+e+" "," "),t.className=n.substring(1,n.length-1))}function f(t){return(" "+(t.className||"")+" ").replace(/\s+/gi," ")}function p(t){t&&t.parentNode&&t.parentNode.removeChild(t)}return n})?r.call(e,n,e,t):r)||(t.exports=i)},function(t,e){t.exports=!1},function(t,e,n){var r=n(4),i=n(2).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e){t.exports=function(t,e,n,r){if(!(t instanceof e)||void 0!==r&&r in t)throw TypeError(n+": incorrect invocation!");return t}},function(t,e,n){var r=n(9),i=n(91),o=n(92),a=n(8),s=n(57),c=n(93),u={},l={};(e=t.exports=function(t,e,n,f,p){var h,d,v,m,g=p?function(){return t}:c(t),y=r(n,f,e?2:1),b=0;if("function"!=typeof g)throw TypeError(t+" is not iterable!");if(o(g)){for(h=s(t.length);h>b;b++)if((m=e?y(a(d=t[b])[0],d[1]):y(t[b]))===u||m===l)return m}else for(v=g.call(t);!(d=v.next()).done;)if((m=i(v,y,d.value,e))===u||m===l)return m}).BREAK=u,e.RETURN=l},function(t,e,n){var r=n(58),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(11);t.exports=function(t,e,n){for(var i in e)r(t,i,e[i],n);return t}},function(t,e,n){"use strict";var r=n(2),i=n(7),o=n(6),a=n(1)("species");t.exports=function(t){var e=r[t];o&&e&&!e[a]&&i.f(e,a,{configurable:!0,get:function(){return this}})}},function(t,e,n){var r=n(12);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,e,n){var r=n(71)("keys"),i=n(22);t.exports=function(t){return r[t]||(r[t]=i(t))}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var r=n(22)("meta"),i=n(4),o=n(14),a=n(7).f,s=0,c=Object.isExtensible||function(){return!0},u=!n(5)(function(){return c(Object.preventExtensions({}))}),l=function(t){a(t,r,{value:{i:"O"+ ++s,w:{}}})},f=t.exports={KEY:r,NEED:!1,fastKey:function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,r)){if(!c(t))return"F";if(!e)return"E";l(t)}return t[r].i},getWeak:function(t,e){if(!o(t,r)){if(!c(t))return!0;if(!e)return!1;l(t)}return t[r].w},onFreeze:function(t){return u&&f.NEED&&c(t)&&!o(t,r)&&l(t),t}}},function(t,e,n){"use strict";var r=n(52),i=n(3),o=n(11),a=n(10),s=n(17),c=n(105),u=n(23),l=n(107),f=n(1)("iterator"),p=!([].keys&&"next"in[].keys()),h=function(){return this};t.exports=function(t,e,n,d,v,m,g){c(n,e,d);var y,b,_,k=function(t){if(!p&&t in S)return S[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},w=e+" Iterator",x="values"==v,C=!1,S=t.prototype,$=S[f]||S["@@iterator"]||v&&S[v],A=$||k(v),O=v?x?k("entries"):A:void 0,E="Array"==e&&S.entries||$;if(E&&(_=l(E.call(new t)))!==Object.prototype&&_.next&&(u(_,w,!0),r||"function"==typeof _[f]||a(_,f,h)),x&&$&&"values"!==$.name&&(C=!0,A=function(){return $.call(this)}),r&&!g||!p&&!C&&S[f]||a(S,f,A),s[e]=A,s[w]=h,v)if(y={values:x?A:k("values"),keys:m?A:k("keys"),entries:O},g)for(b in y)b in S||o(S,b,y[b]);else i(i.P+i.F*(p||C),e,y);return y}},function(t,e,n){var r=n(7).f,i=Function.prototype,o=/^\s*function ([^ (]*)/;"name"in i||n(6)&&r(i,"name",{configurable:!0,get:function(){try{return(""+this).match(o)[1]}catch(t){return""}}})},function(t,e,n){"use strict";var r=n(3),i=n(79)(!1),o=[].indexOf,a=!!o&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(a||!n(19)(o)),"Array",{indexOf:function(t){return a?o.apply(this,arguments)||0:i(this,t,arguments[1])}})},function(t,e,n){"use strict";var r=n(10),i=n(11),o=n(5),a=n(15),s=n(1);t.exports=function(t,e,n){var c=s(t),u=n(a,c,""[t]),l=u[0],f=u[1];o(function(){var e={};return e[c]=function(){return 7},7!=""[t](e)})&&(i(String.prototype,t,l),r(RegExp.prototype,c,2==e?function(t,e){return f.call(t,this,e)}:function(t){return f.call(t,this)}))}},function(t,e,n){"use strict";var r,i,o,a,s=n(52),c=n(2),u=n(9),l=n(70),f=n(3),p=n(4),h=n(21),d=n(55),v=n(56),m=n(94),g=n(74).set,y=n(96)(),b=n(76),_=n(97),k=n(98),w=n(99),x=c.TypeError,C=c.process,S=C&&C.versions,$=S&&S.v8||"",A=c.Promise,O="process"==l(C),E=function(){},j=i=b.f,T=!!function(){try{var t=A.resolve(1),e=(t.constructor={})[n(1)("species")]=function(t){t(E,E)};return(O||"function"==typeof PromiseRejectionEvent)&&t.then(E)instanceof e&&0!==$.indexOf("6.6")&&-1===k.indexOf("Chrome/66")}catch(t){}}(),L=function(t){var e;return!(!p(t)||"function"!=typeof(e=t.then))&&e},P=function(t,e){if(!t._n){t._n=!0;var n=t._c;y(function(){for(var r=t._v,i=1==t._s,o=0,a=function(e){var n,o,a,s=i?e.ok:e.fail,c=e.resolve,u=e.reject,l=e.domain;try{s?(i||(2==t._h&&R(t),t._h=1),!0===s?n=r:(l&&l.enter(),n=s(r),l&&(l.exit(),a=!0)),n===e.promise?u(x("Promise-chain cycle")):(o=L(n))?o.call(n,c,u):c(n)):u(r)}catch(t){l&&!a&&l.exit(),u(t)}};n.length>o;)a(n[o++]);t._c=[],t._n=!1,e&&!t._h&&I(t)})}},I=function(t){g.call(c,function(){var e,n,r,i=t._v,o=M(t);if(o&&(e=_(function(){O?C.emit("unhandledRejection",i,t):(n=c.onunhandledrejection)?n({promise:t,reason:i}):(r=c.console)&&r.error&&r.error("Unhandled promise rejection",i)}),t._h=O||M(t)?2:1),t._a=void 0,o&&e.e)throw e.v})},M=function(t){return 1!==t._h&&0===(t._a||t._c).length},R=function(t){g.call(c,function(){var e;O?C.emit("rejectionHandled",t):(e=c.onrejectionhandled)&&e({promise:t,reason:t._v})})},N=function(t){var e=this;e._d||(e._d=!0,(e=e._w||e)._v=t,e._s=2,e._a||(e._a=e._c.slice()),P(e,!0))},W=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw x("Promise can't be resolved itself");(e=L(t))?y(function(){var r={_w:n,_d:!1};try{e.call(t,u(W,r,1),u(N,r,1))}catch(t){N.call(r,t)}}):(n._v=t,n._s=1,P(n,!1))}catch(t){N.call({_w:n,_d:!1},t)}}};T||(A=function(t){d(this,A,"Promise","_h"),h(t),r.call(this);try{t(u(W,this,1),u(N,this,1))}catch(t){N.call(this,t)}},(r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=n(59)(A.prototype,{then:function(t,e){var n=j(m(this,A));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=O?C.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&P(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r;this.promise=t,this.resolve=u(W,t,1),this.reject=u(N,t,1)},b.f=j=function(t){return t===A||t===a?new o(t):i(t)}),f(f.G+f.W+f.F*!T,{Promise:A}),n(23)(A,"Promise"),n(60)("Promise"),a=n(13).Promise,f(f.S+f.F*!T,"Promise",{reject:function(t){var e=j(this);return(0,e.reject)(t),e.promise}}),f(f.S+f.F*(s||!T),"Promise",{resolve:function(t){return w(s&&this===a?A:this,t)}}),f(f.S+f.F*!(T&&n(77)(function(t){A.all(t).catch(E)})),"Promise",{all:function(t){var e=this,n=j(e),r=n.resolve,i=n.reject,o=_(function(){var n=[],o=0,a=1;v(t,!1,function(t){var s=o++,c=!1;n.push(void 0),a++,e.resolve(t).then(function(t){c||(c=!0,n[s]=t,--a||r(n))},i)}),--a||r(n)});return o.e&&i(o.v),n.promise},race:function(t){var e=this,n=j(e),r=n.reject,i=_(function(){v(t,!1,function(t){e.resolve(t).then(n.resolve,r)})});return i.e&&r(i.v),n.promise}})},function(t,e,n){var r=n(12),i=n(1)("toStringTag"),o="Arguments"==r(function(){return arguments}());t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:o?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},function(t,e,n){var r=n(13),i=n(2),o=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n(52)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(t,e,n){t.exports=!n(6)&&!n(5)(function(){return 7!=Object.defineProperty(n(53)("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(4);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r,i,o,a=n(9),s=n(95),c=n(75),u=n(53),l=n(2),f=l.process,p=l.setImmediate,h=l.clearImmediate,d=l.MessageChannel,v=l.Dispatch,m=0,g={},y=function(){var t=+this;if(g.hasOwnProperty(t)){var e=g[t];delete g[t],e()}},b=function(t){y.call(t.data)};p&&h||(p=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return g[++m]=function(){s("function"==typeof t?t:Function(t),e)},r(m),m},h=function(t){delete g[t]},"process"==n(12)(f)?r=function(t){f.nextTick(a(y,t,1))}:v&&v.now?r=function(t){v.now(a(y,t,1))}:d?(o=(i=new d).port2,i.port1.onmessage=b,r=a(o.postMessage,o,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(r=function(t){l.postMessage(t+"","*")},l.addEventListener("message",b,!1)):r="onreadystatechange"in u("script")?function(t){c.appendChild(u("script")).onreadystatechange=function(){c.removeChild(this),y.call(t)}}:function(t){setTimeout(a(y,t,1),0)}),t.exports={set:p,clear:h}},function(t,e,n){var r=n(2).document;t.exports=r&&r.documentElement},function(t,e,n){"use strict";var r=n(21);function i(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r}),this.resolve=r(e),this.reject=r(n)}t.exports.f=function(t){return new i(t)}},function(t,e,n){var r=n(1)("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o=[7],a=o[r]();a.next=function(){return{done:n=!0}},o[r]=function(){return a},t(o)}catch(t){}return n}},function(t,e,n){var r=n(14),i=n(26),o=n(79)(!1),a=n(62)("IE_PROTO");t.exports=function(t,e){var n,s=i(t),c=0,u=[];for(n in s)n!=a&&r(s,n)&&u.push(n);for(;e.length>c;)r(s,n=e[c++])&&(~o(u,n)||u.push(n));return u}},function(t,e,n){var r=n(26),i=n(57),o=n(101);t.exports=function(t){return function(e,n,a){var s,c=r(e),u=i(c.length),l=o(a,u);if(t&&n!=n){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,n){var r=n(3),i=n(13),o=n(5);t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],a={};a[t]=e(n),r(r.S+r.F*o(function(){n(1)}),"Object",a)}},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e,n){var r=n(8),i=n(106),o=n(63),a=n(62)("IE_PROTO"),s=function(){},c=function(){var t,e=n(53)("iframe"),r=o.length;for(e.style.display="none",n(75).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),c=t.F;r--;)delete c.prototype[o[r]];return c()};t.exports=Object.create||function(t,e){var n;return null!==t?(s.prototype=r(t),n=new s,s.prototype=null,n[a]=t):n=c(),void 0===e?n:i(n,e)}},function(t,e,n){var r=n(12);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(4),i=n(12),o=n(1)("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[o])?!!e:"RegExp"==i(t))}},function(t,e,n){n(68)("match",1,function(t,e,n){return[function(n){"use strict";var r=t(this),i=null==n?void 0:n[e];return void 0!==i?i.call(n,r):new RegExp(n)[e](String(r))},n]})},function(t,e,n){var r=n(4),i=n(129).set;t.exports=function(t,e,n){var o,a=e.constructor;return a!==n&&"function"==typeof a&&(o=a.prototype)!==n.prototype&&r(o)&&i&&i(t,o),t}},function(t,e,n){var r=n(4);t.exports=function(t,e){if(!r(t)||t._t!==e)throw TypeError("Incompatible receiver, "+e+" required!");return t}},function(t,e){var n="Expected a function",r=NaN,i="[object Symbol]",o=/^\s+|\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,c=/^0o[0-7]+$/i,u=parseInt,l="object"==typeof global&&global&&global.Object===Object&&global,f="object"==typeof self&&self&&self.Object===Object&&self,p=l||f||Function("return this")(),h=Object.prototype.toString,d=Math.max,v=Math.min,m=function(){return p.Date.now()};function g(t,e,r){var i,o,a,s,c,u,l=0,f=!1,p=!1,h=!0;if("function"!=typeof t)throw new TypeError(n);function g(e){var n=i,r=o;return i=o=void 0,l=e,s=t.apply(r,n)}function _(t){var n=t-u;return void 0===u||n>=e||n<0||p&&t-l>=a}function k(){var t=m();if(_(t))return w(t);c=setTimeout(k,function(t){var n=e-(t-u);return p?v(n,a-(t-l)):n}(t))}function w(t){return c=void 0,h&&i?g(t):(i=o=void 0,s)}function x(){var t=m(),n=_(t);if(i=arguments,o=this,u=t,n){if(void 0===c)return function(t){return l=t,c=setTimeout(k,e),f?g(t):s}(u);if(p)return c=setTimeout(k,e),g(u)}return void 0===c&&(c=setTimeout(k,e)),s}return e=b(e)||0,y(r)&&(f=!!r.leading,a=(p="maxWait"in r)?d(b(r.maxWait)||0,e):a,h="trailing"in r?!!r.trailing:h),x.cancel=function(){void 0!==c&&clearTimeout(c),l=0,i=u=o=c=void 0},x.flush=function(){return void 0===c?s:w(m())},x}function y(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function b(t){if("number"==typeof t)return t;if(function(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&h.call(t)==i}(t))return r;if(y(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=y(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(o,"");var n=s.test(t);return n||c.test(t)?u(t.slice(2),n?2:8):a.test(t)?r:+t}t.exports=function(t,e,r){var i=!0,o=!0;if("function"!=typeof t)throw new TypeError(n);return y(r)&&(i="leading"in r?!!r.leading:i,o="trailing"in r?!!r.trailing:o),g(t,e,{leading:i,maxWait:e,trailing:o})}},function(t,e,n){t.exports=n(163)},function(t,e,n){var r=n(8);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},function(t,e,n){var r=n(17),i=n(1)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||o[i]===t)}},function(t,e,n){var r=n(70),i=n(1)("iterator"),o=n(17);t.exports=n(13).getIteratorMethod=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,e,n){var r=n(8),i=n(21),o=n(1)("species");t.exports=function(t,e){var n,a=r(t).constructor;return void 0===a||null==(n=r(a)[o])?e:i(n)}},function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},function(t,e,n){var r=n(2),i=n(74).set,o=r.MutationObserver||r.WebKitMutationObserver,a=r.process,s=r.Promise,c="process"==n(12)(a);t.exports=function(){var t,e,n,u=function(){var r,i;for(c&&(r=a.domain)&&r.exit();t;){i=t.fn,t=t.next;try{i()}catch(r){throw t?n():e=void 0,r}}e=void 0,r&&r.enter()};if(c)n=function(){a.nextTick(u)};else if(!o||r.navigator&&r.navigator.standalone)if(s&&s.resolve){var l=s.resolve(void 0);n=function(){l.then(u)}}else n=function(){i.call(r,u)};else{var f=!0,p=document.createTextNode("");new o(u).observe(p,{characterData:!0}),n=function(){p.data=f=!f}}return function(r){var i={fn:r,next:void 0};e&&(e.next=i),t||(t=i,n()),e=i}}},function(t,e){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},function(t,e,n){var r=n(2).navigator;t.exports=r&&r.userAgent||""},function(t,e,n){var r=n(8),i=n(4),o=n(76);t.exports=function(t,e){if(r(t),i(e)&&e.constructor===t)return e;var n=o.f(t);return(0,n.resolve)(e),n.promise}},function(t,e,n){"use strict";var r=n(25),i=n(102),o=n(80),a=n(27),s=n(61),c=Object.assign;t.exports=!c||n(5)(function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach(function(t){e[t]=t}),7!=c({},t)[n]||Object.keys(c({},e)).join("")!=r})?function(t,e){for(var n=a(t),c=arguments.length,u=1,l=i.f,f=o.f;c>u;)for(var p,h=s(arguments[u++]),d=l?r(h).concat(l(h)):r(h),v=d.length,m=0;v>m;)f.call(h,p=d[m++])&&(n[p]=h[p]);return n}:c},function(t,e,n){var r=n(58),i=Math.max,o=Math.min;t.exports=function(t,e){return(t=r(t))<0?i(t+e,0):o(t,e)}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(4),i=n(64).onFreeze;n(81)("freeze",function(t){return function(e){return t&&r(e)?t(i(e)):e}})},function(t,e,n){var r=n(1)("unscopables"),i=Array.prototype;null==i[r]&&n(10)(i,r,{}),t.exports=function(t){i[r][t]=!0}},function(t,e,n){"use strict";var r=n(83),i=n(54),o=n(23),a={};n(10)(a,n(1)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(a,{next:i(1,n)}),o(t,e+" Iterator")}},function(t,e,n){var r=n(7),i=n(8),o=n(25);t.exports=n(6)?Object.defineProperties:function(t,e){i(t);for(var n,a=o(e),s=a.length,c=0;s>c;)r.f(t,n=a[c++],e[n]);return t}},function(t,e,n){var r=n(14),i=n(27),o=n(62)("IE_PROTO"),a=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},function(t,e,n){var r=n(109);t.exports=function(t,e){return new(r(t))(e)}},function(t,e,n){var r=n(4),i=n(84),o=n(1)("species");t.exports=function(t){var e;return i(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!i(e.prototype)||(e=void 0),r(e)&&null===(e=e[o])&&(e=void 0)),void 0===e?Array:e}},function(t,e,n){"use strict";var r=n(34);n.n(r).a},,function(t,e,n){"use strict";var r=n(35);n.n(r).a},,function(t,e,n){"use strict";var r=n(36);n.n(r).a},,function(t,e,n){var r=n(3);r(r.S,"Array",{isArray:n(84)})},function(t,e,n){n(68)("split",2,function(t,e,r){"use strict";var i=n(85),o=r,a=[].push;if("c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length){var s=void 0===/()??/.exec("")[1];r=function(t,e){var n=String(this);if(void 0===t&&0===e)return[];if(!i(t))return o.call(n,t,e);var r,c,u,l,f,p=[],h=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,v=void 0===e?4294967295:e>>>0,m=new RegExp(t.source,h+"g");for(s||(r=new RegExp("^"+m.source+"$(?!\\s)",h));(c=m.exec(n))&&!((u=c.index+c[0].length)>d&&(p.push(n.slice(d,c.index)),!s&&c.length>1&&c[0].replace(r,function(){for(f=1;f<arguments.length-2;f++)void 0===arguments[f]&&(c[f]=void 0)}),c.length>1&&c.index<n.length&&a.apply(p,c.slice(1)),l=c[0].length,d=u,p.length>=v));)m.lastIndex===c.index&&m.lastIndex++;return d===n.length?!l&&m.test("")||p.push(""):p.push(n.slice(d)),p.length>v?p.slice(0,v):p}}else"0".split(void 0,0).length&&(r=function(t,e){return void 0===t&&0===e?[]:o.call(this,t,e)});return[function(n,i){var o=t(this),a=null==n?void 0:n[e];return void 0!==a?a.call(n,o,i):r.call(String(o),n,i)},r]})},function(t,e,n){"use strict";var r=n(37);n.n(r).a},,function(t,e,n){t.exports=n.p+"assets/img/logo-light.66b4893e.svg"},function(t,e,n){"use strict";var r=n(38);n.n(r).a},,function(t,e,n){"use strict";n(124)("trim",function(t){return function(){return t(this,3)}})},function(t,e,n){var r=n(3),i=n(15),o=n(5),a=n(125),s="["+a+"]",c=RegExp("^"+s+s+"*"),u=RegExp(s+s+"*$"),l=function(t,e,n){var i={},s=o(function(){return!!a[t]()||"​…"!="​…"[t]()}),c=i[t]=s?e(f):a[t];n&&(i[n]=c),r(r.P+r.F*s,"String",i)},f=l.trim=function(t,e){return t=String(i(t)),1&e&&(t=t.replace(c,"")),2&e&&(t=t.replace(u,"")),t};t.exports=l},function(t,e){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},function(t,e,n){"use strict";var r=n(39);n.n(r).a},,function(t,e,n){var r=n(2),i=n(87),o=n(7).f,a=n(131).f,s=n(85),c=n(132),u=r.RegExp,l=u,f=u.prototype,p=/a/g,h=/a/g,d=new u(p)!==p;if(n(6)&&(!d||n(5)(function(){return h[n(1)("match")]=!1,u(p)!=p||u(h)==h||"/a/i"!=u(p,"i")}))){u=function(t,e){var n=this instanceof u,r=s(t),o=void 0===e;return!n&&r&&t.constructor===u&&o?t:i(d?new l(r&&!o?t.source:t,e):l((r=t instanceof u)?t.source:t,r&&o?c.call(t):e),n?this:f,u)};for(var v=function(t){t in u||o(u,t,{configurable:!0,get:function(){return l[t]},set:function(e){l[t]=e}})},m=a(l),g=0;m.length>g;)v(m[g++]);f.constructor=u,u.prototype=f,n(11)(r,"RegExp",u)}n(60)("RegExp")},function(t,e,n){var r=n(4),i=n(8),o=function(t,e){if(i(t),!r(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,r){try{(r=n(9)(Function.call,n(130).f(Object.prototype,"__proto__").set,2))(t,[]),e=!(t instanceof Array)}catch(t){e=!0}return function(t,n){return o(t,n),e?t.__proto__=n:r(t,n),t}}({},!1):void 0),check:o}},function(t,e,n){var r=n(80),i=n(54),o=n(26),a=n(73),s=n(14),c=n(72),u=Object.getOwnPropertyDescriptor;e.f=n(6)?u:function(t,e){if(t=o(t),e=a(e,!0),c)try{return u(t,e)}catch(t){}if(s(t,e))return i(!r.f.call(t,e),t[e])}},function(t,e,n){var r=n(78),i=n(63).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,e,n){"use strict";var r=n(8);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){"use strict";n(134)("link",function(t){return function(e){return t(this,"a","href",e)}})},function(t,e,n){var r=n(3),i=n(5),o=n(15),a=/"/g,s=function(t,e,n,r){var i=String(o(t)),s="<"+e;return""!==n&&(s+=" "+n+'="'+String(r).replace(a,"&quot;")+'"'),s+">"+i+"</"+e+">"};t.exports=function(t,e){var n={};n[t]=e(s),r(r.P+r.F*i(function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}),"String",n)}},function(t,e,n){"use strict";var r=n(40);n.n(r).a},,function(t,e,n){"use strict";var r=n(41);n.n(r).a},,function(t,e,n){"use strict";var r=n(42);n.n(r).a},,function(t,e,n){"use strict";var r=n(43);n.n(r).a},,function(t,e,n){"use strict";var r=n(44);n.n(r).a},,function(t,e,n){"use strict";var r=n(45);n.n(r).a},,function(t,e,n){"use strict";var r=n(46);n.n(r).a},,function(t,e,n){"use strict";var r=n(47);n.n(r).a},,function(t,e,n){"use strict";var r=n(48);n.n(r).a},,function(t,e,n){"use strict";var r=n(49);n.n(r).a},,function(t,e,n){"use strict";var r=n(156)(!0);n(65)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=r(e,n),this._i+=t.length,{value:t,done:!1})})},function(t,e,n){var r=n(58),i=n(15);t.exports=function(t){return function(e,n){var o,a,s=String(i(e)),c=r(n),u=s.length;return c<0||c>=u?t?"":void 0:(o=s.charCodeAt(c))<55296||o>56319||c+1===u||(a=s.charCodeAt(c+1))<56320||a>57343?t?s.charAt(c):o:t?s.slice(c,c+2):a-56320+(o-55296<<10)+65536}}},function(t,e,n){"use strict";var r=n(158),i=n(88);t.exports=n(159)("Set",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function(t){return r.def(i(this,"Set"),t=0===t?0:t,t)}},r)},function(t,e,n){"use strict";var r=n(7).f,i=n(83),o=n(59),a=n(9),s=n(55),c=n(56),u=n(65),l=n(82),f=n(60),p=n(6),h=n(64).fastKey,d=n(88),v=p?"_s":"size",m=function(t,e){var n,r=h(e);if("F"!==r)return t._i[r];for(n=t._f;n;n=n.n)if(n.k==e)return n};t.exports={getConstructor:function(t,e,n,u){var l=t(function(t,r){s(t,l,e,"_i"),t._t=e,t._i=i(null),t._f=void 0,t._l=void 0,t[v]=0,null!=r&&c(r,n,t[u],t)});return o(l.prototype,{clear:function(){for(var t=d(this,e),n=t._i,r=t._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete n[r.i];t._f=t._l=void 0,t[v]=0},delete:function(t){var n=d(this,e),r=m(n,t);if(r){var i=r.n,o=r.p;delete n._i[r.i],r.r=!0,o&&(o.n=i),i&&(i.p=o),n._f==r&&(n._f=i),n._l==r&&(n._l=o),n[v]--}return!!r},forEach:function(t){d(this,e);for(var n,r=a(t,arguments.length>1?arguments[1]:void 0,3);n=n?n.n:this._f;)for(r(n.v,n.k,this);n&&n.r;)n=n.p},has:function(t){return!!m(d(this,e),t)}}),p&&r(l.prototype,"size",{get:function(){return d(this,e)[v]}}),l},def:function(t,e,n){var r,i,o=m(t,e);return o?o.v=n:(t._l=o={i:i=h(e,!0),k:e,v:n,p:r=t._l,n:void 0,r:!1},t._f||(t._f=o),r&&(r.n=o),t[v]++,"F"!==i&&(t._i[i]=o)),t},getEntry:m,setStrong:function(t,e,n){u(t,e,function(t,n){this._t=d(t,e),this._k=n,this._l=void 0},function(){for(var t=this._k,e=this._l;e&&e.r;)e=e.p;return this._t&&(this._l=e=e?e.n:this._t._f)?l(0,"keys"==t?e.k:"values"==t?e.v:[e.k,e.v]):(this._t=void 0,l(1))},n?"entries":"values",!n,!0),f(e)}}},function(t,e,n){"use strict";var r=n(2),i=n(3),o=n(11),a=n(59),s=n(64),c=n(56),u=n(55),l=n(4),f=n(5),p=n(77),h=n(23),d=n(87);t.exports=function(t,e,n,v,m,g){var y=r[t],b=y,_=m?"set":"add",k=b&&b.prototype,w={},x=function(t){var e=k[t];o(k,t,"delete"==t?function(t){return!(g&&!l(t))&&e.call(this,0===t?0:t)}:"has"==t?function(t){return!(g&&!l(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return g&&!l(t)?void 0:e.call(this,0===t?0:t)}:"add"==t?function(t){return e.call(this,0===t?0:t),this}:function(t,n){return e.call(this,0===t?0:t,n),this})};if("function"==typeof b&&(g||k.forEach&&!f(function(){(new b).entries().next()}))){var C=new b,S=C[_](g?{}:-0,1)!=C,$=f(function(){C.has(1)}),A=p(function(t){new b(t)}),O=!g&&f(function(){for(var t=new b,e=5;e--;)t[_](e,e);return!t.has(-0)});A||((b=e(function(e,n){u(e,b,t);var r=d(new y,e,b);return null!=n&&c(n,m,r[_],r),r})).prototype=k,k.constructor=b),($||O)&&(x("delete"),x("has"),m&&x("get")),(O||S)&&x(_),g&&k.clear&&delete k.clear}else b=v.getConstructor(e,t,m,_),a(b.prototype,n),s.NEED=!0;return h(b,t),w[t]=b,i(i.G+i.W+i.F*(b!=y),w),g||v.setStrong(b,t,m),b}},function(t,e,n){"use strict";var r=n(50);n.n(r).a},,function(t,e,n){var r=n(3);r(r.S+r.F*!n(6),"Object",{defineProperty:n(7).f})},function(t,e,n){"use strict";n.r(e);n(69),n(24);var r=Object.freeze({});function i(t){return null==t}function o(t){return null!=t}function a(t){return!0===t}function s(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function c(t){return null!==t&&"object"==typeof t}var u=Object.prototype.toString;function l(t){return"[object Object]"===u.call(t)}function f(t){return"[object RegExp]"===u.call(t)}function p(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function h(t){return null==t?"":"object"==typeof t?JSON.stringify(t,null,2):String(t)}function d(t){var e=parseFloat(t);return isNaN(e)?t:e}function v(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}v("slot,component",!0);var m=v("key,ref,slot,slot-scope,is");function g(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function b(t,e){return y.call(t,e)}function _(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var k=/-(\w)/g,w=_(function(t){return t.replace(k,function(t,e){return e?e.toUpperCase():""})}),x=_(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),C=/\B([A-Z])/g,S=_(function(t){return t.replace(C,"-$1").toLowerCase()});var $=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function A(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function O(t,e){for(var n in e)t[n]=e[n];return t}function E(t){for(var e={},n=0;n<t.length;n++)t[n]&&O(e,t[n]);return e}function j(t,e,n){}var T=function(t,e,n){return!1},L=function(t){return t};function P(t,e){if(t===e)return!0;var n=c(t),r=c(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var i=Array.isArray(t),o=Array.isArray(e);if(i&&o)return t.length===e.length&&t.every(function(t,n){return P(t,e[n])});if(i||o)return!1;var a=Object.keys(t),s=Object.keys(e);return a.length===s.length&&a.every(function(n){return P(t[n],e[n])})}catch(t){return!1}}function I(t,e){for(var n=0;n<t.length;n++)if(P(t[n],e))return n;return-1}function M(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}var R="data-server-rendered",N=["component","directive","filter"],W=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],D={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:T,isReservedAttr:T,isUnknownElement:T,getTagNamespace:j,parsePlatformTagName:L,mustUseProp:T,_lifecycleHooks:W};function U(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var F=/[^\w.$]/;var z,B="__proto__"in{},H="undefined"!=typeof window,q="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,V=q&&WXEnvironment.platform.toLowerCase(),G=H&&window.navigator.userAgent.toLowerCase(),K=G&&/msie|trident/.test(G),J=G&&G.indexOf("msie 9.0")>0,X=G&&G.indexOf("edge/")>0,Y=(G&&G.indexOf("android"),G&&/iphone|ipad|ipod|ios/.test(G)||"ios"===V),Q=(G&&/chrome\/\d+/.test(G),{}.watch),Z=!1;if(H)try{var tt={};Object.defineProperty(tt,"passive",{get:function(){Z=!0}}),window.addEventListener("test-passive",null,tt)}catch(t){}var et=function(){return void 0===z&&(z=!H&&!q&&"undefined"!=typeof global&&"server"===global.process.env.VUE_ENV),z},nt=H&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function rt(t){return"function"==typeof t&&/native code/.test(t.toString())}var it,ot="undefined"!=typeof Symbol&&rt(Symbol)&&"undefined"!=typeof Reflect&&rt(Reflect.ownKeys);it="undefined"!=typeof Set&&rt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var at=j,st=0,ct=function(){this.id=st++,this.subs=[]};ct.prototype.addSub=function(t){this.subs.push(t)},ct.prototype.removeSub=function(t){g(this.subs,t)},ct.prototype.depend=function(){ct.target&&ct.target.addDep(this)},ct.prototype.notify=function(){for(var t=this.subs.slice(),e=0,n=t.length;e<n;e++)t[e].update()},ct.target=null;var ut=[];function lt(t){ct.target&&ut.push(ct.target),ct.target=t}function ft(){ct.target=ut.pop()}var pt=function(t,e,n,r,i,o,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},ht={child:{configurable:!0}};ht.child.get=function(){return this.componentInstance},Object.defineProperties(pt.prototype,ht);var dt=function(t){void 0===t&&(t="");var e=new pt;return e.text=t,e.isComment=!0,e};function vt(t){return new pt(void 0,void 0,void 0,String(t))}function mt(t){var e=new pt(t.tag,t.data,t.children,t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.isCloned=!0,e}var gt=Array.prototype,yt=Object.create(gt);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(t){var e=gt[t];U(yt,t,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var i,o=e.apply(this,n),a=this.__ob__;switch(t){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&a.observeArray(i),a.dep.notify(),o})});var bt=Object.getOwnPropertyNames(yt),_t=!0;function kt(t){_t=t}var wt=function(t){(this.value=t,this.dep=new ct,this.vmCount=0,U(t,"__ob__",this),Array.isArray(t))?((B?xt:Ct)(t,yt,bt),this.observeArray(t)):this.walk(t)};function xt(t,e,n){t.__proto__=e}function Ct(t,e,n){for(var r=0,i=n.length;r<i;r++){var o=n[r];U(t,o,e[o])}}function St(t,e){var n;if(c(t)&&!(t instanceof pt))return b(t,"__ob__")&&t.__ob__ instanceof wt?n=t.__ob__:_t&&!et()&&(Array.isArray(t)||l(t))&&Object.isExtensible(t)&&!t._isVue&&(n=new wt(t)),e&&n&&n.vmCount++,n}function $t(t,e,n,r,i){var o=new ct,a=Object.getOwnPropertyDescriptor(t,e);if(!a||!1!==a.configurable){var s=a&&a.get;s||2!==arguments.length||(n=t[e]);var c=a&&a.set,u=!i&&St(n);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=s?s.call(t):n;return ct.target&&(o.depend(),u&&(u.dep.depend(),Array.isArray(e)&&function t(e){for(var n=void 0,r=0,i=e.length;r<i;r++)(n=e[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&t(n)}(e))),e},set:function(e){var r=s?s.call(t):n;e===r||e!=e&&r!=r||(c?c.call(t,e):n=e,u=!i&&St(e),o.notify())}})}}function At(t,e,n){if(Array.isArray(t)&&p(e))return t.length=Math.max(t.length,e),t.splice(e,1,n),n;if(e in t&&!(e in Object.prototype))return t[e]=n,n;var r=t.__ob__;return t._isVue||r&&r.vmCount?n:r?($t(r.value,e,n),r.dep.notify(),n):(t[e]=n,n)}function Ot(t,e){if(Array.isArray(t)&&p(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||b(t,e)&&(delete t[e],n&&n.dep.notify())}}wt.prototype.walk=function(t){for(var e=Object.keys(t),n=0;n<e.length;n++)$t(t,e[n])},wt.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)St(t[e])};var Et=D.optionMergeStrategies;function jt(t,e){if(!e)return t;for(var n,r,i,o=Object.keys(e),a=0;a<o.length;a++)r=t[n=o[a]],i=e[n],b(t,n)?l(r)&&l(i)&&jt(r,i):At(t,n,i);return t}function Tt(t,e,n){return n?function(){var r="function"==typeof e?e.call(n,n):e,i="function"==typeof t?t.call(n,n):t;return r?jt(r,i):i}:e?t?function(){return jt("function"==typeof e?e.call(this,this):e,"function"==typeof t?t.call(this,this):t)}:e:t}function Lt(t,e){return e?t?t.concat(e):Array.isArray(e)?e:[e]:t}function Pt(t,e,n,r){var i=Object.create(t||null);return e?O(i,e):i}Et.data=function(t,e,n){return n?Tt(t,e,n):e&&"function"!=typeof e?t:Tt(t,e)},W.forEach(function(t){Et[t]=Lt}),N.forEach(function(t){Et[t+"s"]=Pt}),Et.watch=function(t,e,n,r){if(t===Q&&(t=void 0),e===Q&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var i={};for(var o in O(i,t),e){var a=i[o],s=e[o];a&&!Array.isArray(a)&&(a=[a]),i[o]=a?a.concat(s):Array.isArray(s)?s:[s]}return i},Et.props=Et.methods=Et.inject=Et.computed=function(t,e,n,r){if(!t)return e;var i=Object.create(null);return O(i,t),e&&O(i,e),i},Et.provide=Tt;var It=function(t,e){return void 0===e?t:e};function Mt(t,e,n){"function"==typeof e&&(e=e.options),function(t,e){var n=t.props;if(n){var r,i,o={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(i=n[r])&&(o[w(i)]={type:null});else if(l(n))for(var a in n)i=n[a],o[w(a)]=l(i)?i:{type:i};t.props=o}}(e),function(t,e){var n=t.inject;if(n){var r=t.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(l(n))for(var o in n){var a=n[o];r[o]=l(a)?O({from:o},a):{from:a}}}}(e),function(t){var e=t.directives;if(e)for(var n in e){var r=e[n];"function"==typeof r&&(e[n]={bind:r,update:r})}}(e);var r=e.extends;if(r&&(t=Mt(t,r,n)),e.mixins)for(var i=0,o=e.mixins.length;i<o;i++)t=Mt(t,e.mixins[i],n);var a,s={};for(a in t)c(a);for(a in e)b(t,a)||c(a);function c(r){var i=Et[r]||It;s[r]=i(t[r],e[r],n,r)}return s}function Rt(t,e,n,r){if("string"==typeof n){var i=t[e];if(b(i,n))return i[n];var o=w(n);if(b(i,o))return i[o];var a=x(o);return b(i,a)?i[a]:i[n]||i[o]||i[a]}}function Nt(t,e,n,r){var i=e[t],o=!b(n,t),a=n[t],s=Ut(Boolean,i.type);if(s>-1)if(o&&!b(i,"default"))a=!1;else if(""===a||a===S(t)){var c=Ut(String,i.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=function(t,e,n){if(!b(e,"default"))return;var r=e.default;0;if(t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n])return t._props[n];return"function"==typeof r&&"Function"!==Wt(e.type)?r.call(t):r}(r,i,t);var u=_t;kt(!0),St(a),kt(u)}return a}function Wt(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e?e[1]:""}function Dt(t,e){return Wt(t)===Wt(e)}function Ut(t,e){if(!Array.isArray(e))return Dt(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Dt(e[n],t))return n;return-1}function Ft(t,e,n){if(e)for(var r=e;r=r.$parent;){var i=r.$options.errorCaptured;if(i)for(var o=0;o<i.length;o++)try{if(!1===i[o].call(r,t,e,n))return}catch(t){zt(t,r,"errorCaptured hook")}}zt(t,e,n)}function zt(t,e,n){if(D.errorHandler)try{return D.errorHandler.call(null,t,e,n)}catch(t){Bt(t,null,"config.errorHandler")}Bt(t,e,n)}function Bt(t,e,n){if(!H&&!q||"undefined"==typeof console)throw t;console.error(t)}var Ht,qt,Vt=[],Gt=!1;function Kt(){Gt=!1;var t=Vt.slice(0);Vt.length=0;for(var e=0;e<t.length;e++)t[e]()}var Jt=!1;if("undefined"!=typeof setImmediate&&rt(setImmediate))qt=function(){setImmediate(Kt)};else if("undefined"==typeof MessageChannel||!rt(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())qt=function(){setTimeout(Kt,0)};else{var Xt=new MessageChannel,Yt=Xt.port2;Xt.port1.onmessage=Kt,qt=function(){Yt.postMessage(1)}}if("undefined"!=typeof Promise&&rt(Promise)){var Qt=Promise.resolve();Ht=function(){Qt.then(Kt),Y&&setTimeout(j)}}else Ht=qt;function Zt(t,e){var n;if(Vt.push(function(){if(t)try{t.call(e)}catch(t){Ft(t,e,"nextTick")}else n&&n(e)}),Gt||(Gt=!0,Jt?qt():Ht()),!t&&"undefined"!=typeof Promise)return new Promise(function(t){n=t})}var te=new it;function ee(t){!function t(e,n){var r,i;var o=Array.isArray(e);if(!o&&!c(e)||Object.isFrozen(e)||e instanceof pt)return;if(e.__ob__){var a=e.__ob__.dep.id;if(n.has(a))return;n.add(a)}if(o)for(r=e.length;r--;)t(e[r],n);else for(i=Object.keys(e),r=i.length;r--;)t(e[i[r]],n)}(t,te),te.clear()}var ne,re=_(function(t){var e="&"===t.charAt(0),n="~"===(t=e?t.slice(1):t).charAt(0),r="!"===(t=n?t.slice(1):t).charAt(0);return{name:t=r?t.slice(1):t,once:n,capture:r,passive:e}});function ie(t){function e(){var t=arguments,n=e.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),i=0;i<r.length;i++)r[i].apply(null,t)}return e.fns=t,e}function oe(t,e,n,r,o){var a,s,c,u;for(a in t)s=t[a],c=e[a],u=re(a),i(s)||(i(c)?(i(s.fns)&&(s=t[a]=ie(s)),n(u.name,s,u.once,u.capture,u.passive,u.params)):s!==c&&(c.fns=s,t[a]=c));for(a in e)i(t[a])&&r((u=re(a)).name,e[a],u.capture)}function ae(t,e,n){var r;t instanceof pt&&(t=t.data.hook||(t.data.hook={}));var s=t[e];function c(){n.apply(this,arguments),g(r.fns,c)}i(s)?r=ie([c]):o(s.fns)&&a(s.merged)?(r=s).fns.push(c):r=ie([s,c]),r.merged=!0,t[e]=r}function se(t,e,n,r,i){if(o(e)){if(b(e,n))return t[n]=e[n],i||delete e[n],!0;if(b(e,r))return t[n]=e[r],i||delete e[r],!0}return!1}function ce(t){return s(t)?[vt(t)]:Array.isArray(t)?function t(e,n){var r=[];var c,u,l,f;for(c=0;c<e.length;c++)i(u=e[c])||"boolean"==typeof u||(l=r.length-1,f=r[l],Array.isArray(u)?u.length>0&&(ue((u=t(u,(n||"")+"_"+c))[0])&&ue(f)&&(r[l]=vt(f.text+u[0].text),u.shift()),r.push.apply(r,u)):s(u)?ue(f)?r[l]=vt(f.text+u):""!==u&&r.push(vt(u)):ue(u)&&ue(f)?r[l]=vt(f.text+u.text):(a(e._isVList)&&o(u.tag)&&i(u.key)&&o(n)&&(u.key="__vlist"+n+"_"+c+"__"),r.push(u)));return r}(t):void 0}function ue(t){return o(t)&&o(t.text)&&!1===t.isComment}function le(t,e){return(t.__esModule||ot&&"Module"===t[Symbol.toStringTag])&&(t=t.default),c(t)?e.extend(t):t}function fe(t){return t.isComment&&t.asyncFactory}function pe(t){if(Array.isArray(t))for(var e=0;e<t.length;e++){var n=t[e];if(o(n)&&(o(n.componentOptions)||fe(n)))return n}}function he(t,e,n){n?ne.$once(t,e):ne.$on(t,e)}function de(t,e){ne.$off(t,e)}function ve(t,e,n){ne=t,oe(e,n||{},he,de),ne=void 0}function me(t,e){var n={};if(!t)return n;for(var r=0,i=t.length;r<i;r++){var o=t[r],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==e&&o.fnContext!==e||!a||null==a.slot)(n.default||(n.default=[])).push(o);else{var s=a.slot,c=n[s]||(n[s]=[]);"template"===o.tag?c.push.apply(c,o.children||[]):c.push(o)}}for(var u in n)n[u].every(ge)&&delete n[u];return n}function ge(t){return t.isComment&&!t.asyncFactory||" "===t.text}function ye(t,e){e=e||{};for(var n=0;n<t.length;n++)Array.isArray(t[n])?ye(t[n],e):e[t[n].key]=t[n].fn;return e}var be=null;function _e(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function ke(t,e){if(e){if(t._directInactive=!1,_e(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)ke(t.$children[n]);we(t,"activated")}}function we(t,e){lt();var n=t.$options[e];if(n)for(var r=0,i=n.length;r<i;r++)try{n[r].call(t)}catch(n){Ft(n,t,e+" hook")}t._hasHookEvent&&t.$emit("hook:"+e),ft()}var xe=[],Ce=[],Se={},$e=!1,Ae=!1,Oe=0;function Ee(){var t,e;for(Ae=!0,xe.sort(function(t,e){return t.id-e.id}),Oe=0;Oe<xe.length;Oe++)e=(t=xe[Oe]).id,Se[e]=null,t.run();var n=Ce.slice(),r=xe.slice();Oe=xe.length=Ce.length=0,Se={},$e=Ae=!1,function(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,ke(t[e],!0)}(n),function(t){var e=t.length;for(;e--;){var n=t[e],r=n.vm;r._watcher===n&&r._isMounted&&we(r,"updated")}}(r),nt&&D.devtools&&nt.emit("flush")}var je=0,Te=function(t,e,n,r,i){this.vm=t,i&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++je,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new it,this.newDepIds=new it,this.expression="","function"==typeof e?this.getter=e:(this.getter=function(t){if(!F.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}(e),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};Te.prototype.get=function(){var t;lt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(t){if(!this.user)throw t;Ft(t,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&ee(t),ft(),this.cleanupDeps()}return t},Te.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},Te.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},Te.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(t){var e=t.id;if(null==Se[e]){if(Se[e]=!0,Ae){for(var n=xe.length-1;n>Oe&&xe[n].id>t.id;)n--;xe.splice(n+1,0,t)}else xe.push(t);$e||($e=!0,Zt(Ee))}}(this)},Te.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||c(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){Ft(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},Te.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Te.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},Te.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||g(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var Le={enumerable:!0,configurable:!0,get:j,set:j};function Pe(t,e,n){Le.get=function(){return this[e][n]},Le.set=function(t){this[e][n]=t},Object.defineProperty(t,n,Le)}function Ie(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},i=t.$options._propKeys=[];t.$parent&&kt(!1);var o=function(o){i.push(o);var a=Nt(o,e,n,t);$t(r,o,a),o in t||Pe(t,"_props",o)};for(var a in e)o(a);kt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]=null==e[n]?j:$(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;l(e=t._data="function"==typeof e?function(t,e){lt();try{return t.call(e,e)}catch(t){return Ft(t,e,"data()"),{}}finally{ft()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,i=(t.$options.methods,n.length);for(;i--;){var o=n[i];0,r&&b(r,o)||(a=void 0,36!==(a=(o+"").charCodeAt(0))&&95!==a&&Pe(t,"_data",o))}var a;St(e,!0)}(t):St(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=et();for(var i in e){var o=e[i],a="function"==typeof o?o:o.get;0,r||(n[i]=new Te(t,a||j,j,Me)),i in t||Re(t,i,o)}}(t,e.computed),e.watch&&e.watch!==Q&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)We(t,n,r[i]);else We(t,n,r)}}(t,e.watch)}var Me={lazy:!0};function Re(t,e,n){var r=!et();"function"==typeof n?(Le.get=r?Ne(e):n,Le.set=j):(Le.get=n.get?r&&!1!==n.cache?Ne(e):n.get:j,Le.set=n.set?n.set:j),Object.defineProperty(t,e,Le)}function Ne(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),ct.target&&e.depend(),e.value}}function We(t,e,n,r){return l(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}function De(t,e){if(t){for(var n=Object.create(null),r=ot?Reflect.ownKeys(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}):Object.keys(t),i=0;i<r.length;i++){for(var o=r[i],a=t[o].from,s=e;s;){if(s._provided&&b(s._provided,a)){n[o]=s._provided[a];break}s=s.$parent}if(!s)if("default"in t[o]){var c=t[o].default;n[o]="function"==typeof c?c.call(e):c}else 0}return n}}function Ue(t,e){var n,r,i,a,s;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,i=t.length;r<i;r++)n[r]=e(t[r],r);else if("number"==typeof t)for(n=new Array(t),r=0;r<t;r++)n[r]=e(r+1,r);else if(c(t))for(a=Object.keys(t),n=new Array(a.length),r=0,i=a.length;r<i;r++)s=a[r],n[r]=e(t[s],s,r);return o(n)&&(n._isVList=!0),n}function Fe(t,e,n,r){var i,o=this.$scopedSlots[t];if(o)n=n||{},r&&(n=O(O({},r),n)),i=o(n)||e;else{var a=this.$slots[t];a&&(a._rendered=!0),i=a||e}var s=n&&n.slot;return s?this.$createElement("template",{slot:s},i):i}function ze(t){return Rt(this.$options,"filters",t)||L}function Be(t,e){return Array.isArray(t)?-1===t.indexOf(e):t!==e}function He(t,e,n,r,i){var o=D.keyCodes[e]||n;return i&&r&&!D.keyCodes[e]?Be(i,r):o?Be(o,t):r?S(r)!==e:void 0}function qe(t,e,n,r,i){if(n)if(c(n)){var o;Array.isArray(n)&&(n=E(n));var a=function(a){if("class"===a||"style"===a||m(a))o=t;else{var s=t.attrs&&t.attrs.type;o=r||D.mustUseProp(e,s,a)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}a in o||(o[a]=n[a],i&&((t.on||(t.on={}))["update:"+a]=function(t){n[a]=t}))};for(var s in n)a(s)}else;return t}function Ve(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e?r:(Ke(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,null,this),"__static__"+t,!1),r)}function Ge(t,e,n){return Ke(t,"__once__"+e+(n?"_"+n:""),!0),t}function Ke(t,e,n){if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&Je(t[r],e+"_"+r,n);else Je(t,e,n)}function Je(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function Xe(t,e){if(e)if(l(e)){var n=t.on=t.on?O({},t.on):{};for(var r in e){var i=n[r],o=e[r];n[r]=i?[].concat(i,o):o}}else;return t}function Ye(t){t._o=Ge,t._n=d,t._s=h,t._l=Ue,t._t=Fe,t._q=P,t._i=I,t._m=Ve,t._f=ze,t._k=He,t._b=qe,t._v=vt,t._e=dt,t._u=ye,t._g=Xe}function Qe(t,e,n,i,o){var s,c=o.options;b(i,"_uid")?(s=Object.create(i))._original=i:(s=i,i=i._original);var u=a(c._compiled),l=!u;this.data=t,this.props=e,this.children=n,this.parent=i,this.listeners=t.on||r,this.injections=De(c.inject,i),this.slots=function(){return me(n,i)},u&&(this.$options=c,this.$slots=this.slots(),this.$scopedSlots=t.scopedSlots||r),c._scopeId?this._c=function(t,e,n,r){var o=sn(s,t,e,n,r,l);return o&&!Array.isArray(o)&&(o.fnScopeId=c._scopeId,o.fnContext=i),o}:this._c=function(t,e,n,r){return sn(s,t,e,n,r,l)}}function Ze(t,e,n,r){var i=mt(t);return i.fnContext=n,i.fnOptions=r,e.slot&&((i.data||(i.data={})).slot=e.slot),i}function tn(t,e){for(var n in e)t[w(n)]=e[n]}Ye(Qe.prototype);var en={init:function(t,e,n,r){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var i=t;en.prepatch(i,i)}else{(t.componentInstance=function(t,e,n,r){var i={_isComponent:!0,parent:e,_parentVnode:t,_parentElm:n||null,_refElm:r||null},a=t.data.inlineTemplate;o(a)&&(i.render=a.render,i.staticRenderFns=a.staticRenderFns);return new t.componentOptions.Ctor(i)}(t,be,n,r)).$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions;!function(t,e,n,i,o){var a=!!(o||t.$options._renderChildren||i.data.scopedSlots||t.$scopedSlots!==r);if(t.$options._parentVnode=i,t.$vnode=i,t._vnode&&(t._vnode.parent=i),t.$options._renderChildren=o,t.$attrs=i.data.attrs||r,t.$listeners=n||r,e&&t.$options.props){kt(!1);for(var s=t._props,c=t.$options._propKeys||[],u=0;u<c.length;u++){var l=c[u],f=t.$options.props;s[l]=Nt(l,f,e,t)}kt(!0),t.$options.propsData=e}n=n||r;var p=t.$options._parentListeners;t.$options._parentListeners=n,ve(t,n,p),a&&(t.$slots=me(o,i.context),t.$forceUpdate())}(e.componentInstance=t.componentInstance,n.propsData,n.listeners,e,n.children)},insert:function(t){var e,n=t.context,r=t.componentInstance;r._isMounted||(r._isMounted=!0,we(r,"mounted")),t.data.keepAlive&&(n._isMounted?((e=r)._inactive=!1,Ce.push(e)):ke(r,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?function t(e,n){if(!(n&&(e._directInactive=!0,_e(e))||e._inactive)){e._inactive=!0;for(var r=0;r<e.$children.length;r++)t(e.$children[r]);we(e,"deactivated")}}(e,!0):e.$destroy())}},nn=Object.keys(en);function rn(t,e,n,s,u){if(!i(t)){var l=n.$options._base;if(c(t)&&(t=l.extend(t)),"function"==typeof t){var f;if(i(t.cid)&&void 0===(t=function(t,e,n){if(a(t.error)&&o(t.errorComp))return t.errorComp;if(o(t.resolved))return t.resolved;if(a(t.loading)&&o(t.loadingComp))return t.loadingComp;if(!o(t.contexts)){var r=t.contexts=[n],s=!0,u=function(){for(var t=0,e=r.length;t<e;t++)r[t].$forceUpdate()},l=M(function(n){t.resolved=le(n,e),s||u()}),f=M(function(e){o(t.errorComp)&&(t.error=!0,u())}),p=t(l,f);return c(p)&&("function"==typeof p.then?i(t.resolved)&&p.then(l,f):o(p.component)&&"function"==typeof p.component.then&&(p.component.then(l,f),o(p.error)&&(t.errorComp=le(p.error,e)),o(p.loading)&&(t.loadingComp=le(p.loading,e),0===p.delay?t.loading=!0:setTimeout(function(){i(t.resolved)&&i(t.error)&&(t.loading=!0,u())},p.delay||200)),o(p.timeout)&&setTimeout(function(){i(t.resolved)&&f(null)},p.timeout))),s=!1,t.loading?t.loadingComp:t.resolved}t.contexts.push(n)}(f=t,l,n)))return function(t,e,n,r,i){var o=dt();return o.asyncFactory=t,o.asyncMeta={data:e,context:n,children:r,tag:i},o}(f,e,n,s,u);e=e||{},un(t),o(e.model)&&function(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.props||(e.props={}))[n]=e.model.value;var i=e.on||(e.on={});o(i[r])?i[r]=[e.model.callback].concat(i[r]):i[r]=e.model.callback}(t.options,e);var p=function(t,e,n){var r=e.options.props;if(!i(r)){var a={},s=t.attrs,c=t.props;if(o(s)||o(c))for(var u in r){var l=S(u);se(a,c,u,l,!0)||se(a,s,u,l,!1)}return a}}(e,t);if(a(t.options.functional))return function(t,e,n,i,a){var s=t.options,c={},u=s.props;if(o(u))for(var l in u)c[l]=Nt(l,u,e||r);else o(n.attrs)&&tn(c,n.attrs),o(n.props)&&tn(c,n.props);var f=new Qe(n,c,a,i,t),p=s.render.call(null,f._c,f);if(p instanceof pt)return Ze(p,n,f.parent,s);if(Array.isArray(p)){for(var h=ce(p)||[],d=new Array(h.length),v=0;v<h.length;v++)d[v]=Ze(h[v],n,f.parent,s);return d}}(t,p,e,n,s);var h=e.on;if(e.on=e.nativeOn,a(t.options.abstract)){var d=e.slot;e={},d&&(e.slot=d)}!function(t){for(var e=t.hook||(t.hook={}),n=0;n<nn.length;n++){var r=nn[n];e[r]=en[r]}}(e);var v=t.options.name||u;return new pt("vue-component-"+t.cid+(v?"-"+v:""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:p,listeners:h,tag:u,children:s},f)}}}var on=1,an=2;function sn(t,e,n,r,u,l){return(Array.isArray(n)||s(n))&&(u=r,r=n,n=void 0),a(l)&&(u=an),function(t,e,n,r,s){if(o(n)&&o(n.__ob__))return dt();o(n)&&o(n.is)&&(e=n.is);if(!e)return dt();0;Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);s===an?r=ce(r):s===on&&(r=function(t){for(var e=0;e<t.length;e++)if(Array.isArray(t[e]))return Array.prototype.concat.apply([],t);return t}(r));var u,l;if("string"==typeof e){var f;l=t.$vnode&&t.$vnode.ns||D.getTagNamespace(e),u=D.isReservedTag(e)?new pt(D.parsePlatformTagName(e),n,r,void 0,void 0,t):o(f=Rt(t.$options,"components",e))?rn(f,n,t,r,e):new pt(e,n,r,void 0,void 0,t)}else u=rn(e,n,t,r);return Array.isArray(u)?u:o(u)?(o(l)&&function t(e,n,r){e.ns=n;"foreignObject"===e.tag&&(n=void 0,r=!0);if(o(e.children))for(var s=0,c=e.children.length;s<c;s++){var u=e.children[s];o(u.tag)&&(i(u.ns)||a(r)&&"svg"!==u.tag)&&t(u,n,r)}}(u,l),o(n)&&function(t){c(t.style)&&ee(t.style);c(t.class)&&ee(t.class)}(n),u):dt()}(t,e,n,r,u)}var cn=0;function un(t){var e=t.options;if(t.super){var n=un(t.super);if(n!==t.superOptions){t.superOptions=n;var r=function(t){var e,n=t.options,r=t.extendOptions,i=t.sealedOptions;for(var o in n)n[o]!==i[o]&&(e||(e={}),e[o]=ln(n[o],r[o],i[o]));return e}(t);r&&O(t.extendOptions,r),(e=t.options=Mt(n,t.extendOptions)).name&&(e.components[e.name]=t)}}return e}function ln(t,e,n){if(Array.isArray(t)){var r=[];n=Array.isArray(n)?n:[n],e=Array.isArray(e)?e:[e];for(var i=0;i<t.length;i++)(e.indexOf(t[i])>=0||n.indexOf(t[i])<0)&&r.push(t[i]);return r}return t}function fn(t){this._init(t)}function pn(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,i=t._Ctor||(t._Ctor={});if(i[r])return i[r];var o=t.name||n.options.name;var a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Mt(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)Pe(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)Re(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,N.forEach(function(t){a[t]=n[t]}),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=O({},a.options),i[r]=a,a}}function hn(t){return t&&(t.Ctor.options.name||t.tag)}function dn(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!f(t)&&t.test(e)}function vn(t,e){var n=t.cache,r=t.keys,i=t._vnode;for(var o in n){var a=n[o];if(a){var s=hn(a.componentOptions);s&&!e(s)&&mn(n,o,r,i)}}}function mn(t,e,n,r){var i=t[e];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),t[e]=null,g(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=cn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r,n._parentElm=e._parentElm,n._refElm=e._refElm;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Mt(un(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&ve(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,i=n&&n.context;t.$slots=me(e._renderChildren,i),t.$scopedSlots=r,t._c=function(e,n,r,i){return sn(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return sn(t,e,n,r,i,!0)};var o=n&&n.data;$t(t,"$attrs",o&&o.attrs||r,null,!0),$t(t,"$listeners",e._parentListeners||r,null,!0)}(e),we(e,"beforeCreate"),function(t){var e=De(t.$options.inject,t);e&&(kt(!1),Object.keys(e).forEach(function(n){$t(t,n,e[n])}),kt(!0))}(e),Ie(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),we(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(fn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=At,t.prototype.$delete=Ot,t.prototype.$watch=function(t,e,n){if(l(e))return We(this,t,e,n);(n=n||{}).user=!0;var r=new Te(this,t,e,n);return n.immediate&&e.call(this,r.value),function(){r.teardown()}}}(fn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){if(Array.isArray(t))for(var r=0,i=t.length;r<i;r++)this.$on(t[r],n);else(this._events[t]||(this._events[t]=[])).push(n),e.test(t)&&(this._hasHookEvent=!0);return this},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(t)){for(var r=0,i=t.length;r<i;r++)this.$off(t[r],e);return n}var o=n._events[t];if(!o)return n;if(!e)return n._events[t]=null,n;if(e)for(var a,s=o.length;s--;)if((a=o[s])===e||a.fn===e){o.splice(s,1);break}return n},t.prototype.$emit=function(t){var e=this._events[t];if(e){e=e.length>1?A(e):e;for(var n=A(arguments,1),r=0,i=e.length;r<i;r++)try{e[r].apply(this,n)}catch(e){Ft(e,this,'event handler for "'+t+'"')}}return this}}(fn),function(t){t.prototype._update=function(t,e){var n=this;n._isMounted&&we(n,"beforeUpdate");var r=n.$el,i=n._vnode,o=be;be=n,n._vnode=t,i?n.$el=n.__patch__(i,t):(n.$el=n.__patch__(n.$el,t,e,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),be=o,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},t.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){we(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||g(e.$children,t),t._watcher&&t._watcher.teardown();for(var n=t._watchers.length;n--;)t._watchers[n].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),we(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}(fn),function(t){Ye(t.prototype),t.prototype.$nextTick=function(t){return Zt(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,i=n.render,o=n._parentVnode;o&&(e.$scopedSlots=o.data.scopedSlots||r),e.$vnode=o;try{t=i.call(e._renderProxy,e.$createElement)}catch(n){Ft(n,e,"render"),t=e._vnode}return t instanceof pt||(t=dt()),t.parent=o,t}}(fn);var gn=[String,RegExp,Array],yn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:gn,exclude:gn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)mn(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",function(e){vn(t,function(t){return dn(e,t)})}),this.$watch("exclude",function(e){vn(t,function(t){return!dn(e,t)})})},render:function(){var t=this.$slots.default,e=pe(t),n=e&&e.componentOptions;if(n){var r=hn(n),i=this.include,o=this.exclude;if(i&&(!r||!dn(i,r))||o&&r&&dn(o,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,g(s,c),s.push(c)):(a[c]=e,s.push(c),this.max&&s.length>parseInt(this.max)&&mn(a,s[0],s,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return D}};Object.defineProperty(t,"config",e),t.util={warn:at,extend:O,mergeOptions:Mt,defineReactive:$t},t.set=At,t.delete=Ot,t.nextTick=Zt,t.options=Object.create(null),N.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,O(t.options.components,yn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=A(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Mt(this.options,t),this}}(t),pn(t),function(t){N.forEach(function(e){t[e]=function(t,n){return n?("component"===e&&l(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}})}(t)}(fn),Object.defineProperty(fn.prototype,"$isServer",{get:et}),Object.defineProperty(fn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(fn,"FunctionalRenderContext",{value:Qe}),fn.version="2.5.17";var bn=v("style,class"),_n=v("input,textarea,option,select,progress"),kn=v("contenteditable,draggable,spellcheck"),wn=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),xn="http://www.w3.org/1999/xlink",Cn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Sn=function(t){return Cn(t)?t.slice(6,t.length):""},$n=function(t){return null==t||!1===t};function An(t){for(var e=t.data,n=t,r=t;o(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=On(r.data,e));for(;o(n=n.parent);)n&&n.data&&(e=On(e,n.data));return function(t,e){if(o(t)||o(e))return En(t,jn(e));return""}(e.staticClass,e.class)}function On(t,e){return{staticClass:En(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function En(t,e){return t?e?t+" "+e:t:e||""}function jn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,i=t.length;r<i;r++)o(e=jn(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}(t):c(t)?function(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}(t):"string"==typeof t?t:""}var Tn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Ln=v("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Pn=v("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),In=function(t){return Ln(t)||Pn(t)};var Mn=Object.create(null);var Rn=v("text,number,password,search,email,tel,url");var Nn=Object.freeze({createElement:function(t,e){var n=document.createElement(t);return"select"!==t?n:(e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(t,e){return document.createElementNS(Tn[t],e)},createTextNode:function(t){return document.createTextNode(t)},createComment:function(t){return document.createComment(t)},insertBefore:function(t,e,n){t.insertBefore(e,n)},removeChild:function(t,e){t.removeChild(e)},appendChild:function(t,e){t.appendChild(e)},parentNode:function(t){return t.parentNode},nextSibling:function(t){return t.nextSibling},tagName:function(t){return t.tagName},setTextContent:function(t,e){t.textContent=e},setStyleScope:function(t,e){t.setAttribute(e,"")}}),Wn={create:function(t,e){Dn(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Dn(t,!0),Dn(e))},destroy:function(t){Dn(t,!0)}};function Dn(t,e){var n=t.data.ref;if(o(n)){var r=t.context,i=t.componentInstance||t.elm,a=r.$refs;e?Array.isArray(a[n])?g(a[n],i):a[n]===i&&(a[n]=void 0):t.data.refInFor?Array.isArray(a[n])?a[n].indexOf(i)<0&&a[n].push(i):a[n]=[i]:a[n]=i}}var Un=new pt("",{},[]),Fn=["create","activate","update","remove","destroy"];function zn(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.isComment&&o(t.data)===o(e.data)&&function(t,e){if("input"!==t.tag)return!0;var n,r=o(n=t.data)&&o(n=n.attrs)&&n.type,i=o(n=e.data)&&o(n=n.attrs)&&n.type;return r===i||Rn(r)&&Rn(i)}(t,e)||a(t.isAsyncPlaceholder)&&t.asyncFactory===e.asyncFactory&&i(e.asyncFactory.error))}function Bn(t,e,n){var r,i,a={};for(r=e;r<=n;++r)o(i=t[r].key)&&(a[i]=r);return a}var Hn={create:qn,update:qn,destroy:function(t){qn(t,Un)}};function qn(t,e){(t.data.directives||e.data.directives)&&function(t,e){var n,r,i,o=t===Un,a=e===Un,s=Gn(t.data.directives,t.context),c=Gn(e.data.directives,e.context),u=[],l=[];for(n in c)r=s[n],i=c[n],r?(i.oldValue=r.value,Jn(i,"update",e,t),i.def&&i.def.componentUpdated&&l.push(i)):(Jn(i,"bind",e,t),i.def&&i.def.inserted&&u.push(i));if(u.length){var f=function(){for(var n=0;n<u.length;n++)Jn(u[n],"inserted",e,t)};o?ae(e,"insert",f):f()}l.length&&ae(e,"postpatch",function(){for(var n=0;n<l.length;n++)Jn(l[n],"componentUpdated",e,t)});if(!o)for(n in s)c[n]||Jn(s[n],"unbind",t,t,a)}(t,e)}var Vn=Object.create(null);function Gn(t,e){var n,r,i=Object.create(null);if(!t)return i;for(n=0;n<t.length;n++)(r=t[n]).modifiers||(r.modifiers=Vn),i[Kn(r)]=r,r.def=Rt(e.$options,"directives",r.name);return i}function Kn(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function Jn(t,e,n,r,i){var o=t.def&&t.def[e];if(o)try{o(n.elm,t,n,r,i)}catch(r){Ft(r,n.context,"directive "+t.name+" "+e+" hook")}}var Xn=[Wn,Hn];function Yn(t,e){var n=e.componentOptions;if(!(o(n)&&!1===n.Ctor.options.inheritAttrs||i(t.data.attrs)&&i(e.data.attrs))){var r,a,s=e.elm,c=t.data.attrs||{},u=e.data.attrs||{};for(r in o(u.__ob__)&&(u=e.data.attrs=O({},u)),u)a=u[r],c[r]!==a&&Qn(s,r,a);for(r in(K||X)&&u.value!==c.value&&Qn(s,"value",u.value),c)i(u[r])&&(Cn(r)?s.removeAttributeNS(xn,Sn(r)):kn(r)||s.removeAttribute(r))}}function Qn(t,e,n){t.tagName.indexOf("-")>-1?Zn(t,e,n):wn(e)?$n(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):kn(e)?t.setAttribute(e,$n(n)||"false"===n?"false":"true"):Cn(e)?$n(n)?t.removeAttributeNS(xn,Sn(e)):t.setAttributeNS(xn,e,n):Zn(t,e,n)}function Zn(t,e,n){if($n(n))t.removeAttribute(e);else{if(K&&!J&&"TEXTAREA"===t.tagName&&"placeholder"===e&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var tr={create:Yn,update:Yn};function er(t,e){var n=e.elm,r=e.data,a=t.data;if(!(i(r.staticClass)&&i(r.class)&&(i(a)||i(a.staticClass)&&i(a.class)))){var s=An(e),c=n._transitionClasses;o(c)&&(s=En(s,jn(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var nr,rr={create:er,update:er},ir="__r",or="__c";function ar(t,e,n,r,i){var o;e=(o=e)._withTask||(o._withTask=function(){Jt=!0;var t=o.apply(null,arguments);return Jt=!1,t}),n&&(e=function(t,e,n){var r=nr;return function i(){null!==t.apply(null,arguments)&&sr(e,i,n,r)}}(e,t,r)),nr.addEventListener(t,e,Z?{capture:r,passive:i}:r)}function sr(t,e,n,r){(r||nr).removeEventListener(t,e._withTask||e,n)}function cr(t,e){if(!i(t.data.on)||!i(e.data.on)){var n=e.data.on||{},r=t.data.on||{};nr=e.elm,function(t){if(o(t[ir])){var e=K?"change":"input";t[e]=[].concat(t[ir],t[e]||[]),delete t[ir]}o(t[or])&&(t.change=[].concat(t[or],t.change||[]),delete t[or])}(n),oe(n,r,ar,sr,e.context),nr=void 0}}var ur={create:cr,update:cr};function lr(t,e){if(!i(t.data.domProps)||!i(e.data.domProps)){var n,r,a=e.elm,s=t.data.domProps||{},c=e.data.domProps||{};for(n in o(c.__ob__)&&(c=e.data.domProps=O({},c)),s)i(c[n])&&(a[n]="");for(n in c){if(r=c[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n){a._value=r;var u=i(r)?"":String(r);fr(a,u)&&(a.value=u)}else a[n]=r}}}function fr(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.lazy)return!1;if(r.number)return d(n)!==d(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var pr={create:lr,update:lr},hr=_(function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach(function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e});function dr(t){var e=vr(t.style);return t.staticStyle?O(t.staticStyle,e):e}function vr(t){return Array.isArray(t)?E(t):"string"==typeof t?hr(t):t}var mr,gr=/^--/,yr=/\s*!important$/,br=function(t,e,n){if(gr.test(e))t.style.setProperty(e,n);else if(yr.test(n))t.style.setProperty(e,n.replace(yr,""),"important");else{var r=kr(e);if(Array.isArray(n))for(var i=0,o=n.length;i<o;i++)t.style[r]=n[i];else t.style[r]=n}},_r=["Webkit","Moz","ms"],kr=_(function(t){if(mr=mr||document.createElement("div").style,"filter"!==(t=w(t))&&t in mr)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<_r.length;n++){var r=_r[n]+e;if(r in mr)return r}});function wr(t,e){var n=e.data,r=t.data;if(!(i(n.staticStyle)&&i(n.style)&&i(r.staticStyle)&&i(r.style))){var a,s,c=e.elm,u=r.staticStyle,l=r.normalizedStyle||r.style||{},f=u||l,p=vr(e.data.style)||{};e.data.normalizedStyle=o(p.__ob__)?O({},p):p;var h=function(t,e){var n,r={};if(e)for(var i=t;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=dr(i.data))&&O(r,n);(n=dr(t.data))&&O(r,n);for(var o=t;o=o.parent;)o.data&&(n=dr(o.data))&&O(r,n);return r}(e,!0);for(s in f)i(h[s])&&br(c,s,"");for(s in h)(a=h[s])!==f[s]&&br(c,s,null==a?"":a)}}var xr={create:wr,update:wr};function Cr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(/\s+/).forEach(function(e){return t.classList.add(e)}):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Sr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(/\s+/).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function $r(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&O(e,Ar(t.name||"v")),O(e,t),e}return"string"==typeof t?Ar(t):void 0}}var Ar=_(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),Or=H&&!J,Er="transition",jr="animation",Tr="transition",Lr="transitionend",Pr="animation",Ir="animationend";Or&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Tr="WebkitTransition",Lr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Pr="WebkitAnimation",Ir="webkitAnimationEnd"));var Mr=H?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Rr(t){Mr(function(){Mr(t)})}function Nr(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Cr(t,e))}function Wr(t,e){t._transitionClasses&&g(t._transitionClasses,e),Sr(t,e)}function Dr(t,e,n){var r=Fr(t,e),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===Er?Lr:Ir,c=0,u=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++c>=a&&u()};setTimeout(function(){c<a&&u()},o+1),t.addEventListener(s,l)}var Ur=/\b(transform|all)(,|$)/;function Fr(t,e){var n,r=window.getComputedStyle(t),i=r[Tr+"Delay"].split(", "),o=r[Tr+"Duration"].split(", "),a=zr(i,o),s=r[Pr+"Delay"].split(", "),c=r[Pr+"Duration"].split(", "),u=zr(s,c),l=0,f=0;return e===Er?a>0&&(n=Er,l=a,f=o.length):e===jr?u>0&&(n=jr,l=u,f=c.length):f=(n=(l=Math.max(a,u))>0?a>u?Er:jr:null)?n===Er?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===Er&&Ur.test(r[Tr+"Property"])}}function zr(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map(function(e,n){return Br(e)+Br(t[n])}))}function Br(t){return 1e3*Number(t.slice(0,-1))}function Hr(t,e){var n=t.elm;o(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=$r(t.data.transition);if(!i(r)&&!o(n._enterCb)&&1===n.nodeType){for(var a=r.css,s=r.type,u=r.enterClass,l=r.enterToClass,f=r.enterActiveClass,p=r.appearClass,h=r.appearToClass,v=r.appearActiveClass,m=r.beforeEnter,g=r.enter,y=r.afterEnter,b=r.enterCancelled,_=r.beforeAppear,k=r.appear,w=r.afterAppear,x=r.appearCancelled,C=r.duration,S=be,$=be.$vnode;$&&$.parent;)S=($=$.parent).context;var A=!S._isMounted||!t.isRootInsert;if(!A||k||""===k){var O=A&&p?p:u,E=A&&v?v:f,j=A&&h?h:l,T=A&&_||m,L=A&&"function"==typeof k?k:g,P=A&&w||y,I=A&&x||b,R=d(c(C)?C.enter:C);0;var N=!1!==a&&!J,W=Gr(L),D=n._enterCb=M(function(){N&&(Wr(n,j),Wr(n,E)),D.cancelled?(N&&Wr(n,O),I&&I(n)):P&&P(n),n._enterCb=null});t.data.show||ae(t,"insert",function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),L&&L(n,D)}),T&&T(n),N&&(Nr(n,O),Nr(n,E),Rr(function(){Wr(n,O),D.cancelled||(Nr(n,j),W||(Vr(R)?setTimeout(D,R):Dr(n,s,D)))})),t.data.show&&(e&&e(),L&&L(n,D)),N||W||D()}}}function qr(t,e){var n=t.elm;o(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=$r(t.data.transition);if(i(r)||1!==n.nodeType)return e();if(!o(n._leaveCb)){var a=r.css,s=r.type,u=r.leaveClass,l=r.leaveToClass,f=r.leaveActiveClass,p=r.beforeLeave,h=r.leave,v=r.afterLeave,m=r.leaveCancelled,g=r.delayLeave,y=r.duration,b=!1!==a&&!J,_=Gr(h),k=d(c(y)?y.leave:y);0;var w=n._leaveCb=M(function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),b&&(Wr(n,l),Wr(n,f)),w.cancelled?(b&&Wr(n,u),m&&m(n)):(e(),v&&v(n)),n._leaveCb=null});g?g(x):x()}function x(){w.cancelled||(t.data.show||((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),p&&p(n),b&&(Nr(n,u),Nr(n,f),Rr(function(){Wr(n,u),w.cancelled||(Nr(n,l),_||(Vr(k)?setTimeout(w,k):Dr(n,s,w)))})),h&&h(n,w),b||_||w())}}function Vr(t){return"number"==typeof t&&!isNaN(t)}function Gr(t){if(i(t))return!1;var e=t.fns;return o(e)?Gr(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function Kr(t,e){!0!==e.data.show&&Hr(e)}var Jr=function(t){var e,n,r={},c=t.modules,u=t.nodeOps;for(e=0;e<Fn.length;++e)for(r[Fn[e]]=[],n=0;n<c.length;++n)o(c[n][Fn[e]])&&r[Fn[e]].push(c[n][Fn[e]]);function l(t){var e=u.parentNode(t);o(e)&&u.removeChild(e,t)}function f(t,e,n,i,s,c,l){if(o(t.elm)&&o(c)&&(t=c[l]=mt(t)),t.isRootInsert=!s,!function(t,e,n,i){var s=t.data;if(o(s)){var c=o(t.componentInstance)&&s.keepAlive;if(o(s=s.hook)&&o(s=s.init)&&s(t,!1,n,i),o(t.componentInstance))return p(t,e),a(c)&&function(t,e,n,i){for(var a,s=t;s.componentInstance;)if(s=s.componentInstance._vnode,o(a=s.data)&&o(a=a.transition)){for(a=0;a<r.activate.length;++a)r.activate[a](Un,s);e.push(s);break}h(n,t.elm,i)}(t,e,n,i),!0}}(t,e,n,i)){var f=t.data,v=t.children,m=t.tag;o(m)?(t.elm=t.ns?u.createElementNS(t.ns,m):u.createElement(m,t),y(t),d(t,v,e),o(f)&&g(t,e),h(n,t.elm,i)):a(t.isComment)?(t.elm=u.createComment(t.text),h(n,t.elm,i)):(t.elm=u.createTextNode(t.text),h(n,t.elm,i))}}function p(t,e){o(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,m(t)?(g(t,e),y(t)):(Dn(t),e.push(t))}function h(t,e,n){o(t)&&(o(n)?n.parentNode===t&&u.insertBefore(t,e,n):u.appendChild(t,e))}function d(t,e,n){if(Array.isArray(e))for(var r=0;r<e.length;++r)f(e[r],n,t.elm,null,!0,e,r);else s(t.text)&&u.appendChild(t.elm,u.createTextNode(String(t.text)))}function m(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return o(t.tag)}function g(t,n){for(var i=0;i<r.create.length;++i)r.create[i](Un,t);o(e=t.data.hook)&&(o(e.create)&&e.create(Un,t),o(e.insert)&&n.push(t))}function y(t){var e;if(o(e=t.fnScopeId))u.setStyleScope(t.elm,e);else for(var n=t;n;)o(e=n.context)&&o(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e),n=n.parent;o(e=be)&&e!==t.context&&e!==t.fnContext&&o(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e)}function b(t,e,n,r,i,o){for(;r<=i;++r)f(n[r],o,t,e,!1,n,r)}function _(t){var e,n,i=t.data;if(o(i))for(o(e=i.hook)&&o(e=e.destroy)&&e(t),e=0;e<r.destroy.length;++e)r.destroy[e](t);if(o(e=t.children))for(n=0;n<t.children.length;++n)_(t.children[n])}function k(t,e,n,r){for(;n<=r;++n){var i=e[n];o(i)&&(o(i.tag)?(w(i),_(i)):l(i.elm))}}function w(t,e){if(o(e)||o(t.data)){var n,i=r.remove.length+1;for(o(e)?e.listeners+=i:e=function(t,e){function n(){0==--n.listeners&&l(t)}return n.listeners=e,n}(t.elm,i),o(n=t.componentInstance)&&o(n=n._vnode)&&o(n.data)&&w(n,e),n=0;n<r.remove.length;++n)r.remove[n](t,e);o(n=t.data.hook)&&o(n=n.remove)?n(t,e):e()}else l(t.elm)}function x(t,e,n,r){for(var i=n;i<r;i++){var a=e[i];if(o(a)&&zn(t,a))return i}}function C(t,e,n,s){if(t!==e){var c=e.elm=t.elm;if(a(t.isAsyncPlaceholder))o(e.asyncFactory.resolved)?A(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(a(e.isStatic)&&a(t.isStatic)&&e.key===t.key&&(a(e.isCloned)||a(e.isOnce)))e.componentInstance=t.componentInstance;else{var l,p=e.data;o(p)&&o(l=p.hook)&&o(l=l.prepatch)&&l(t,e);var h=t.children,d=e.children;if(o(p)&&m(e)){for(l=0;l<r.update.length;++l)r.update[l](t,e);o(l=p.hook)&&o(l=l.update)&&l(t,e)}i(e.text)?o(h)&&o(d)?h!==d&&function(t,e,n,r,a){for(var s,c,l,p=0,h=0,d=e.length-1,v=e[0],m=e[d],g=n.length-1,y=n[0],_=n[g],w=!a;p<=d&&h<=g;)i(v)?v=e[++p]:i(m)?m=e[--d]:zn(v,y)?(C(v,y,r),v=e[++p],y=n[++h]):zn(m,_)?(C(m,_,r),m=e[--d],_=n[--g]):zn(v,_)?(C(v,_,r),w&&u.insertBefore(t,v.elm,u.nextSibling(m.elm)),v=e[++p],_=n[--g]):zn(m,y)?(C(m,y,r),w&&u.insertBefore(t,m.elm,v.elm),m=e[--d],y=n[++h]):(i(s)&&(s=Bn(e,p,d)),i(c=o(y.key)?s[y.key]:x(y,e,p,d))?f(y,r,t,v.elm,!1,n,h):zn(l=e[c],y)?(C(l,y,r),e[c]=void 0,w&&u.insertBefore(t,l.elm,v.elm)):f(y,r,t,v.elm,!1,n,h),y=n[++h]);p>d?b(t,i(n[g+1])?null:n[g+1].elm,n,h,g,r):h>g&&k(0,e,p,d)}(c,h,d,n,s):o(d)?(o(t.text)&&u.setTextContent(c,""),b(c,null,d,0,d.length-1,n)):o(h)?k(0,h,0,h.length-1):o(t.text)&&u.setTextContent(c,""):t.text!==e.text&&u.setTextContent(c,e.text),o(p)&&o(l=p.hook)&&o(l=l.postpatch)&&l(t,e)}}}function S(t,e,n){if(a(n)&&o(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var $=v("attrs,class,staticClass,staticStyle,key");function A(t,e,n,r){var i,s=e.tag,c=e.data,u=e.children;if(r=r||c&&c.pre,e.elm=t,a(e.isComment)&&o(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(o(c)&&(o(i=c.hook)&&o(i=i.init)&&i(e,!0),o(i=e.componentInstance)))return p(e,n),!0;if(o(s)){if(o(u))if(t.hasChildNodes())if(o(i=c)&&o(i=i.domProps)&&o(i=i.innerHTML)){if(i!==t.innerHTML)return!1}else{for(var l=!0,f=t.firstChild,h=0;h<u.length;h++){if(!f||!A(f,u[h],n,r)){l=!1;break}f=f.nextSibling}if(!l||f)return!1}else d(e,u,n);if(o(c)){var v=!1;for(var m in c)if(!$(m)){v=!0,g(e,n);break}!v&&c.class&&ee(c.class)}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,s,c,l){if(!i(e)){var p,h=!1,d=[];if(i(t))h=!0,f(e,d,c,l);else{var v=o(t.nodeType);if(!v&&zn(t,e))C(t,e,d,s);else{if(v){if(1===t.nodeType&&t.hasAttribute(R)&&(t.removeAttribute(R),n=!0),a(n)&&A(t,e,d))return S(e,d,!0),t;p=t,t=new pt(u.tagName(p).toLowerCase(),{},[],void 0,p)}var g=t.elm,y=u.parentNode(g);if(f(e,d,g._leaveCb?null:y,u.nextSibling(g)),o(e.parent))for(var b=e.parent,w=m(e);b;){for(var x=0;x<r.destroy.length;++x)r.destroy[x](b);if(b.elm=e.elm,w){for(var $=0;$<r.create.length;++$)r.create[$](Un,b);var O=b.data.hook.insert;if(O.merged)for(var E=1;E<O.fns.length;E++)O.fns[E]()}else Dn(b);b=b.parent}o(y)?k(0,[t],0,0):o(t.tag)&&_(t)}}return S(e,d,h),e.elm}o(t)&&_(t)}}({nodeOps:Nn,modules:[tr,rr,ur,pr,xr,H?{create:Kr,activate:Kr,remove:function(t,e){!0!==t.data.show?qr(t,e):e()}}:{}].concat(Xn)});J&&document.addEventListener("selectionchange",function(){var t=document.activeElement;t&&t.vmodel&&ri(t,"input")});var Xr={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?ae(n,"postpatch",function(){Xr.componentUpdated(t,e,n)}):Yr(t,e,n.context),t._vOptions=[].map.call(t.options,ti)):("textarea"===n.tag||Rn(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",ei),t.addEventListener("compositionend",ni),t.addEventListener("change",ni),J&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Yr(t,e,n.context);var r=t._vOptions,i=t._vOptions=[].map.call(t.options,ti);if(i.some(function(t,e){return!P(t,r[e])}))(t.multiple?e.value.some(function(t){return Zr(t,i)}):e.value!==e.oldValue&&Zr(e.value,i))&&ri(t,"change")}}};function Yr(t,e,n){Qr(t,e,n),(K||X)&&setTimeout(function(){Qr(t,e,n)},0)}function Qr(t,e,n){var r=e.value,i=t.multiple;if(!i||Array.isArray(r)){for(var o,a,s=0,c=t.options.length;s<c;s++)if(a=t.options[s],i)o=I(r,ti(a))>-1,a.selected!==o&&(a.selected=o);else if(P(ti(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));i||(t.selectedIndex=-1)}}function Zr(t,e){return e.every(function(e){return!P(e,t)})}function ti(t){return"_value"in t?t._value:t.value}function ei(t){t.target.composing=!0}function ni(t){t.target.composing&&(t.target.composing=!1,ri(t.target,"input"))}function ri(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ii(t){return!t.componentInstance||t.data&&t.data.transition?t:ii(t.componentInstance._vnode)}var oi={model:Xr,show:{bind:function(t,e,n){var r=e.value,i=(n=ii(n)).data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&i?(n.data.show=!0,Hr(n,function(){t.style.display=o})):t.style.display=r?o:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=ii(n)).data&&n.data.transition?(n.data.show=!0,r?Hr(n,function(){t.style.display=t.__vOriginalDisplay}):qr(n,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,i){i||(t.style.display=t.__vOriginalDisplay)}}},ai={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function si(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?si(pe(e.children)):t}function ci(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var i=n._parentListeners;for(var o in i)e[w(o)]=i[o];return e}function ui(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var li={name:"transition",props:ai,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(function(t){return t.tag||fe(t)})).length){0;var r=this.mode;0;var i=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return i;var o=si(i);if(!o)return i;if(this._leaving)return ui(t,i);var a="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?a+"comment":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var c=(o.data||(o.data={})).transition=ci(this),u=this._vnode,l=si(u);if(o.data.directives&&o.data.directives.some(function(t){return"show"===t.name})&&(o.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(o,l)&&!fe(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=O({},c);if("out-in"===r)return this._leaving=!0,ae(f,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()}),ui(t,i);if("in-out"===r){if(fe(o))return u;var p,h=function(){p()};ae(c,"afterEnter",h),ae(c,"enterCancelled",h),ae(f,"delayLeave",function(t){p=t})}}return i}}},fi=O({tag:String,moveClass:String},ai);function pi(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function hi(t){t.data.newPos=t.elm.getBoundingClientRect()}function di(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,i=e.top-n.top;if(r||i){t.data.moved=!0;var o=t.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}delete fi.mode;var vi={Transition:li,TransitionGroup:{props:fi,render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=ci(this),s=0;s<i.length;s++){var c=i[s];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf("__vlist"))o.push(c),n[c.key]=c,(c.data||(c.data={})).transition=a;else;}if(r){for(var u=[],l=[],f=0;f<r.length;f++){var p=r[f];p.data.transition=a,p.data.pos=p.elm.getBoundingClientRect(),n[p.key]?u.push(p):l.push(p)}this.kept=t(e,null,u),this.removed=l}return t(e,null,o)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(pi),t.forEach(hi),t.forEach(di),this._reflow=document.body.offsetHeight,t.forEach(function(t){if(t.data.moved){var n=t.elm,r=n.style;Nr(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Lr,n._moveCb=function t(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Lr,t),n._moveCb=null,Wr(n,e))})}}))},methods:{hasMove:function(t,e){if(!Or)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach(function(t){Sr(n,t)}),Cr(n,e),n.style.display="none",this.$el.appendChild(n);var r=Fr(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};fn.config.mustUseProp=function(t,e,n){return"value"===n&&_n(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},fn.config.isReservedTag=In,fn.config.isReservedAttr=bn,fn.config.getTagNamespace=function(t){return Pn(t)?"svg":"math"===t?"math":void 0},fn.config.isUnknownElement=function(t){if(!H)return!0;if(In(t))return!1;if(t=t.toLowerCase(),null!=Mn[t])return Mn[t];var e=document.createElement(t);return t.indexOf("-")>-1?Mn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Mn[t]=/HTMLUnknownElement/.test(e.toString())},O(fn.options.directives,oi),O(fn.options.components,vi),fn.prototype.__patch__=H?Jr:j,fn.prototype.$mount=function(t,e){return function(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=dt),we(t,"beforeMount"),r=function(){t._update(t._render(),n)},new Te(t,r,j,null,!0),n=!1,null==t.$vnode&&(t._isMounted=!0,we(t,"mounted")),t}(this,t=t&&H?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},H&&setTimeout(function(){D.devtools&&nt&&nt.emit("init",fn)},0);var mi=fn;
-/*!
-  * vue-router v3.0.2
-  * (c) 2018 Evan You
-  * @license MIT
-  */function gi(t){return Object.prototype.toString.call(t).indexOf("Error")>-1}function yi(t,e){for(var n in e)t[n]=e[n];return t}var bi={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,i=e.parent,o=e.data;o.routerView=!0;for(var a=i.$createElement,s=n.name,c=i.$route,u=i._routerViewCache||(i._routerViewCache={}),l=0,f=!1;i&&i._routerRoot!==i;)i.$vnode&&i.$vnode.data.routerView&&l++,i._inactive&&(f=!0),i=i.$parent;if(o.routerViewDepth=l,f)return a(u[s],o,r);var p=c.matched[l];if(!p)return u[s]=null,a();var h=u[s]=p.components[s];o.registerRouteInstance=function(t,e){var n=p.instances[s];(e&&n!==t||!e&&n===t)&&(p.instances[s]=e)},(o.hook||(o.hook={})).prepatch=function(t,e){p.instances[s]=e.componentInstance};var d=o.props=function(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}(c,p.props&&p.props[s]);if(d){d=o.props=yi({},d);var v=o.attrs=o.attrs||{};for(var m in d)h.props&&m in h.props||(v[m]=d[m],delete d[m])}return a(h,o,r)}};var _i=/[!'()*]/g,ki=function(t){return"%"+t.charCodeAt(0).toString(16)},wi=/%2C/g,xi=function(t){return encodeURIComponent(t).replace(_i,ki).replace(wi,",")},Ci=decodeURIComponent;function Si(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach(function(t){var n=t.replace(/\+/g," ").split("="),r=Ci(n.shift()),i=n.length>0?Ci(n.join("=")):null;void 0===e[r]?e[r]=i:Array.isArray(e[r])?e[r].push(i):e[r]=[e[r],i]}),e):e}function $i(t){var e=t?Object.keys(t).map(function(e){var n=t[e];if(void 0===n)return"";if(null===n)return xi(e);if(Array.isArray(n)){var r=[];return n.forEach(function(t){void 0!==t&&(null===t?r.push(xi(e)):r.push(xi(e)+"="+xi(t)))}),r.join("&")}return xi(e)+"="+xi(n)}).filter(function(t){return t.length>0}).join("&"):null;return e?"?"+e:""}var Ai=/\/?$/;function Oi(t,e,n,r){var i=r&&r.options.stringifyQuery,o=e.query||{};try{o=Ei(o)}catch(t){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:o,params:e.params||{},fullPath:Li(e,i),matched:t?Ti(t):[]};return n&&(a.redirectedFrom=Li(n,i)),Object.freeze(a)}function Ei(t){if(Array.isArray(t))return t.map(Ei);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Ei(t[n]);return e}return t}var ji=Oi(null,{path:"/"});function Ti(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function Li(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var i=t.hash;return void 0===i&&(i=""),(n||"/")+(e||$i)(r)+i}function Pi(t,e){return e===ji?t===e:!!e&&(t.path&&e.path?t.path.replace(Ai,"")===e.path.replace(Ai,"")&&t.hash===e.hash&&Ii(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&Ii(t.query,e.query)&&Ii(t.params,e.params)))}function Ii(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every(function(n){var r=t[n],i=e[n];return"object"==typeof r&&"object"==typeof i?Ii(r,i):String(r)===String(i)})}var Mi,Ri=[String,Object],Ni=[String,Array],Wi={name:"RouterLink",props:{to:{type:Ri,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:Ni,default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,i=n.resolve(this.to,r,this.append),o=i.location,a=i.route,s=i.href,c={},u=n.options.linkActiveClass,l=n.options.linkExactActiveClass,f=null==u?"router-link-active":u,p=null==l?"router-link-exact-active":l,h=null==this.activeClass?f:this.activeClass,d=null==this.exactActiveClass?p:this.exactActiveClass,v=o.path?Oi(null,o,null,n):a;c[d]=Pi(r,v),c[h]=this.exact?c[d]:function(t,e){return 0===t.path.replace(Ai,"/").indexOf(e.path.replace(Ai,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var n in e)if(!(n in t))return!1;return!0}(t.query,e.query)}(r,v);var m=function(t){Di(t)&&(e.replace?n.replace(o):n.push(o))},g={click:Di};Array.isArray(this.event)?this.event.forEach(function(t){g[t]=m}):g[this.event]=m;var y={class:c};if("a"===this.tag)y.on=g,y.attrs={href:s};else{var b=function t(e){if(e)for(var n,r=0;r<e.length;r++){if("a"===(n=e[r]).tag)return n;if(n.children&&(n=t(n.children)))return n}}(this.$slots.default);if(b)b.isStatic=!1,(b.data=yi({},b.data)).on=g,(b.data.attrs=yi({},b.data.attrs)).href=s;else y.on=g}return t(this.tag,y,this.$slots.default)}};function Di(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey||t.defaultPrevented||void 0!==t.button&&0!==t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}var Ui="undefined"!=typeof window;function Fi(t,e,n){var r=t.charAt(0);if("/"===r)return t;if("?"===r||"#"===r)return e+t;var i=e.split("/");n&&i[i.length-1]||i.pop();for(var o=t.replace(/^\//,"").split("/"),a=0;a<o.length;a++){var s=o[a];".."===s?i.pop():"."!==s&&i.push(s)}return""!==i[0]&&i.unshift(""),i.join("/")}function zi(t){return t.replace(/\/\//g,"/")}var Bi=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},Hi=io,qi=Xi,Vi=function(t,e){return Qi(Xi(t,e))},Gi=Qi,Ki=ro,Ji=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function Xi(t,e){for(var n,r=[],i=0,o=0,a="",s=e&&e.delimiter||"/";null!=(n=Ji.exec(t));){var c=n[0],u=n[1],l=n.index;if(a+=t.slice(o,l),o=l+c.length,u)a+=u[1];else{var f=t[o],p=n[2],h=n[3],d=n[4],v=n[5],m=n[6],g=n[7];a&&(r.push(a),a="");var y=null!=p&&null!=f&&f!==p,b="+"===m||"*"===m,_="?"===m||"*"===m,k=n[2]||s,w=d||v;r.push({name:h||i++,prefix:p||"",delimiter:k,optional:_,repeat:b,partial:y,asterisk:!!g,pattern:w?to(w):g?".*":"[^"+Zi(k)+"]+?"})}}return o<t.length&&(a+=t.substr(o)),a&&r.push(a),r}function Yi(t){return encodeURI(t).replace(/[\/?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})}function Qi(t){for(var e=new Array(t.length),n=0;n<t.length;n++)"object"==typeof t[n]&&(e[n]=new RegExp("^(?:"+t[n].pattern+")$"));return function(n,r){for(var i="",o=n||{},a=(r||{}).pretty?Yi:encodeURIComponent,s=0;s<t.length;s++){var c=t[s];if("string"!=typeof c){var u,l=o[c.name];if(null==l){if(c.optional){c.partial&&(i+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(Bi(l)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(l)+"`");if(0===l.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var f=0;f<l.length;f++){if(u=a(l[f]),!e[s].test(u))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(u)+"`");i+=(0===f?c.prefix:c.delimiter)+u}}else{if(u=c.asterisk?encodeURI(l).replace(/[?#]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}):a(l),!e[s].test(u))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+u+'"');i+=c.prefix+u}}else i+=c}return i}}function Zi(t){return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function to(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function eo(t,e){return t.keys=e,t}function no(t){return t.sensitive?"":"i"}function ro(t,e,n){Bi(e)||(n=e||n,e=[]);for(var r=(n=n||{}).strict,i=!1!==n.end,o="",a=0;a<t.length;a++){var s=t[a];if("string"==typeof s)o+=Zi(s);else{var c=Zi(s.prefix),u="(?:"+s.pattern+")";e.push(s),s.repeat&&(u+="(?:"+c+u+")*"),o+=u=s.optional?s.partial?c+"("+u+")?":"(?:"+c+"("+u+"))?":c+"("+u+")"}}var l=Zi(n.delimiter||"/"),f=o.slice(-l.length)===l;return r||(o=(f?o.slice(0,-l.length):o)+"(?:"+l+"(?=$))?"),o+=i?"$":r&&f?"":"(?="+l+"|$)",eo(new RegExp("^"+o,no(n)),e)}function io(t,e,n){return Bi(e)||(n=e||n,e=[]),n=n||{},t instanceof RegExp?function(t,e){var n=t.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)e.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return eo(t,e)}(t,e):Bi(t)?function(t,e,n){for(var r=[],i=0;i<t.length;i++)r.push(io(t[i],e,n).source);return eo(new RegExp("(?:"+r.join("|")+")",no(n)),e)}(t,e,n):function(t,e,n){return ro(Xi(t,n),e,n)}(t,e,n)}Hi.parse=qi,Hi.compile=Vi,Hi.tokensToFunction=Gi,Hi.tokensToRegExp=Ki;var oo=Object.create(null);function ao(t,e,n){try{return(oo[t]||(oo[t]=Hi.compile(t)))(e||{},{pretty:!0})}catch(t){return""}}function so(t,e,n,r){var i=e||[],o=n||Object.create(null),a=r||Object.create(null);t.forEach(function(t){!function t(e,n,r,i,o,a){var s=i.path;var c=i.name;0;var u=i.pathToRegexpOptions||{};var l=function(t,e,n){n||(t=t.replace(/\/$/,""));if("/"===t[0])return t;if(null==e)return t;return zi(e.path+"/"+t)}(s,o,u.strict);"boolean"==typeof i.caseSensitive&&(u.sensitive=i.caseSensitive);var f={path:l,regex:co(l,u),components:i.components||{default:i.component},instances:{},name:c,parent:o,matchAs:a,redirect:i.redirect,beforeEnter:i.beforeEnter,meta:i.meta||{},props:null==i.props?{}:i.components?i.props:{default:i.props}};i.children&&i.children.forEach(function(i){var o=a?zi(a+"/"+i.path):void 0;t(e,n,r,i,f,o)});if(void 0!==i.alias){var p=Array.isArray(i.alias)?i.alias:[i.alias];p.forEach(function(a){var s={path:a,children:i.children};t(e,n,r,s,o,f.path||"/")})}n[f.path]||(e.push(f.path),n[f.path]=f);c&&(r[c]||(r[c]=f))}(i,o,a,t)});for(var s=0,c=i.length;s<c;s++)"*"===i[s]&&(i.push(i.splice(s,1)[0]),c--,s--);return{pathList:i,pathMap:o,nameMap:a}}function co(t,e){return Hi(t,[],e)}function uo(t,e,n,r){var i="string"==typeof t?{path:t}:t;if(i.name||i._normalized)return i;if(!i.path&&i.params&&e){(i=yi({},i))._normalized=!0;var o=yi(yi({},e.params),i.params);if(e.name)i.name=e.name,i.params=o;else if(e.matched.length){var a=e.matched[e.matched.length-1].path;i.path=ao(a,o,e.path)}else 0;return i}var s=function(t){var e="",n="",r=t.indexOf("#");r>=0&&(e=t.slice(r),t=t.slice(0,r));var i=t.indexOf("?");return i>=0&&(n=t.slice(i+1),t=t.slice(0,i)),{path:t,query:n,hash:e}}(i.path||""),c=e&&e.path||"/",u=s.path?Fi(s.path,c,n||i.append):c,l=function(t,e,n){void 0===e&&(e={});var r,i=n||Si;try{r=i(t||"")}catch(t){r={}}for(var o in e)r[o]=e[o];return r}(s.query,i.query,r&&r.options.parseQuery),f=i.hash||s.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:u,query:l,hash:f}}function lo(t,e){var n=so(t),r=n.pathList,i=n.pathMap,o=n.nameMap;function a(t,n,a){var s=uo(t,n,!1,e),u=s.name;if(u){var l=o[u];if(!l)return c(null,s);var f=l.regex.keys.filter(function(t){return!t.optional}).map(function(t){return t.name});if("object"!=typeof s.params&&(s.params={}),n&&"object"==typeof n.params)for(var p in n.params)!(p in s.params)&&f.indexOf(p)>-1&&(s.params[p]=n.params[p]);if(l)return s.path=ao(l.path,s.params),c(l,s,a)}else if(s.path){s.params={};for(var h=0;h<r.length;h++){var d=r[h],v=i[d];if(fo(v.regex,s.path,s.params))return c(v,s,a)}}return c(null,s)}function s(t,n){var r=t.redirect,i="function"==typeof r?r(Oi(t,n,null,e)):r;if("string"==typeof i&&(i={path:i}),!i||"object"!=typeof i)return c(null,n);var s=i,u=s.name,l=s.path,f=n.query,p=n.hash,h=n.params;if(f=s.hasOwnProperty("query")?s.query:f,p=s.hasOwnProperty("hash")?s.hash:p,h=s.hasOwnProperty("params")?s.params:h,u){o[u];return a({_normalized:!0,name:u,query:f,hash:p,params:h},void 0,n)}if(l){var d=function(t,e){return Fi(t,e.parent?e.parent.path:"/",!0)}(l,t);return a({_normalized:!0,path:ao(d,h),query:f,hash:p},void 0,n)}return c(null,n)}function c(t,n,r){return t&&t.redirect?s(t,r||n):t&&t.matchAs?function(t,e,n){var r=a({_normalized:!0,path:ao(n,e.params)});if(r){var i=r.matched,o=i[i.length-1];return e.params=r.params,c(o,e)}return c(null,e)}(0,n,t.matchAs):Oi(t,n,r,e)}return{match:a,addRoutes:function(t){so(t,r,i,o)}}}function fo(t,e,n){var r=e.match(t);if(!r)return!1;if(!n)return!0;for(var i=1,o=r.length;i<o;++i){var a=t.keys[i-1],s="string"==typeof r[i]?decodeURIComponent(r[i]):r[i];a&&(n[a.name||"pathMatch"]=s)}return!0}var po=Object.create(null);function ho(){window.history.replaceState({key:$o()},"",window.location.href.replace(window.location.origin,"")),window.addEventListener("popstate",function(t){var e;mo(),t.state&&t.state.key&&(e=t.state.key,Co=e)})}function vo(t,e,n,r){if(t.app){var i=t.options.scrollBehavior;i&&t.app.$nextTick(function(){var o=function(){var t=$o();if(t)return po[t]}(),a=i.call(t,e,n,r?o:null);a&&("function"==typeof a.then?a.then(function(t){_o(t,o)}).catch(function(t){0}):_o(a,o))})}}function mo(){var t=$o();t&&(po[t]={x:window.pageXOffset,y:window.pageYOffset})}function go(t){return bo(t.x)||bo(t.y)}function yo(t){return{x:bo(t.x)?t.x:window.pageXOffset,y:bo(t.y)?t.y:window.pageYOffset}}function bo(t){return"number"==typeof t}function _o(t,e){var n,r="object"==typeof t;if(r&&"string"==typeof t.selector){var i=document.querySelector(t.selector);if(i){var o=t.offset&&"object"==typeof t.offset?t.offset:{};e=function(t,e){var n=document.documentElement.getBoundingClientRect(),r=t.getBoundingClientRect();return{x:r.left-n.left-e.x,y:r.top-n.top-e.y}}(i,o={x:bo((n=o).x)?n.x:0,y:bo(n.y)?n.y:0})}else go(t)&&(e=yo(t))}else r&&go(t)&&(e=yo(t));e&&window.scrollTo(e.x,e.y)}var ko,wo=Ui&&((-1===(ko=window.navigator.userAgent).indexOf("Android 2.")&&-1===ko.indexOf("Android 4.0")||-1===ko.indexOf("Mobile Safari")||-1!==ko.indexOf("Chrome")||-1!==ko.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history),xo=Ui&&window.performance&&window.performance.now?window.performance:Date,Co=So();function So(){return xo.now().toFixed(3)}function $o(){return Co}function Ao(t,e){mo();var n=window.history;try{e?n.replaceState({key:Co},"",t):(Co=So(),n.pushState({key:Co},"",t))}catch(n){window.location[e?"replace":"assign"](t)}}function Oo(t){Ao(t,!0)}function Eo(t,e,n){var r=function(i){i>=t.length?n():t[i]?e(t[i],function(){r(i+1)}):r(i+1)};r(0)}function jo(t){return function(e,n,r){var i=!1,o=0,a=null;To(t,function(t,e,n,s){if("function"==typeof t&&void 0===t.cid){i=!0,o++;var c,u=Io(function(e){var i;((i=e).__esModule||Po&&"Module"===i[Symbol.toStringTag])&&(e=e.default),t.resolved="function"==typeof e?e:Mi.extend(e),n.components[s]=e,--o<=0&&r()}),l=Io(function(t){var e="Failed to resolve async component "+s+": "+t;a||(a=gi(t)?t:new Error(e),r(a))});try{c=t(u,l)}catch(t){l(t)}if(c)if("function"==typeof c.then)c.then(u,l);else{var f=c.component;f&&"function"==typeof f.then&&f.then(u,l)}}}),i||r()}}function To(t,e){return Lo(t.map(function(t){return Object.keys(t.components).map(function(n){return e(t.components[n],t.instances[n],t,n)})}))}function Lo(t){return Array.prototype.concat.apply([],t)}var Po="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Io(t){var e=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var Mo=function(t,e){this.router=t,this.base=function(t){if(!t)if(Ui){var e=document.querySelector("base");t=(t=e&&e.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else t="/";"/"!==t.charAt(0)&&(t="/"+t);return t.replace(/\/$/,"")}(e),this.current=ji,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function Ro(t,e,n,r){var i=To(t,function(t,r,i,o){var a=function(t,e){"function"!=typeof t&&(t=Mi.extend(t));return t.options[e]}(t,e);if(a)return Array.isArray(a)?a.map(function(t){return n(t,r,i,o)}):n(a,r,i,o)});return Lo(r?i.reverse():i)}function No(t,e){if(e)return function(){return t.apply(e,arguments)}}Mo.prototype.listen=function(t){this.cb=t},Mo.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},Mo.prototype.onError=function(t){this.errorCbs.push(t)},Mo.prototype.transitionTo=function(t,e,n){var r=this,i=this.router.match(t,this.current);this.confirmTransition(i,function(){r.updateRoute(i),e&&e(i),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(t){t(i)}))},function(t){n&&n(t),t&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(e){e(t)}))})},Mo.prototype.confirmTransition=function(t,e,n){var r=this,i=this.current,o=function(t){gi(t)&&(r.errorCbs.length?r.errorCbs.forEach(function(e){e(t)}):console.error(t)),n&&n(t)};if(Pi(t,i)&&t.matched.length===i.matched.length)return this.ensureURL(),o();var a=function(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n<r&&t[n]===e[n];n++);return{updated:e.slice(0,n),activated:e.slice(n),deactivated:t.slice(n)}}(this.current.matched,t.matched),s=a.updated,c=a.deactivated,u=a.activated,l=[].concat(function(t){return Ro(t,"beforeRouteLeave",No,!0)}(c),this.router.beforeHooks,function(t){return Ro(t,"beforeRouteUpdate",No)}(s),u.map(function(t){return t.beforeEnter}),jo(u));this.pending=t;var f=function(e,n){if(r.pending!==t)return o();try{e(t,i,function(t){!1===t||gi(t)?(r.ensureURL(!0),o(t)):"string"==typeof t||"object"==typeof t&&("string"==typeof t.path||"string"==typeof t.name)?(o(),"object"==typeof t&&t.replace?r.replace(t):r.push(t)):n(t)})}catch(t){o(t)}};Eo(l,f,function(){var n=[];Eo(function(t,e,n){return Ro(t,"beforeRouteEnter",function(t,r,i,o){return function(t,e,n,r,i){return function(o,a,s){return t(o,a,function(t){s(t),"function"==typeof t&&r.push(function(){!function t(e,n,r,i){n[r]&&!n[r]._isBeingDestroyed?e(n[r]):i()&&setTimeout(function(){t(e,n,r,i)},16)}(t,e.instances,n,i)})})}}(t,i,o,e,n)})}(u,n,function(){return r.current===t}).concat(r.router.resolveHooks),f,function(){if(r.pending!==t)return o();r.pending=null,e(t),r.router.app&&r.router.app.$nextTick(function(){n.forEach(function(t){t()})})})})},Mo.prototype.updateRoute=function(t){var e=this.current;this.current=t,this.cb&&this.cb(t),this.router.afterHooks.forEach(function(n){n&&n(t,e)})};var Wo=function(t){function e(e,n){var r=this;t.call(this,e,n);var i=e.options.scrollBehavior,o=wo&&i;o&&ho();var a=Do(this.base);window.addEventListener("popstate",function(t){var n=r.current,i=Do(r.base);r.current===ji&&i===a||r.transitionTo(i,function(t){o&&vo(e,t,n,!0)})})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var r=this,i=this.current;this.transitionTo(t,function(t){Ao(zi(r.base+t.fullPath)),vo(r.router,t,i,!1),e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this,i=this.current;this.transitionTo(t,function(t){Oo(zi(r.base+t.fullPath)),vo(r.router,t,i,!1),e&&e(t)},n)},e.prototype.ensureURL=function(t){if(Do(this.base)!==this.current.fullPath){var e=zi(this.base+this.current.fullPath);t?Ao(e):Oo(e)}},e.prototype.getCurrentLocation=function(){return Do(this.base)},e}(Mo);function Do(t){var e=decodeURI(window.location.pathname);return t&&0===e.indexOf(t)&&(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var Uo=function(t){function e(e,n,r){t.call(this,e,n),r&&function(t){var e=Do(t);if(!/^\/#/.test(e))return window.location.replace(zi(t+"/#"+e)),!0}(this.base)||Fo()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this,e=this.router.options.scrollBehavior,n=wo&&e;n&&ho(),window.addEventListener(wo?"popstate":"hashchange",function(){var e=t.current;Fo()&&t.transitionTo(zo(),function(r){n&&vo(t.router,r,e,!0),wo||qo(r.fullPath)})})},e.prototype.push=function(t,e,n){var r=this,i=this.current;this.transitionTo(t,function(t){Ho(t.fullPath),vo(r.router,t,i,!1),e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this,i=this.current;this.transitionTo(t,function(t){qo(t.fullPath),vo(r.router,t,i,!1),e&&e(t)},n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;zo()!==e&&(t?Ho(e):qo(e))},e.prototype.getCurrentLocation=function(){return zo()},e}(Mo);function Fo(){var t=zo();return"/"===t.charAt(0)||(qo("/"+t),!1)}function zo(){var t=window.location.href,e=t.indexOf("#");return-1===e?"":decodeURI(t.slice(e+1))}function Bo(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e.slice(0,n):e)+"#"+t}function Ho(t){wo?Ao(Bo(t)):window.location.hash=t}function qo(t){wo?Oo(Bo(t)):window.location.replace(Bo(t))}var Vo=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)},n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){e.index=n,e.updateRoute(r)})}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(Mo),Go=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=lo(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!wo&&!1!==t.fallback,this.fallback&&(e="hash"),Ui||(e="abstract"),this.mode=e,e){case"history":this.history=new Wo(this,t.base);break;case"hash":this.history=new Uo(this,t.base,this.fallback);break;case"abstract":this.history=new Vo(this,t.base);break;default:0}},Ko={currentRoute:{configurable:!0}};function Jo(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}Go.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},Ko.currentRoute.get=function(){return this.history&&this.history.current},Go.prototype.init=function(t){var e=this;if(this.apps.push(t),!this.app){this.app=t;var n=this.history;if(n instanceof Wo)n.transitionTo(n.getCurrentLocation());else if(n instanceof Uo){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(t){e.apps.forEach(function(e){e._route=t})})}},Go.prototype.beforeEach=function(t){return Jo(this.beforeHooks,t)},Go.prototype.beforeResolve=function(t){return Jo(this.resolveHooks,t)},Go.prototype.afterEach=function(t){return Jo(this.afterHooks,t)},Go.prototype.onReady=function(t,e){this.history.onReady(t,e)},Go.prototype.onError=function(t){this.history.onError(t)},Go.prototype.push=function(t,e,n){this.history.push(t,e,n)},Go.prototype.replace=function(t,e,n){this.history.replace(t,e,n)},Go.prototype.go=function(t){this.history.go(t)},Go.prototype.back=function(){this.go(-1)},Go.prototype.forward=function(){this.go(1)},Go.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map(function(t){return Object.keys(t.components).map(function(e){return t.components[e]})})):[]},Go.prototype.resolve=function(t,e,n){var r=uo(t,e||this.history.current,n,this),i=this.match(r,e),o=i.redirectedFrom||i.fullPath;return{location:r,route:i,href:function(t,e,n){var r="hash"===n?"#"+e:e;return t?zi(t+"/"+r):r}(this.history.base,o,this.mode),normalizedTo:r,resolved:i}},Go.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==ji&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Go.prototype,Ko),Go.install=function t(e){if(!t.installed||Mi!==e){t.installed=!0,Mi=e;var n=function(t){return void 0!==t},r=function(t,e){var r=t.$options._parentVnode;n(r)&&n(r=r.data)&&n(r=r.registerRouteInstance)&&r(t,e)};e.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,r(this,this)},destroyed:function(){r(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("RouterView",bi),e.component("RouterLink",Wi);var i=e.config.optionMergeStrategies;i.beforeRouteEnter=i.beforeRouteLeave=i.beforeRouteUpdate=i.created}},Go.version="3.0.2",Ui&&window.Vue&&window.Vue.use(Go);var Xo=Go;n(103),n(18),n(28),n(16),n(29),n(66),n(31),n(67);function Yo(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function Qo(t,e){var n;t.mixins||(t.mixins=[]),(n=t.mixins).push.apply(n,Yo(e))}var Zo={disableScrollBehavior:!1},ta=n(51),ea=n.n(ta),na={},ra=(n(110),n(0)),ia=Object(ra.a)(na,function(){this.$createElement;this._self._c;return this._m(0)},[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("footer",{staticClass:"footer-container"},[n("div",{staticClass:"cols-container"},[n("div",{staticClass:"col col-18"},[n("dl",[n("dt",[t._v("Disclaimer")]),t._v(" "),n("dd",[n("p",[t._v("Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.")])])])]),t._v(" "),n("div",{staticClass:"col col-6"},[n("dl",[n("dt",[t._v("ASF")]),t._v(" "),n("dd",{staticClass:"asf"},[n("a",{attrs:{href:"http://www.apache.org/",target:"_self"}},[t._v("Foundation")])]),t._v(" "),n("dd",{staticClass:"asf"},[n("a",{attrs:{href:"http://www.apache.org/licenses/",target:"_self"}},[t._v("License")])]),t._v(" "),n("dd",{staticClass:"asf"},[n("a",{attrs:{href:"http://www.apache.org/events/current-event",target:"_self"}},[t._v("Events")])]),t._v(" "),n("dd",{staticClass:"asf"},[n("a",{attrs:{href:"http://www.apache.org/foundation/sponsorship.html",target:"_self"}},[t._v("Sponsorship")])]),t._v(" "),n("dd",{staticClass:"asf"},[n("a",{attrs:{href:"http://www.apache.org/foundation/thanks.html",target:"_self"}},[t._v("Thanks")])])])])]),t._v(" "),n("div",{staticClass:"copyright"},[t._v("Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.")])])}],!1,null,null,null);ia.options.__file="Footer.vue";var oa=ia.exports,aa={components:{Footer:oa},data:function(){return{x:0,y:0}},computed:{data:function(){return this.$page.frontmatter}},mounted:function(){var t=this;document.onmousemove=function(e){t.x=-e.screenX,t.y=-e.screenY}}},sa=(n(112),Object(ra.a)(aa,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"home"},[n("div",{staticClass:"wrapper"},[n("div",{staticClass:"avatar"},[n("img",{style:"transform: translate3d("+t.x/30+"px, "+t.y/30+"px, 0px);",attrs:{src:"/circuit-board.svg",width:"100%"}}),t._v(" "),n("img",{style:"transform: translate3d("+(100+t.x/15)+"px, "+(t.y/15-200)+"px, 0px);",attrs:{src:"/circuit-board.svg",width:"84%"}}),t._v(" "),n("div",{staticClass:"vertical-middle"},[n("div",{staticClass:"avatar-wrapper"},[t._m(0),t._v(" "),n("p",{staticClass:"avatar-desc"},[t._v(t._s(t.data.description))]),t._v(" "),n("div",{staticClass:"button-area"},[n("a",{staticClass:"button1",attrs:{target:"_self",href:"https://github.com/apache/incubator-skywalking/tree/master/docs"}},[t._v(t._s(t.data.start))]),t._v(" "),n("a",{staticClass:"button2",attrs:{target:"_self",href:"https://github.com/apache/incubator-skywalking"}},[t._v("Github")])])]),t._v(" "),n("div",{staticClass:"moon",style:"transform: translate3d("+-t.x/40+"px, "+-t.y/40+"px, 0px);"})])]),t._v(" "),n("div",{staticClass:"home-card"},[n("div",{staticClass:"home-card-about tc"},[n("h1",[t._v(t._s(t.data.what.title))]),t._v(" "),t._l(t.data.what.content,function(e){return n("p",[t._v(t._s(e))])}),t._v(" "),n("img",{staticStyle:{"margin-top":"20px","max-width":"900px","box-shadow":"0 2px 5px #00000033"},attrs:{src:"/frame.jpeg",width:"100%"}})],2),t._v(" "),n("div",{staticClass:"home-card-feature"},[n("h1",{staticClass:"tc"},[t._v(t._s(t.data.feature.title))]),t._v(" "),n("table",{attrs:{width:"100%"}},[n("col",{staticStyle:{width:"50%"}}),t._v(" "),n("col",{staticStyle:{width:"50%"}}),t._v(" "),n("tr",[n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/search.svg"}}),t._v(t._s(t.data.feature.content[0]))]),t._v(" "),n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/more.svg"}}),t._v(t._s(t.data.feature.content[1]))])]),t._v(" "),n("tr",[n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/light.svg"}}),t._v(t._s(t.data.feature.content[2]))]),t._v(" "),n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/list.svg"}}),t._v(t._s(t.data.feature.content[3]))])]),t._v(" "),n("tr",[n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/alarm.svg"}}),t._v(t._s(t.data.feature.content[4]))]),t._v(" "),n("td",{staticClass:"home-card-feature-td"},[n("img",{staticClass:"home-card-feature-img",attrs:{src:"/ui.svg"}}),t._v(t._s(t.data.feature.content[5]))])])])]),t._v(" "),n("div",{staticClass:"home-card-news clear"},[n("h1",{staticClass:"tc"},[t._v(t._s(t.data.news.title))]),t._v(" "),t._l(t.data.news.content,function(e){return n("div",{staticClass:"home-card-news-item"},[n("h4",{staticClass:"mb10 mt0"},[t._v(t._s(e.header))]),t._v(" "),n("div",{staticClass:"sm mb10"},[n("span",{staticStyle:{color:"#999","margin-right":"10px"}},[t._v(t._s(e.time))])]),t._v(" "),n("p",{staticClass:"mt0"},[t._v(t._s(e.content))])])})],2),t._v(" "),n("div",{staticClass:"home-card-user tc"},[n("h1",[t._v(t._s(t.data.user.title))]),t._v(" "),n("p",[t._v(t._s(t.data.user.content))]),t._v(" "),n("img",{staticStyle:{"margin-top":"20px","max-width":"900px"},attrs:{src:"/users.png",width:"100%"}})])]),t._v(" "),n("Footer")],1)])},[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"product-name"},[e("div",{staticClass:"avatar-title"},[this._v("\n                Apache SkyWalking\n                "),e("span",{staticClass:"incubating"},[this._v("Incubating")])])])}],!1,null,null,null));sa.options.__file="Home.vue";var ca=sa.exports,ua={components:{Footer:oa},computed:{data:function(){return this.$page.frontmatter}}},la=(n(114),Object(ra.a)(ua,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"blog"},[n("div",{staticClass:"content"},t._l(t.data.blog,function(e){return n("div",{staticClass:"blog-item"},[n("h3",[t._v(t._s(e.title))]),t._v(" "),n("time",[t._v(t._s(e.time))]),t._v(" "),n("p",[t._v(t._s(e.short))]),t._v(" "),n("a",{attrs:{href:e.name+".html"}},[t._v("Read more")])])})),t._v(" "),n("Footer")],1)},[],!1,null,null,null));la.options.__file="Blog.vue";var fa=la.exports,pa=(n(32),n(116),n(33),n(117),n(86),/#.*$/),ha=/\.(md|html)$/,da=/\/$/,va=/^(https?:|mailto:|tel:)/;function ma(t){return decodeURI(t).replace(pa,"").replace(ha,"")}function ga(t){return va.test(t)}function ya(t){if(ga(t))return t;var e=t.match(pa),n=e?e[0]:"",r=ma(t);return da.test(r)?t:r+".html"+n}function ba(t,e){var n=t.hash,r=function(t){var e=t.match(pa);if(e)return e[0]}(e);return(!r||n===r)&&ma(t.path)===ma(e)}function _a(t,e,n){n&&(e=function(t,e,n){var r=t.charAt(0);if("/"===r)return t;if("?"===r||"#"===r)return e+t;var i=e.split("/");n&&i[i.length-1]||i.pop();for(var o=t.replace(/^\//,"").split("/"),a=0;a<o.length;a++){var s=o[a];".."===s?i.pop():"."!==s&&i.push(s)}""!==i[0]&&i.unshift("");return i.join("/")}(e,n));for(var r=ma(e),i=0;i<t.length;i++)if(ma(t[i].path)===r)return Object.assign({},t[i],{type:"page",path:ya(e)});return console.error('[vuepress] No matching page found for sidebar item "'.concat(e,'"')),{}}function ka(t,e,n,r){var i=n.pages,o=n.themeConfig,a=r&&o.locales&&o.locales[r]||o;if("auto"===(t.frontmatter.sidebar||a.sidebar||o.sidebar))return function(t){var e=wa(t.headers||[]);return[{type:"group",collapsable:!1,title:t.title,children:e.map(function(e){return{type:"auto",title:e.title,basePath:t.path,path:t.path+"#"+e.slug,children:e.children||[]}})}]}(t);var s=a.sidebar||o.sidebar;if(s){var c=function(t,e){if(Array.isArray(e))return{base:"/",config:e};for(var n in e)if(0===(r=t.path,/(\.html|\/)$/.test(r)?r:r+"/").indexOf(n))return{base:n,config:e[n]};var r;return{}}(e,s),u=c.base,l=c.config;return l?l.map(function(t){return function t(e,n,r,i){if("string"==typeof e)return _a(n,e,r);if(Array.isArray(e))return Object.assign(_a(n,e[0],r),{title:e[1]});i&&console.error("[vuepress] Nested sidebar groups are not supported. Consider using navbar + categories instead.");var o=e.children||[];return{type:"group",title:e.title,children:o.map(function(e){return t(e,n,r,!0)}),collapsable:!1!==e.collapsable}}(t,i,u)}):[]}return[]}function wa(t){var e;return(t=t.map(function(t){return Object.assign({},t)})).forEach(function(t){2===t.level?e=t:e&&(e.children||(e.children=[])).push(t)}),t.filter(function(t){return 2===t.level})}function xa(t){return Object.assign(t,{type:t.items&&t.items.length?"links":"link"})}function Ca(t,e,n){var r=[];e.forEach(function(t){"group"===t.type?r.push.apply(r,Yo(t.children||[])):r.push(t)});for(var i=0;i<r.length;i++){var o=r[i];if("page"===o.type&&o.path===t.path)return r[i+n]}}var Sa={props:["sidebarItems"],components:{Footer:oa},computed:{lastUpdated:function(){if(this.$page.lastUpdated)return new Date(this.$page.lastUpdated).toLocaleString(this.$lang)},lastUpdatedText:function(){return"string"==typeof this.$themeLocaleConfig.lastUpdated?this.$themeLocaleConfig.lastUpdated:"string"==typeof this.$site.themeConfig.lastUpdated?this.$site.themeConfig.lastUpdated:"Last Updated"},prev:function(){var t,e,n=this.$page.frontmatter.prev;return!1===n?void 0:n?_a(this.$site.pages,n,this.$route.path):(t=this.$page,e=this.sidebarItems,Ca(t,e,-1))},next:function(){var t,e,n=this.$page.frontmatter.next;return!1===n?void 0:n?_a(this.$site.pages,n,this.$route.path):(t=this.$page,e=this.sidebarItems,Ca(t,e,1))},editLink:function(){if(!1!==this.$page.frontmatter.editLink){var t=this.$site.themeConfig,e=t.repo,n=t.editLinks,r=t.docsDir,i=void 0===r?"":r,o=t.docsBranch,a=void 0===o?"master":o,s=t.docsRepo,c=void 0===s?e:s,u=ma(this.$page.path);return da.test(u)?u+="README.md":u+=".md",c&&n?this.createEditLink(e,c,i,a,u):void 0}},editLinkText:function(){return this.$themeLocaleConfig.editLinkText||this.$site.themeConfig.editLinkText||"Edit this page"}},methods:{createEditLink:function(t,e,n,r,i){return/bitbucket.org/.test(t)?(va.test(e)?e:t).replace(da,"")+"/".concat(r)+(n?"/"+n.replace(da,""):"")+i+"?mode=edit&spa=0&at=".concat(r,"&fileviewer=file-view-default"):(va.test(e)?e:"https://github.com/".concat(e)).replace(da,"")+"/edit/".concat(r)+(n?"/"+n.replace(da,""):"")+i}}},$a=(n(118),Object(ra.a)(Sa,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"page"},[t._t("top"),t._v(" "),n("Content",{attrs:{custom:!1}}),t._v(" "),n("div",{staticClass:"page-edit"},[t.editLink?n("div",{staticClass:"edit-link"},[n("a",{attrs:{href:t.editLink,target:"_blank",rel:"noopener noreferrer"}},[t._v(t._s(t.editLinkText))]),t._v(" "),n("OutboundLink")],1):t._e(),t._v(" "),t.lastUpdated?n("div",{staticClass:"last-updated"},[n("span",{staticClass:"prefix"},[t._v(t._s(t.lastUpdatedText)+": ")]),t._v(" "),n("span",{staticClass:"time"},[t._v(t._s(t.lastUpdated))])]):t._e()]),t._v(" "),t.prev||t.next?n("div",{staticClass:"page-nav"},[n("p",{staticClass:"inner"},[t.prev?n("span",{staticClass:"prev"},[t._v("\n        ←\n        "),t.prev?n("router-link",{staticClass:"prev",attrs:{to:t.prev.path}},[t._v("\n          "+t._s(t.prev.title||t.prev.path)+"\n        ")]):t._e()],1):t._e(),t._v(" "),t.next?n("span",{staticClass:"next"},[t.next?n("router-link",{attrs:{to:t.next.path}},[t._v("\n          "+t._s(t.next.title||t.next.path)+"\n        ")]):t._e(),t._v("\n        →\n      ")],1):t._e()])]):t._e(),t._v(" "),t._t("bottom"),t._v(" "),n("Footer")],2)},[],!1,null,null,null));$a.options.__file="Docs.vue";var Aa=$a.exports,Oa=(n(121),Object(ra.a)({},function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"sidebar-button",on:{click:function(e){t.$emit("toggle-sidebar")}}},[n("svg",{staticClass:"icon",attrs:{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",viewBox:"0 0 448 512"}},[n("path",{attrs:{fill:"currentColor",d:"M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"}})])])},[],!1,null,null,null));Oa.options.__file="SidebarButton.vue";var Ea=Oa.exports,ja=(n(123),{data:function(){return{query:"",focused:!1,focusIndex:0}},computed:{showSuggestions:function(){return this.focused&&this.suggestions&&this.suggestions.length},suggestions:function(){var t=this.query.trim().toLowerCase();if(t){for(var e=this.$site,n=e.pages,r=e.themeConfig.searchMaxSuggestions||5,i=this.$localePath,o=function(e){return e.title&&e.title.toLowerCase().indexOf(t)>-1},a=[],s=0;s<n.length&&!(a.length>=r);s++){var c=n[s];if(this.getPageLocalePath(c)===i)if(o(c))a.push(c);else if(c.headers)for(var u=0;u<c.headers.length&&!(a.length>=r);u++){var l=c.headers[u];o(l)&&a.push(Object.assign({},c,{path:c.path+"#"+l.slug,header:l}))}}return a}},alignRight:function(){return(this.$site.themeConfig.nav||[]).length+(this.$site.repo?1:0)<=2}},methods:{getPageLocalePath:function(t){for(var e in this.$site.locales||{})if("/"!==e&&0===t.path.indexOf(e))return e;return"/"},onUp:function(){this.showSuggestions&&(this.focusIndex>0?this.focusIndex--:this.focusIndex=this.suggestions.length-1)},onDown:function(){this.showSuggestions&&(this.focusIndex<this.suggestions.length-1?this.focusIndex++:this.focusIndex=0)},go:function(t){this.showSuggestions&&(this.$router.push(this.suggestions[t].path),this.query="",this.focusIndex=0)},focus:function(t){this.focusIndex=t},unfocus:function(){this.focusIndex=-1}}}),Ta=(n(126),Object(ra.a)(ja,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"search-box"},[n("input",{class:{focused:t.focused},attrs:{"aria-label":"Search",autocomplete:"off",spellcheck:"false"},domProps:{value:t.query},on:{input:function(e){t.query=e.target.value},focus:function(e){t.focused=!0},blur:function(e){t.focused=!1},keyup:[function(e){if(!("button"in e)&&t._k(e.keyCode,"enter",13,e.key,"Enter"))return null;t.go(t.focusIndex)},function(e){return"button"in e||!t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"])?t.onUp(e):null},function(e){return"button"in e||!t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"])?t.onDown(e):null}]}}),t._v(" "),t.showSuggestions?n("ul",{staticClass:"suggestions",class:{"align-right":t.alignRight},on:{mouseleave:t.unfocus}},t._l(t.suggestions,function(e,r){return n("li",{staticClass:"suggestion",class:{focused:r===t.focusIndex},on:{mousedown:function(e){t.go(r)},mouseenter:function(e){t.focus(r)}}},[n("a",{attrs:{href:e.path},on:{click:function(t){t.preventDefault()}}},[n("span",{staticClass:"page-title"},[t._v(t._s(e.title||e.path))]),t._v(" "),e.header?n("span",{staticClass:"header"},[t._v("> "+t._s(e.header.title))]):t._e()])])})):t._e()])},[],!1,null,null,null));Ta.options.__file="SearchBox.vue";var La=Ta.exports,Pa=(n(128),n(20),n(133),{props:{item:{required:!0}},computed:{link:function(){return ya(this.item.link)},exact:function(){var t=this;return this.$site.locales?Object.keys(this.$site.locales).some(function(e){return e===t.link}):"/"===this.link}},methods:{isExternal:ga,isMailto:function(t){return/^mailto:/.test(t)},isTel:function(t){return/^tel:/.test(t)}}}),Ia=Object(ra.a)(Pa,function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isExternal(t.link)?n("a",{staticClass:"nav-link external",attrs:{href:t.link,target:t.isMailto(t.link)||t.isTel(t.link)?null:"_blank",rel:t.isMailto(t.link)||t.isTel(t.link)?null:"noopener noreferrer"}},[t._v("\n  "+t._s(t.item.text)+"\n  "),n("OutboundLink")],1):n("router-link",{staticClass:"nav-link",attrs:{to:t.link,exact:t.exact}},[t._v(t._s(t.item.text))])},[],!1,null,null,null);Ia.options.__file="NavLink.vue";var Ma=Ia.exports,Ra={name:"DropdownTransition",methods:{setHeight:function(t){t.style.height=t.scrollHeight+"px"},unsetHeight:function(t){t.style.height=""}}},Na=(n(135),Object(ra.a)(Ra,function(){var t=this.$createElement;return(this._self._c||t)("transition",{attrs:{name:"dropdown"},on:{enter:this.setHeight,"after-enter":this.unsetHeight,"before-leave":this.setHeight}},[this._t("default")],2)},[],!1,null,null,null));Na.options.__file="DropdownTransition.vue";var Wa=Na.exports,Da={components:{NavLink:Ma,DropdownTransition:Wa},data:function(){return{open:!1}},props:{item:{required:!0}},methods:{toggle:function(){this.open=!this.open}}},Ua=(n(137),Object(ra.a)(Da,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"dropdown-wrapper",class:{open:t.open}},[n("a",{staticClass:"dropdown-title",on:{click:t.toggle}},[n("span",{staticClass:"title"},[t._v(t._s(t.item.text))]),t._v(" "),n("span",{staticClass:"arrow",class:t.open?"down":"right"})]),t._v(" "),n("DropdownTransition",[n("ul",{directives:[{name:"show",rawName:"v-show",value:t.open,expression:"open"}],staticClass:"nav-dropdown"},t._l(t.item.items,function(e,r){return n("li",{key:e.link||r,staticClass:"dropdown-item"},["links"===e.type?n("h4",[t._v(t._s(e.text))]):t._e(),t._v(" "),"links"===e.type?n("ul",{staticClass:"dropdown-subitem-wrapper"},t._l(e.items,function(t){return n("li",{key:t.link,staticClass:"dropdown-subitem"},[n("NavLink",{attrs:{item:t}})],1)})):n("NavLink",{attrs:{item:e}})],1)}))])],1)},[],!1,null,null,null));Ua.options.__file="DropdownLink.vue";var Fa={components:{NavLink:Ma,DropdownLink:Ua.exports},computed:{userNav:function(){return this.$themeLocaleConfig.nav||this.$site.themeConfig.nav||[]},nav:function(){var t=this,e=this.$site.locales;if(e&&Object.keys(e).length>1){var n=this.$page.path,r=this.$router.options.routes,i=this.$site.themeConfig.locales||{},o={text:this.$themeLocaleConfig.selectText||"Languages",items:Object.keys(e).map(function(o){var a,s=e[o],c=i[o]&&i[o].label||s.lang;return s.lang===t.$lang?a=n:(a=n.replace(t.$localeConfig.path,o),r.some(function(t){return t.path===a})||(a=o)),{text:c,link:a}})};return Yo(this.userNav).concat([o])}return this.userNav},userLinks:function(){return(this.nav||[]).map(function(t){return Object.assign(xa(t),{items:(t.items||[]).map(xa)})})},repoLink:function(){var t=this.$site.themeConfig.repo;if(t)return/^https?:/.test(t)?t:"https://github.com/".concat(t)},repoLabel:function(){if(this.repoLink){if(this.$site.themeConfig.repoLabel)return this.$site.themeConfig.repoLabel;for(var t=this.repoLink.match(/^https?:\/\/[^\/]+/)[0],e=["GitHub","GitLab","Bitbucket"],n=0;n<e.length;n++){var r=e[n];if(new RegExp(r,"i").test(t))return r}return"Source"}}}},za=(n(139),Object(ra.a)(Fa,function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.userLinks.length||t.repoLink?n("nav",{staticClass:"nav-links"},[t._l(t.userLinks,function(t){return n("div",{key:t.link,staticClass:"nav-item"},["links"===t.type?n("DropdownLink",{attrs:{item:t}}):n("NavLink",{attrs:{item:t}})],1)}),t._v(" "),t.repoLink?n("a",{staticClass:"repo-link",attrs:{href:t.repoLink,target:"_blank",rel:"noopener noreferrer"}},[t._v("\n    "+t._s(t.repoLabel)+"\n    "),n("OutboundLink")],1):t._e()],2):t._e()},[],!1,null,null,null));za.options.__file="NavLinks.vue";var Ba=za.exports;function Ha(t,e){return t.ownerDocument.defaultView.getComputedStyle(t,null)[e]}var qa={components:{SidebarButton:Ea,NavLinks:Ba,SearchBox:La},data:function(){return{linksWrapMaxWidth:null}},mounted:function(){var t=this,e=parseInt(Ha(this.$el,"paddingLeft"))+parseInt(Ha(this.$el,"paddingRight")),n=function(){document.documentElement.clientWidth<719?t.linksWrapMaxWidth=null:t.linksWrapMaxWidth=t.$el.offsetWidth-e-(t.$refs.siteName&&t.$refs.siteName.offsetWidth||0)};n(),window.addEventListener("resize",n,!1)},computed:{algolia:function(){return this.$themeLocaleConfig.algolia||this.$site.themeConfig.algolia||{}},isAlgoliaSearch:function(){return this.algolia&&this.algolia.apiKey&&this.algolia.indexName}}},Va=(n(141),Object(ra.a)(qa,function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("header",{staticClass:"navbar"},[r("SidebarButton",{on:{"toggle-sidebar":function(e){t.$emit("toggle-sidebar")}}}),t._v(" "),r("router-link",{staticClass:"home-link",attrs:{to:t.$localePath}},[r("img",{staticClass:"logo",attrs:{src:n(120),alt:t.$siteTitle}})]),t._v(" "),r("div",{staticClass:"links",style:{"max-width":t.linksWrapMaxWidth+"px"}},[r("NavLinks",{staticClass:"can-hide"}),t._v(" "),r("SearchBox")],1)],1)},[],!1,null,null,null));Va.options.__file="Navbar.vue";var Ga=Va.exports;function Ka(t,e,n,r){return t("router-link",{props:{to:e,activeClass:"",exactActiveClass:""},class:{active:r,"sidebar-link":!0}},n)}function Ja(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1;return!e||o>i?null:t("ul",{class:"sidebar-sub-headers"},e.map(function(e){var a=ba(r,n+"#"+e.slug);return t("li",{class:"sidebar-sub-header"},[Ka(t,n+"#"+e.slug,e.title,a),Ja(t,e.children,n,r,i,o+1)])}))}var Xa={functional:!0,props:["item"],render:function(t,e){var n=e.parent,r=n.$page,i=n.$site,o=n.$route,a=e.props.item,s=ba(o,a.path),c="auto"===a.type?s||a.children.some(function(t){return ba(o,a.basePath+"#"+t.slug)}):s,u=Ka(t,a.path,a.title||a.path,c),l=null!=r.frontmatter.sidebarDepth?r.frontmatter.sidebarDepth:i.themeConfig.sidebarDepth,f=null==l?1:l,p=!!i.themeConfig.displayAllHeaders;return"auto"===a.type?[u,Ja(t,a.children,a.basePath,o,f)]:(c||p)&&a.headers&&!pa.test(a.path)?[u,Ja(t,wa(a.headers),a.path,o,f)]:u}},Ya=(n(143),Object(ra.a)(Xa,void 0,void 0,!1,null,null,null));Ya.options.__file="SidebarLink.vue";var Qa=Ya.exports,Za={name:"SidebarGroup",props:["item","first","open","collapsable"],components:{SidebarLink:Qa,DropdownTransition:Wa}},ts=(n(145),Object(ra.a)(Za,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"sidebar-group",class:{first:t.first,collapsable:t.collapsable}},[n("p",{staticClass:"sidebar-heading",class:{open:t.open},on:{click:function(e){t.$emit("toggle")}}},[n("span",[t._v(t._s(t.item.title))]),t._v(" "),t.collapsable?n("span",{staticClass:"arrow",class:t.open?"down":"right"}):t._e()]),t._v(" "),n("DropdownTransition",[t.open||!t.collapsable?n("ul",{ref:"items",staticClass:"sidebar-group-items"},t._l(t.item.children,function(t){return n("li",[n("SidebarLink",{attrs:{item:t}})],1)})):t._e()])],1)},[],!1,null,null,null));ts.options.__file="SidebarGroup.vue";var es={components:{SidebarGroup:ts.exports,SidebarLink:Qa,NavLinks:Ba},props:["items"],data:function(){return{openGroupIndex:0}},created:function(){this.refreshIndex()},watch:{$route:function(){this.refreshIndex()}},methods:{refreshIndex:function(){var t=function(t,e){for(var n=0;n<e.length;n++){var r=e[n];if("group"===r.type&&r.children.some(function(e){return ba(t,e.path)}))return n}return-1}(this.$route,this.items);t>-1&&(this.openGroupIndex=t)},toggleGroup:function(t){this.openGroupIndex=t===this.openGroupIndex?-1:t},isActive:function(t){return ba(this.$route,t.path)}}},ns=(n(147),Object(ra.a)(es,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"sidebar"},[n("NavLinks"),t._v(" "),t._t("top"),t._v(" "),t.items.length?n("ul",{staticClass:"sidebar-links"},t._l(t.items,function(e,r){return n("li",{key:r},["group"===e.type?n("SidebarGroup",{attrs:{item:e,first:0===r,open:r===t.openGroupIndex,collapsable:e.collapsable||e.collapsible},on:{toggle:function(e){t.toggleGroup(r)}}}):n("SidebarLink",{attrs:{item:e}})],1)})):t._e(),t._v(" "),t._t("bottom")],2)},[],!1,null,null,null));ns.options.__file="Sidebar.vue";var rs=ns.exports;function is(t){return(is="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function os(t){return(os="function"==typeof Symbol&&"symbol"===is(Symbol.iterator)?function(t){return is(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":is(t)})(t)}var as={props:{updateEvent:{type:Object,default:null}},computed:{popupConfig:function(){for(var t=[this.$themeLocaleConfig,this.$site.themeConfig],e=0;e<t.length;e++){var n=t[e].serviceWorker;if(n&&n.updatePopup)return"object"===os(n.updatePopup)?n.updatePopup:{}}return null},enabled:function(){return Boolean(this.popupConfig&&this.updateEvent)},message:function(){var t=this.popupConfig;return t&&t.message||"New content is available."},buttonText:function(){var t=this.popupConfig;return t&&t.buttonText||"Refresh"}},methods:{reload:function(){this.updateEvent&&(this.updateEvent.skipWaiting().then(function(){location.reload(!0)}),this.updateEvent=null)}}},ss=(n(149),Object(ra.a)(as,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("transition",{attrs:{name:"sw-update-popup"}},[t.enabled?n("div",{staticClass:"sw-update-popup"},[t._v("\n    "+t._s(t.message)),n("br"),t._v(" "),n("button",{on:{click:t.reload}},[t._v(t._s(t.buttonText))])]):t._e()])},[],!1,null,null,null));ss.options.__file="SWUpdatePopup.vue";var cs={components:{LayoutHome:ca,LayoutBlog:fa,Page:Aa,Sidebar:rs,Navbar:Ga,SWUpdatePopup:ss.exports},data:function(){return{isSidebarOpen:!1,swUpdateEvent:null}},computed:{shouldShowNavbar:function(){var t=this.$site.themeConfig;return!1!==this.$page.frontmatter.navbar&&!1!==t.navbar&&(this.$title||t.logo||t.repo||t.nav||this.$themeLocaleConfig.nav)},shouldShowSidebar:function(){var t=this.$page.frontmatter;return!t.layout&&!t.home&&!1!==t.sidebar&&this.sidebarItems.length},sidebarItems:function(){return ka(this.$page,this.$route,this.$site,this.$localePath)},pageClasses:function(){var t=this.$page.frontmatter.pageClass;return[{"no-navbar":!this.shouldShowNavbar,"sidebar-open":this.isSidebarOpen,"no-sidebar":!this.shouldShowSidebar},t]}},mounted:function(){var t=this;window.addEventListener("scroll",this.onScroll),ea.a.configure({showSpinner:!1}),this.$router.beforeEach(function(t,e,n){t.path===e.path||mi.component(t.name)||ea.a.start(),n()}),this.$router.afterEach(function(){ea.a.done(),t.isSidebarOpen=!1}),this.$on("sw-updated",this.onSWUpdated)},methods:{toggleSidebar:function(t){this.isSidebarOpen="boolean"==typeof t?t:!this.isSidebarOpen},onTouchStart:function(t){this.touchStart={x:t.changedTouches[0].clientX,y:t.changedTouches[0].clientY}},onTouchEnd:function(t){var e=t.changedTouches[0].clientX-this.touchStart.x,n=t.changedTouches[0].clientY-this.touchStart.y;Math.abs(e)>Math.abs(n)&&Math.abs(e)>40&&(e>0&&this.touchStart.x<=80?this.toggleSidebar(!0):this.toggleSidebar(!1))},onSWUpdated:function(t){this.swUpdateEvent=t}}},us=(n(151),n(153),Object(ra.a)(cs,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"theme-container",class:t.pageClasses,on:{touchstart:t.onTouchStart,touchend:t.onTouchEnd}},[t.shouldShowNavbar?n("Navbar",{on:{"toggle-sidebar":t.toggleSidebar}}):t._e(),t._v(" "),n("div",{staticClass:"sidebar-mask",on:{click:function(e){t.toggleSidebar(!1)}}}),t._v(" "),n("Sidebar",{attrs:{items:t.sidebarItems},on:{"toggle-sidebar":t.toggleSidebar}},[t._t("sidebar-top",null,{slot:"top"}),t._v(" "),t._t("sidebar-bottom",null,{slot:"bottom"})],2),t._v(" "),t.$page.frontmatter.layout?n("div",{staticClass:"custom-layout"},[n(t.$page.frontmatter.layout,{tag:"component"})],1):t.$page.frontmatter.home?n("Homepage"):n("Page",{attrs:{"sidebar-items":t.sidebarItems}},[t._t("page-top",null,{slot:"top"}),t._v(" "),t._t("page-bottom",null,{slot:"bottom"})],2),t._v(" "),n("SWUpdatePopup",{attrs:{updateEvent:t.swUpdateEvent}})],1)},[],!1,null,null,null));us.options.__file="Layout.vue";var ls=us.exports,fs=["There's nothing here.","How did we get here?","That's a Four-Oh-Four.","Looks like we've got some broken links."],ps={methods:{getMsg:function(){return fs[Math.floor(Math.random()*fs.length)]}}},hs=Object(ra.a)(ps,function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"theme-container"},[e("div",{staticClass:"content"},[e("h1",[this._v("404")]),this._v(" "),e("blockquote",[this._v(this._s(this.getMsg()))]),this._v(" "),e("router-link",{attrs:{to:"/"}},[this._v("Take me home.")])],1)])},[],!1,null,null,null);hs.options.__file="NotFound.vue";var ds=hs.exports,vs=(n(155),n(157),{created:function(){this.$ssrContext&&(this.$ssrContext.title=this.$title,this.$ssrContext.lang=this.$lang,this.$ssrContext.description=this.$page.description||this.$description)},mounted:function(){var t=this;this.currentMetaTags=new Set;var e=function(){document.title=t.$title,document.documentElement.lang=t.$lang;var e=t.$page.frontmatter.meta||[],n=e.slice(0);0===e.filter(function(t){return"description"===t.name}).length&&n.push({name:"description",content:t.$description});var r=document.querySelectorAll('meta[name="description"]');r.length&&r.forEach(function(e){return t.currentMetaTags.add(e)}),t.currentMetaTags=new Set(ms(n,t.currentMetaTags))};this.$watch("$page",e),e()},beforeDestroy:function(){ms(null,this.currentMetaTags)}});function ms(t,e){if(e&&Yo(e).forEach(function(t){document.head.removeChild(t)}),t)return t.map(function(t){var e=document.createElement("meta");return Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])}),document.head.appendChild(e),e})}var gs=n(89),ys=[vs,{mounted:function(){window.addEventListener("scroll",this.onScroll)},methods:{onScroll:n.n(gs)()(function(){this.setActiveHash()},300),setActiveHash:function(){for(var t=this,e=[].slice.call(document.querySelectorAll(".sidebar-link")),n=[].slice.call(document.querySelectorAll(".header-anchor")).filter(function(t){return e.some(function(e){return e.hash===t.hash})}),r=Math.max(window.pageYOffset,document.documentElement.scrollTop,document.body.scrollTop),i=0;i<n.length;i++){var o=n[i],a=n[i+1];if((0===i&&0===r||r>=o.parentElement.offsetTop+10&&(!a||r<a.parentElement.offsetTop-10))&&decodeURIComponent(this.$route.hash)!==decodeURIComponent(o.hash))return Zo.disableScrollBehavior=!0,void this.$router.replace(decodeURIComponent(o.hash),function(){t.$nextTick(function(){Zo.disableScrollBehavior=!1})})}}},beforeDestroy:function(){window.removeEventListener("scroll",this.onScroll)}}];Qo(ls,ys),Qo(ds,ys);var bs=[{name:"v-d2ad934eed332",path:"/",component:ls,beforeEnter:function(t,e,r){n.e(4).then(n.bind(null,187)).then(function(t){mi.component("v-d2ad934eed332",t.default),r()})}},{path:"/index.html",redirect:"/"},{name:"v-e7973cf981ed2",path:"/blog/2018-05-24-skywalking-net.html",component:ls,beforeEnter:function(t,e,r){n.e(5).then(n.bind(null,188)).then(function(t){mi.component("v-e7973cf981ed2",t.default),r()})}},{name:"v-87b86ad5f503e",path:"/blog/2018-12-12-skywalking-service-mesh-ready.html",component:ls,beforeEnter:function(t,e,r){n.e(6).then(n.bind(null,186)).then(function(t){mi.component("v-87b86ad5f503e",t.default),r()})}},{name:"v-2653dd079adc6",path:"/blog/",component:ls,beforeEnter:function(t,e,r){n.e(7).then(n.bind(null,185)).then(function(t){mi.component("v-2653dd079adc6",t.default),r()})}},{path:"/blog/index.html",redirect:"/blog/"},{name:"v-eb85789ab67f4",path:"/downloads/",component:ls,beforeEnter:function(t,e,r){n.e(8).then(n.bind(null,175)).then(function(t){mi.component("v-eb85789ab67f4",t.default),r()})}},{path:"/downloads/index.html",redirect:"/downloads/"},{name:"v-d0b9a62d7e0fa",path:"/events/",component:ls,beforeEnter:function(t,e,r){n.e(9).then(n.bind(null,183)).then(function(t){mi.component("v-d0b9a62d7e0fa",t.default),r()})}},{path:"/events/index.html",redirect:"/events/"},{name:"v-b69f77a28aa34",path:"/team/",component:ls,beforeEnter:function(t,e,r){n.e(10).then(n.bind(null,181)).then(function(t){mi.component("v-b69f77a28aa34",t.default),r()})}},{path:"/team/index.html",redirect:"/team/"},{name:"v-0dc50f2fcc81",path:"/zh/",component:ls,beforeEnter:function(t,e,r){n.e(11).then(n.bind(null,180)).then(function(t){mi.component("v-0dc50f2fcc81",t.default),r()})}},{path:"/zh/index.html",redirect:"/zh/"},{name:"v-b318432533864",path:"/zh/blog/2018-05-24-skywalking-net.html",component:ls,beforeEnter:function(t,e,r){n.e(2).then(n.bind(null,178)).then(function(t){mi.component("v-b318432533864",t.default),r()})}},{name:"v-d5b7e7df523a5",path:"/zh/blog/",component:ls,beforeEnter:function(t,e,r){n.e(12).then(n.bind(null,177)).then(function(t){mi.component("v-d5b7e7df523a5",t.default),r()})}},{path:"/zh/blog/index.html",redirect:"/zh/blog/"},{name:"v-5abc7eb2707e3",path:"/zh/doc/",component:ls,beforeEnter:function(t,e,r){n.e(13).then(n.bind(null,176)).then(function(t){mi.component("v-5abc7eb2707e3",t.default),r()})}},{path:"/zh/doc/index.html",redirect:"/zh/doc/"},{name:"v-a9414c3d3812c",path:"/zh/downloads/",component:ls,beforeEnter:function(t,e,r){n.e(14).then(n.bind(null,184)).then(function(t){mi.component("v-a9414c3d3812c",t.default),r()})}},{path:"/zh/downloads/index.html",redirect:"/zh/downloads/"},{name:"v-efae970b733d6",path:"/zh/events/",component:ls,beforeEnter:function(t,e,r){n.e(15).then(n.bind(null,189)).then(function(t){mi.component("v-efae970b733d6",t.default),r()})}},{path:"/zh/events/index.html",redirect:"/zh/events/"},{name:"v-00a6814536ae5",path:"/zh/team/",component:ls,beforeEnter:function(t,e,r){n.e(16).then(n.bind(null,179)).then(function(t){mi.component("v-00a6814536ae5",t.default),r()})}},{path:"/zh/team/index.html",redirect:"/zh/team/"},{path:"*",component:ds}],_s={title:"",description:"",base:"/",pages:[{key:"v-d2ad934eed332",path:"/",frontmatter:{layout:"LayoutHome",description:"Application performance monitor tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures.",start:"Quick Start",what:{title:"What is SkyWalking",content:["SkyWalking is Observalibity Analysis Platform and Application Performance Management system.","Provide distributed tracing, service mesh telemetry analysis, metric aggregation and visualization all-in-one solution."]},feature:{title:"Feature List",content:["Consistent in multiple scenarios. supported telemetry sources from language agents and service mesh.","Multiple language agents, Java, .Net Core and NodJS auto instrument agents.","Light. No big data platform required, even observing the high payload cluster.","Modulization. Have multiple options for UI, storage, cluster managements.","Alarm supported.","Cool visualization solution."]},user:{title:"Who is using SkyWalking",content:"Various companies and organizations use SkyWalking for research, production and commercial products. This is SkyWalking's user wall."},news:{title:"Events & News",content:[{header:"Welcome Yixiong Cao as a new committer.",content:"Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.",time:"Dec. 10th, 2018"},{header:"Welcome Lang Li as a new committer.",content:"Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.",time:"Dec. 6th, 2018"},{header:"Welcome Jian Tan as a new committer.",content:"Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.",time:"Dec. 2rd, 2018"},{header:"Release Apache SkyWalking APM 6.0.0-alpha",content:"APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio)",time:"Nov. 14th, 2018",tags:"SkyWalking APM, Observalibity Analysis Platform, New Release"}]}}},{key:"v-e7973cf981ed2",path:"/blog/2018-05-24-skywalking-net.html",title:"Apache SkyWalking provides open source APM and distributed tracing in .NET Core field",headers:[{level:2,title:"GitHub",slug:"github"}]},{key:"v-87b86ad5f503e",path:"/blog/2018-12-12-skywalking-service-mesh-ready.html",title:"SkyWalking v6 is Service Mesh ready",headers:[{level:2,title:"Service Mesh Integration",slug:"service-mesh-integration"},{level:2,title:"Observability analysis platform",slug:"observability-analysis-platform"}]},{key:"v-2653dd079adc6",path:"/blog/",frontmatter:{layout:"LayoutBlog",blog:[{title:"SkyWalking v6 is Service Mesh ready",name:"2018-12-12-skywalking-service-mesh-ready",time:"Sheng Wu. Dec. 5th, 2018",short:"The integration of SkyWalking and Istio Service Mesh yields an essential open-source tool for resolving the chaos created by the proliferation of siloed, cloud-based services."},{title:"Apache SkyWalking provides open source APM and distributed tracing in .NET Core field",name:"2018-05-24-skywalking-net",time:"Haoyang Liu, Sheng Wu. May. 24th, 2018",short:"SkyWalking .NET Core SDK is available"}]}},{key:"v-eb85789ab67f4",path:"/downloads/",title:"Download the SkyWalking releases",headers:[{level:2,title:"6.x releases",slug:"_6-x-releases"},{level:3,title:"Changes in 6.0.0-alpha",slug:"changes-in-6-0-0-alpha"},{level:2,title:"5.x releases",slug:"_5-x-releases"},{level:3,title:"Changes in 5.0.0-GA",slug:"changes-in-5-0-0-ga"}]},{key:"v-d0b9a62d7e0fa",path:"/events/",title:"SkyWalking Events",headers:[{level:2,title:"Welcome Yixiong Cao as a new committer.",slug:"welcome-yixiong-cao-as-a-new-committer"},{level:2,title:"Welcome Lang Li as a new committer.",slug:"welcome-lang-li-as-a-new-committer"},{level:2,title:"Welcome Jian Tan as a new committer.",slug:"welcome-jian-tan-as-a-new-committer"},{level:2,title:"Release Apache SkyWalking 6.0.0-alpha",slug:"release-apache-skywalking-6-0-0-alpha"},{level:2,title:"Release Apache SkyWalking 5.0.0-GA",slug:"release-apache-skywalking-5-0-0-ga"},{level:2,title:"Release Apache SkyWalking 5.0.0-RC2",slug:"release-apache-skywalking-5-0-0-rc2"},{level:2,title:"Release Apache SkyWalking 5.0.0-beta2",slug:"release-apache-skywalking-5-0-0-beta2"},{level:2,title:"Release Apache SkyWalking 5.0.0-beta",slug:"release-apache-skywalking-5-0-0-beta"},{level:2,title:"Release Apache SkyWalking APM 5.0.0-alpha",slug:"release-apache-skywalking-apm-5-0-0-alpha"}]},{key:"v-b69f77a28aa34",path:"/team/",title:"SkyWalking Team",headers:[{level:2,title:"Members",slug:"members"},{level:3,title:"Incubator Mentor",slug:"incubator-mentor"},{level:3,title:"PPMC",slug:"ppmc"},{level:3,title:"Committer",slug:"committer"},{level:2,title:"Contributors",slug:"contributors"},{level:2,title:"Becomming a Committer",slug:"becomming-a-committer"}]},{key:"v-0dc50f2fcc81",path:"/zh/",frontmatter:{layout:"LayoutHome",description:"分布式系统的应用程序性能监视工具,专为微服务、云本机架构和基于容器(Docker、K8s、Mesos)架构而设计。",start:"快速开始",what:{title:"什么是 SkyWalking",content:["SkyWalking 是观察性分析平台和应用性能管理系统。","提供分布式追踪、服务网格遥测分析、度量聚合和可视化一体化解决方案."]},feature:{title:"特性一览",content:["多种监控手段,语言探针和service mesh","多语言自动探针,Java,.NET Core和Node.JS","轻量高效,不需要大数据","模块化,UI、存储、集群管理多种机制可选","支持告警","优秀的可视化方案"]},user:{title:"谁在使用 SkyWalking",content:"各种各样的公司和组织使用SkyWalking进行研究,生产和商业产品。这是SkyWalking 的用户墙"},news:{title:"事件 & 新闻",content:[{header:"欢迎曹奕雄成为committer",content:"根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。",time:"2018年12月10日"},{header:"欢迎李浪成为committer",content:"根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。",time:"2018年12月6日"},{header:"欢迎谭建成为committer",content:"根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。",time:"2018年12月2日"},{header:"发布Apache SkyWalking 6.0.0-alpha版本",content:"APM始终兼容多语言探针(Java,.Net,NodeJS)、第三方追踪数据格式(Zipkin)和服务网格遥测数据(Istio)。",time:"2018年11月14日",tags:"SkyWalking APM, Observalibity Analysis Platform, New Release"}]}}},{key:"v-b318432533864",path:"/zh/blog/2018-05-24-skywalking-net.html",title:"Apache SkyWalking 为.NET Core带来开箱即用的分布式追踪和应用性能监控",excerpt:'<h1 id="apache-skywalking-为-net-core带来开箱即用的分布式追踪和应用性能监控">Apache SkyWalking 为.NET Core带来开箱即用的分布式追踪和应用性能监控</h1>\n<p>作者: SkyWalking .NET Core 探针维护者,刘浩扬</p>\n<p>在大型网站系统设计中,随着分布式架构,特别是微服务架构的流行,我们将系统解耦成更小的单元,通过不断的添加新的、小的模块或者重用已经有的模块来构建复杂的系统。随着模块的不断增多,一次请求可能会涉及到十几个甚至几十个服务的协同处理,那么如何准确快速的定位到线上故障和性能瓶颈,便成为我们不得不面对的棘手问题。</p>\n'},{key:"v-d5b7e7df523a5",path:"/zh/blog/",frontmatter:{layout:"LayoutBlog",blog:[{title:"Apache SkyWalking 为.NET Core带来开箱即用的分布式追踪和应用性能监控",name:"2018-05-24-skywalking-net",time:"刘浩扬",short:"用于SkyWalking的.NET Core SDK"}]}},{key:"v-5abc7eb2707e3",path:"/zh/doc/",title:"Introduction"},{key:"v-a9414c3d3812c",path:"/zh/downloads/",title:"下载SkyWalking发布版本",headers:[{level:2,title:"6.x 版本",slug:"_6-x-版本"},{level:3,title:"6.0.0-alpha更新日志",slug:"_6-0-0-alpha更新日志"},{level:2,title:"5.x 版本",slug:"_5-x-版本"}]},{key:"v-efae970b733d6",path:"/zh/events/",title:"SkyWalking 事件概要",headers:[{level:2,title:"欢迎曹奕雄成为committer",slug:"欢迎曹奕雄成为committer"},{level:2,title:"欢迎李浪成为committer",slug:"欢迎李浪成为committer"},{level:2,title:"欢迎谭建成为committer.",slug:"欢迎谭建成为committer"},{level:2,title:"发布Apache SkyWalking 6.0.0-alpha版本",slug:"发布apache-skywalking-6-0-0-alpha版本"},{level:2,title:"发布Apache SkyWalking 5.0.0-GA",slug:"发布apache-skywalking-5-0-0-ga"},{level:2,title:"发布Apache SkyWalking 5.0.0-RC2版本",slug:"发布apache-skywalking-5-0-0-rc2版本"},{level:2,title:"发布Apache SkyWalking 5.0.0-beta2版本",slug:"发布apache-skywalking-5-0-0-beta2版本"},{level:2,title:"发布Apache SkyWalking 5.0.0-beta版本",slug:"发布apache-skywalking-5-0-0-beta版本"},{level:2,title:"发布Apache SkyWalking APM 5.0.0-alpha版本",slug:"发布apache-skywalking-apm-5-0-0-alpha版本"}]},{key:"v-00a6814536ae5",path:"/zh/team/",title:"SkyWalking 团队",headers:[{level:2,title:"成员",slug:"成员"},{level:3,title:"孵化导师",slug:"孵化导师"},{level:3,title:"孵化器项目管理委员会",slug:"孵化器项目管理委员会"},{level:3,title:"提交者",slug:"提交者"},{level:2,title:"贡献者",slug:"贡献者"},{level:2,title:"成为提交者",slug:"成为提交者"}]}],themeConfig:{locales:{"/":{lang:"en-US",selectText:"Lang",label:"En",sidebar:{"/events/":[{collapsable:!1,children:[""]}]},nav:[{text:"Home",link:"/"},{text:"Docs",items:[{text:"Latest dev version",link:"https://github.com/apache/incubator-skywalking/tree/master/docs"},{text:"6.0.0-alpha",link:"https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs"},{text:"5.0.0-GA",link:"https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs"}]},{text:"Events",link:"/events/"},{text:"Blog",link:"/blog/"},{text:"Downloads",link:"/downloads/"},{text:"Team",link:"/team/"},{text:"Links",items:[{text:"Apache Software Foundation",link:"http://www.apache.org/"},{text:"GitHub Issue Tracker",link:"https://github.com/apache/incubator-skywalking/issues"},{text:"Dev Mailing List",link:"https://lists.apache.org/list.html?dev@skywalking.apache.org"},{text:"License",link:"http://www.apache.org/licenses/"},{text:"Apache Events",link:"http://www.apache.org/events/current-event"},{text:"Security",link:"http://www.apache.org/security/"},{text:"Sponsorship and Donate",link:"http://www.apache.org/foundation/sponsorship.html"},{text:"Thanks",link:"http://www.apache.org/foundation/thanks.html"}]}]},"/zh/":{lang:"zh-CN",selectText:"语言",label:"中文",sidebar:{"/zh/events/":[{collapsable:!1,children:[""]}]},nav:[{text:"主页",link:"/zh/"},{text:"文档",items:[{text:"开发版本文档",link:"https://github.com/apache/incubator-skywalking/tree/master/docs"},{text:"6.0.0-alpha",link:"https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs"},{text:"5.0.0-GA",link:"https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs"}]},{text:"事件",link:"/zh/events/"},{text:"博客",link:"/zh/blog/"},{text:"下载",link:"/zh/downloads/"},{text:"团队",link:"/zh/team/"},{text:"链接",items:[{text:"Apache Software Foundation",link:"http://www.apache.org/"},{text:"GitHub Issue Tracker",link:"https://github.com/apache/incubator-skywalking/issues"},{text:"Dev Mailing List",link:"https://lists.apache.org/list.html?dev@skywalking.apache.org"},{text:"License",link:"http://www.apache.org/licenses/"},{text:"Apache Events",link:"http://www.apache.org/events/current-event"},{text:"Security",link:"http://www.apache.org/security/"},{text:"Sponsorship and Donate",link:"http://www.apache.org/foundation/sponsorship.html"},{text:"Thanks",link:"http://www.apache.org/foundation/thanks.html"}]}]}}},locales:{"/":{lang:"en-US",title:" Apache SkyWalking™ (incubating)|SkyWalking Team ",logo:"/favicon.ico",head:[["link",{rel:"icon",href:"/logo.svg"}]]},"/zh/":{lang:"zh-CN",title:" Apache SkyWalking™ (incubating)|SkyWalking Team ",logo:"/favicon.ico",head:[["link",{rel:"icon",href:"/logo.svg"}]]}}},ks=function(){},ws=function(){},xs={functional:!0,props:{custom:{type:Boolean,default:!0}},render:function(t,e){var n=e.parent,r=e.props,i=e.data;return t(n.$page.key,{class:[r.custom?"custom":"",i.class,i.staticClass],style:i.style})}},Cs=(n(160),Object(ra.a)({},function(t,e){var n=e._c;return n("svg",{staticClass:"icon outbound",attrs:{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",x:"0px",y:"0px",viewBox:"0 0 100 100",width:"15",height:"15"}},[n("path",{attrs:{fill:"currentColor",d:"M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"}}),e._v(" "),n("polygon",{attrs:{fill:"currentColor",points:"45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"}})])},[],!0,null,null,null));Cs.options.__file="OutboundLink.vue";var Ss=Cs.exports;Promise.all([n.e(0),n.e(17)]).then(n.t.bind(null,174,7)),mi.config.productionTip=!1,mi.use(Xo),mi.mixin(function(t){!function(t){t.pages.forEach(function(t){t.frontmatter||(t.frontmatter={})}),t.locales&&Object.keys(t.locales).forEach(function(e){t.locales[e].path=e}),Object.freeze(t)}(t);var e=new mi({data:{siteData:t}});return{computed:{$site:function(){return e.siteData},$localeConfig:function(){var t,e,n=this.$site.locales,r=void 0===n?{}:n;for(var i in r)"/"===i?e=r[i]:0===this.$page.path.indexOf(i)&&(t=r[i]);return t||e||{}},$siteTitle:function(){return this.$localeConfig.title||this.$site.title||""},$title:function(){var t=this.$page,e=this.$siteTitle,n=t.frontmatter.home?null:t.frontmatter.title||t.title;return e?n?n+" | "+e:e:n||"VuePress"},$description:function(){if(this.$page.frontmatter.meta){var t=this.$page.frontmatter.meta.filter(function(t){return"description"===t.name})[0];if(t)return t.content}return this.$page.frontmatter.description||this.$localeConfig.description||this.$site.description||""},$lang:function(){return this.$page.frontmatter.lang||this.$localeConfig.lang||"en-US"},$localePath:function(){return this.$localeConfig.path||"/"},$themeLocaleConfig:function(){return(this.$site.themeConfig.locales||{})[this.$localePath]||{}},$page:function(){return function(t,e){for(var n=0;n<t.length;n++){var r=t[n];if(r.path===e)return r}return{path:"",frontmatter:{}}}(this.$site.pages,this.$route.path)}}}}(_s)),mi.component("Content",xs),mi.component("OutboundLink",Ss),mi.component("Badge",function(){return Promise.all([n.e(0),n.e(3)]).then(n.bind(null,182))}),mi.component("ClientOnly",{functional:!0,render:function(t,e){var n=e.parent,r=e.children;if(n._isMounted)return r;n.$once("hook:mounted",function(){n.$forceUpdate()})}}),mi.prototype.$withBase=function(t){var e=this.$site.base;return"/"===t.charAt(0)?e+t.slice(1):t};n(162);var $s=function(){var t=new Xo({base:_s.base,mode:"history",fallback:!1,routes:bs,scrollBehavior:function(t,e,n){return n||(t.hash?!Zo.disableScrollBehavior&&{selector:t.hash}:{x:0,y:0})}});t.beforeEach(function(t,e,n){/(\/|\.html)$/.test(t.path)?n():n(Object.assign({},t,{path:t.path+"/"}))});var e={};return ws({Vue:mi,options:e,router:t,siteData:_s}),ks({Vue:mi,options:e,router:t,siteData:_s}),{app:new mi(Object.assign(e,{router:t,render:function(t){return t("div",{attrs:{id:"app"}},[t("router-view",{ref:"layout"})])}})),router:t}}(),As=$s.app,Os=$s.router;window.__VUEPRESS_VERSION__={version:"0.14.8",hash:"5e19fbc"},Os.onReady(function(){As.$mount("#app")})}]);
\ No newline at end of file
diff --git a/blog/2018-05-24-skywalking-net.html b/blog/2018-05-24-skywalking-net.html
deleted file mode 100644
index 85bf02f..0000000
--- a/blog/2018-05-24-skywalking-net.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>Apache SkyWalking provides open source APM and distributed tracing in .NET Core field |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="preload" href="/assets/js/5.a2540094.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link router-link-active">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/2018-05-24-skywalking-net.html" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/2018-05-24-skywalking-net.html" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link router-link-active">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/2018-05-24-skywalking-net.html" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/2018-05-24-skywalking-net.html" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="page"> <div class="content"><h1 id="apache-skywalking-provides-open-source-apm-and-distributed-tracing-in-net-core-field">Apache SkyWalking provides open source APM and distributed tracing in .NET Core field</h1> <p>Auther: Haoyang Liu, the major maintainer of SkyWalking .NET Core agent</p> <p>Translator: Wu Sheng</p> <p>May. 24th, 2018</p> <p>In many big systems, distributed and especially microservice architectures become more and more popular. With the increase of modules and services, one incoming request could cross dozens of service. How to pinpoint the issues of the online system, and the bottleneck of the whole distributed system? This became a very important problem, which must be resolved.</p> <p>To resolve the problems in distributed system, Google published the paper “Dapper, a Large-Scale Distributed Systems Tracing Infrastructure”, which mentioned the designs and ideas of building a distributed system. Many projects are inspired by it, created in the last 10 years. At 2015, Apache SkyWalking was created by Wu Sheng as a simple distributed system at first and open source. Through almost 3 years developments, at 2018, according to its 5.0.0-alpha/beta releases, it had already became a cool open source APM system for cloud native, container based system.</p> <p>At the early of this year, I was trying to build the Butterfly open source APM in .NET Core, and that is when I met the Apache SkyWalking team and its creator. I decided to join them, and cooperate with them, to provide .NET Core agent native compatible with SkyWalking. At April, I released the first version .NET core agent 0.1.0. After several weeks interation, we released 0.2.0, for increasing the stability and adding HttpClient, Database driver supports.</p> <p>Before we used .NET Core agent, we need to deploy SkyWalking collector, UI and ElasticSearch 5.x. You can download the release versions at here: http://skywalking.apache.org/downloads/ and follow the docs (Deploy-backend-in-standalone-mode, Deploy-backend-in-cluster-mode) to setup the backend.</p> <p>At here, I are giving a quick start to represent, how to monitor a demo distributed .NET Core applications. I can say, that is easy.</p> <blockquote><p>git clone https://github.com/OpenSkywalking/skywalking-netcore.git</p></blockquote> <blockquote><p>cd skywalking-netcore</p></blockquote> <blockquote><p>dotnet restore</p></blockquote> <blockquote><p>dotnet run -p sample/SkyWalking.Sample.Backend
-dotnet run -p sample/SkyWalking.Sample.Frontend</p></blockquote> <p>Now you can open http://localhost:5001/api/values to access the demo application. Then you can open SkyWalking WebUI http://localhost:8080</p> <ul><li><p>Overview of the whole distributed system
-<img src="https://cdn-images-1.medium.com/max/1600/1*sZY-9RaSz40sAHLkhwSV5g.png"></p></li> <li><p>Topology of distributed system
-<img src="https://cdn-images-1.medium.com/max/1600/1*mMEGHg12fziDdeoa4r9CrA.png"></p></li> <li><p>Application view
-<img src="https://cdn-images-1.medium.com/max/1600/1*uxBlfP6Byvf8xpRpG-qRZw.png"></p></li> <li><p>Trace query
-<img src="https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"></p></li> <li><p>Span’s tags, logs and related traces
-<img src="https://cdn-images-1.medium.com/max/1600/1*bj8bdC7LscCD4tmcs8c_gg.png"></p></li></ul> <h2 id="github">GitHub</h2> <ul><li>Website: http://skywalking.apache.org/</li> <li>SkyWalking Github Repo: https://github.com/apache/incubator-skywalking</li> <li>SkyWalking-NetCore Github Repo: https://github.com/OpenSkywalking/skywalking-netcore</li></ul></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
-    <script src="/assets/js/5.a2540094.js" defer></script><script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/blog/2018-12-12-skywalking-service-mesh-ready.html b/blog/2018-12-12-skywalking-service-mesh-ready.html
deleted file mode 100644
index d1638ae..0000000
--- a/blog/2018-12-12-skywalking-service-mesh-ready.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>SkyWalking v6 is Service Mesh ready |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="preload" href="/assets/js/6.4bdf90c5.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link router-link-active">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/2018-12-12-skywalking-service-mesh-ready.html" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link router-link-active">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/2018-12-12-skywalking-service-mesh-ready.html" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="page"> <div class="content"><h1 id="skywalking-v6-is-service-mesh-ready">SkyWalking v6 is Service Mesh ready</h1> <ul><li>Auther: Wu Sheng, tetrate</li> <li>Original link, <a href="https://www.tetrate.io/blog/apache-skywalking-v6/" target="_blank" rel="noopener noreferrer">Tetrate.io blog<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li>Dec. 5th, 2018</li></ul> <h1 id="context">Context</h1> <p>The integration of SkyWalking and Istio Service Mesh yields an essential open-source tool for resolving the chaos created by the proliferation of siloed, cloud-based services.</p> <p>Apache SkyWalking is an open, modern performance management tool for distributed services, designed especially for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures. We at Tetrate believe it is going to be an important project for understanding the performance of microservices. The recently released v6 integrates with Istio Service Mesh and focuses on metrics and tracing. It natively understands the most common language runtimes (Java, .Net, and NodeJS). With its new core code, SkyWalking v6 also supports Istrio telemetry data formats, providing consistent analysis, persistence, and visualization.</p> <p>SkyWalking has evolved into an Observability Analysis Platform that enables observation and monitoring of hundreds of services all at once. It promises solutions for some of the trickiest problems faced by system administrators using complex arrays of abundant services: Identifying why and where a request is slow, distinguishing normal from deviant system performance, comparing apples-to-apples metrics across apps regardless of programming language, and attaining a complete and meaningful view of performance.</p> <img width="700px" src="https://skywalkingtest.github.io/page-resources/6-alpha-overview.png"> <h1 id="skywalking-history">SkyWalking History</h1> <p>Launched in China by Wu Sheng in 2015, SkyWalking started as just a distributed tracing system, like Zipkin, but with auto instrumentation from a Java agent. This enabled JVM users to see distributed traces without any change to their source code. In the last two years, it has been used for research and production by more than [50 companies] (https://github.com/apache/incubator-skywalking/blob/master/docs/powered-by.md). With its expanded capabilities, we expect to see it adopted more globally.</p> <h1 id="what-s-new">What's new</h1> <h2 id="service-mesh-integration">Service Mesh Integration</h2> <p>Istio has picked up a lot of steam as the framework of choice for distributed services. Based on all the interest in the Istio project, and community feedback, some SkyWalking (P)PMC members decided to integrate with Istio Service Mesh to move SkyWalking to a higher level.</p> <p>So now you can use Skywalking to get metrics and understand the topology of your applications. This works not just for Java, .NET and Node using our language agents, but also for microservices running under the Istio service mesh. You can get a full topology of both kinds of applications.</p> <img width="700px" src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Topology.png"> <h2 id="observability-analysis-platform">Observability analysis platform</h2> <p>With its roots in tracing, SkyWalking is now transitioning into an open-standards based <strong>Observability Analysis Platform</strong>, which means the following:</p> <ul><li>It can accept different kinds and formats of telemetry data from mesh like Istio telemetry.</li> <li>Its agents support various popular software technologies and frameworks like Tomcat, Spring, Kafka. The whole supported framework list is <a href="https://github.com/apache/incubator-skywalking/blob/master/docs/en/setup/service-agent/java-agent/Supported-list.md" target="_blank" rel="noopener noreferrer">here<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>.</li> <li>It can accept data from other compliant sources like Zipkin-formatted traces reported from Zipkin, Jaeger, or OpenCensus clients.</li></ul> <img width="700px" src="https://skywalkingtest.github.io/page-resources/6-alpha-overview.png"> <p>SkyWalking is logically split into four parts: Probes, Platform Backend, Storage and UI:</p> <p>There are two kinds of <strong>probes</strong>:</p> <ul><li>Language agents or SDKs following SkyWalking across-thread propagation formats and trace formats, run in the user’s application process.</li> <li>The Istio mixer adaptor, which collects telemetry from the Service Mesh.</li></ul> <p>The platform <strong>backend</strong> provides gRPC and RESTful HTTP endpoints for all SkyWalking-supported trace and metric telemetry data. For example, you can stream these metrics into an analysis system.</p> <p><strong>Storage</strong> supports multiple implementations such as ElasticSearch, H2 (alpha), MySQL, and Apache ShardingSphere for MySQL Cluster. TiDB will be supported in next release.</p> <p>SkyWalking’s built-in <strong>UI</strong> with a GraphQL endpoint for data allows intuitive, customizable integration.</p> <p>Some examples of SkyWalking’s UI:</p> <ul><li>Observe a Spring app using the SkyWalking JVM-agent</li></ul> <img width="700px" src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Topology.png"> <ul><li>Observe on Istio without any agent, no matter what langugage the service is written in</li></ul> <img width="700px" src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Topology.png"> <ul><li>See fine-grained metrics like request/Call per Minute, P99/95/90/75/50 latency, avg response time, heatmap</li></ul> <img width="700px" src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Dashboard.png"> <ul><li>Service dependencies and metrics</li></ul> <img width="700px" src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Service.png"> <h1 id="service-focused">Service Focused</h1> <p>At Tetrate, we are focused on discovery, reliability, and security of your running services.
-This is why we are embracing Skywalking, which makes service performance observable.</p> <p>Behind this admittedly cool UI, the aggregation logic is very easy to understand, making it easy to customize SkyWalking in its Observability Analysis Language (OAL) script.</p> <p>We’ll post more about OAL for developers looking to customize SkyWalking, and you can read the official <a href="https://github.com/apache/incubator-skywalking/blob/master/docs/en/concepts-and-designs/oal.md" target="_blank" rel="noopener noreferrer">OAL introduction<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> document.</p> <p>Scripts are based on three core concepts:</p> <ul><li><p><strong>Service</strong> represents a group of workloads that provide the same behaviours for incoming requests. You can define the service name whether you are using instrument agents or SDKs. Otherwise, SkyWalking uses the name you defined in the underlying platform, such as Istio.</p></li> <li><p><strong>Service Instance</strong> Each workload in the Service group is called an instance. Like <em>Pods</em> in Kubernetes, it doesn't need  to be a single OS process. If you are using an instrument agent, an instance does map to one OS process.</p></li> <li><p><strong>Endpoint</strong> is a path in a certain service that handles incoming requests, such as HTTP paths or a gRPC service + method. Mesh telemetry and trace data are formatted as source objects (aka scope). These are the input for the aggregation, with the script describing how to aggregate, including input, conditions, and the resulting metric name.</p></li></ul> <h1 id="core-features">Core Features</h1> <p>The other core features in SkyWalking v6 are:</p> <ol><li>Service, service instance, endpoint metrics analysis.</li> <li>Consistent visualization in Service Mesh and no mesh.</li> <li>Topology discovery, Service dependency analysis.</li> <li>Distributed tracing.</li> <li>Slow services and endpoints detected.</li> <li>Alarms.</li></ol> <p>Of course, SkyWalking has some more upgrades from v5, such as:</p> <ol><li>ElasticSearch 6 as storage is supported.</li> <li>H2 storage implementor is back.</li> <li>Kubernetes cluster management is provided. You don’t need Zookeeper to keep the backend running in cluster mode.</li> <li>Totally new alarm core. Easier configuration.</li> <li>More cloud native style.</li> <li>MySQL will be supported in the next release.</li></ol> <h1 id="please-test-and-provide-feedback">Please: Test and Provide Feedback!</h1> <p>We would love everyone to try to test our new version. You can find everything you need in our <a href="https://github.com/apache/incubator-skywalking" target="_blank" rel="noopener noreferrer">Apache repository<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>,read the <a href="https://github.com/apache/incubator-skywalking/blob/master/docs/README.md" target="_blank" rel="noopener noreferrer">document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> for further details. You can contact the project team through the following channels:</p> <ul><li>Submit an issue on <a href="https://github.com/apache/incubator-skywalking/issues/new" target="_blank" rel="noopener noreferrer">GitHub repository<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li>Mailing list: dev@skywalking.apache.org . Send to dev-subscribe@kywalking.apache.org to subscribe the mail list.</li> <li><a href="https://gitter.im/OpenSkywalking/Lobby" target="_blank" rel="noopener noreferrer">Gitter<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li><a href="https://twitter.com/ASFSkyWalking" target="_blank" rel="noopener noreferrer">Project twitter<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul> <p>Oh, and one last thing! If you like our project, don't forget to <a href="https://github.com/apache/incubator-skywalking" target="_blank" rel="noopener noreferrer">give us a star on GitHub<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>.</p></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
-    <script src="/assets/js/6.4bdf90c5.js" defer></script><script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/blog/index.html b/blog/index.html
deleted file mode 100644
index a84eb30..0000000
--- a/blog/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title> Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link router-link-exact-active router-link-active">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link router-link-exact-active router-link-active">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="custom-layout"><div class="blog"><div class="content"><div class="blog-item"><h3>SkyWalking v6 is Service Mesh ready</h3> <time>Sheng Wu. Dec. 5th, 2018</time> <p>The integration of SkyWalking and Istio Service Mesh yields an essential open-source tool for resolving the chaos created by the proliferation of siloed, cloud-based services.</p> <a href="2018-12-12-skywalking-service-mesh-ready.html">Read more</a></div><div class="blog-item"><h3>Apache SkyWalking provides open source APM and distributed tracing in .NET Core field</h3> <time>Haoyang Liu, Sheng Wu. May. 24th, 2018</time> <p>SkyWalking .NET Core SDK is available</p> <a href="2018-05-24-skywalking-net.html">Read more</a></div></div> <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div></div> <!----></div></div>
-    <script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/docs/.vuepress/public/alarm.svg b/docs/.vuepress/public/alarm.svg
deleted file mode 100644
index 3328781..0000000
--- a/docs/.vuepress/public/alarm.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583583353" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5746" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M192 832a32 32 0 0 0 0 64h640a32 32 0 0 0 0-64H192z m0-64h640a96 96 0 0 1 0 192H192a96 96 0 0 1 0-192z" p-id="5747" fill="#0091ff"></path><path d="M816 208m-48 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0Z" p-id="5748" fill="#0091ff"></path><path d="M208 208m-48 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0Z" p-id="5749" fill="#0091ff"></path><path d="M480 608a32 32 0 0 1 64 0v160a32 32 0 0 1-64 0v-160z" p-id="5750" fill="#0091ff"></path><path d="M512 640a112 112 0 1 1 0-224 112 112 0 0 1 0 224z m0-64a48 48 0 1 0 0-96 48 48 0 0 0 0 96zM864 480a32 32 0 0 1 0-64h96a32 32 0 0 1 0 64h-96zM64 480a32 32 0 0 1 0-64h96a32 32 0 0 1 0 64H64zM480 64a32 32 0 0 1 64 0v96a32 32 0 0 1-64 0V64z" p-id="5751" fill="#0091ff"></path><path d="M272.448 800h-64v-288a304 304 0 0 1 608 0v288h-64v-288a240 240 0 0 0-480 0v288z" p-id="5752" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/alarm.svg b/docs/.vuepress/public/assets/alarm.svg
similarity index 100%
rename from alarm.svg
rename to docs/.vuepress/public/assets/alarm.svg
diff --git a/circuit-board.svg b/docs/.vuepress/public/assets/circuit-board.svg
similarity index 100%
rename from circuit-board.svg
rename to docs/.vuepress/public/assets/circuit-board.svg
diff --git a/docs/.vuepress/public/assets/frame.jpeg b/docs/.vuepress/public/assets/frame.jpeg
new file mode 100755
index 0000000..faf9663
Binary files /dev/null and b/docs/.vuepress/public/assets/frame.jpeg differ
diff --git a/docs/.vuepress/public/light.svg b/docs/.vuepress/public/assets/light.svg
similarity index 100%
rename from docs/.vuepress/public/light.svg
rename to docs/.vuepress/public/assets/light.svg
diff --git a/docs/.vuepress/public/list.svg b/docs/.vuepress/public/assets/list.svg
similarity index 100%
rename from docs/.vuepress/public/list.svg
rename to docs/.vuepress/public/assets/list.svg
diff --git a/docs/.vuepress/public/logo.svg b/docs/.vuepress/public/assets/logo.svg
similarity index 100%
rename from docs/.vuepress/public/logo.svg
rename to docs/.vuepress/public/assets/logo.svg
diff --git a/docs/.vuepress/public/moon.svg b/docs/.vuepress/public/assets/moon.svg
similarity index 100%
rename from docs/.vuepress/public/moon.svg
rename to docs/.vuepress/public/assets/moon.svg
diff --git a/docs/.vuepress/public/more.svg b/docs/.vuepress/public/assets/more.svg
similarity index 100%
rename from docs/.vuepress/public/more.svg
rename to docs/.vuepress/public/assets/more.svg
diff --git a/docs/.vuepress/public/search.svg b/docs/.vuepress/public/assets/search.svg
similarity index 100%
rename from docs/.vuepress/public/search.svg
rename to docs/.vuepress/public/assets/search.svg
diff --git a/docs/.vuepress/public/ui.svg b/docs/.vuepress/public/assets/ui.svg
similarity index 100%
rename from docs/.vuepress/public/ui.svg
rename to docs/.vuepress/public/assets/ui.svg
diff --git a/docs/.vuepress/public/assets/users.png b/docs/.vuepress/public/assets/users.png
new file mode 100755
index 0000000..5f9615a
Binary files /dev/null and b/docs/.vuepress/public/assets/users.png differ
diff --git a/docs/.vuepress/public/circuit-board.svg b/docs/.vuepress/public/circuit-board.svg
deleted file mode 100644
index d00c626..0000000
--- a/docs/.vuepress/public/circuit-board.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg width="1361px" opacity="0.7" height="609px" viewBox="0 0 1361 609" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
-    <title>Group 21</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Ant-Design-Pro-3.0" stroke="none" opacity="0.5" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="账户密码登录-校验" transform="translate(-79.000000, -82.000000)">
-            <g id="Group-21" transform="translate(77.000000, 73.000000)">
-                <g id="Group-18" opacity="0.8" transform="translate(74.901416, 569.699158) rotate(-7.000000) translate(-74.901416, -569.699158) translate(4.901416, 525.199158)">
-                    <ellipse id="Oval-11" fill="#CFDAE6" opacity="0.25" cx="63.5748792" cy="32.468367" rx="21.7830479" ry="21.766008"></ellipse>
-                    <ellipse id="Oval-3" fill="#CFDAE6" opacity="0.599999964" cx="5.98746479" cy="13.8668601" rx="5.2173913" ry="5.21330997"></ellipse>
-                    <path d="M38.1354514,88.3520215 C43.8984227,88.3520215 48.570234,83.6838647 48.570234,77.9254015 C48.570234,72.1669383 43.8984227,67.4987816 38.1354514,67.4987816 C32.3724801,67.4987816 27.7006688,72.1669383 27.7006688,77.9254015 C27.7006688,83.6838647 32.3724801,88.3520215 38.1354514,88.3520215 Z" id="Oval-3-Copy" fill="#CFDAE6" opacity="0.45"></path>
-                    <path d="M64.2775582,33.1704963 L119.185836,16.5654915" id="Path-12" stroke="#CFDAE6" stroke-width="1.73913043" stroke-linecap="round" stroke-linejoin="round"></path>
-                    <path d="M42.1431708,26.5002681 L7.71190162,14.5640702" id="Path-16" stroke="#E0B4B7" stroke-width="0.702678964" opacity="0.7" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1.405357899873153,2.108036953469981"></path>
-                    <path d="M63.9262187,33.521561 L43.6721326,69.3250951" id="Path-15" stroke="#BACAD9" stroke-width="0.702678964" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1.405357899873153,2.108036953469981"></path>
-                    <g id="Group-17" transform="translate(126.850922, 13.543654) rotate(30.000000) translate(-126.850922, -13.543654) translate(117.285705, 4.381889)" fill="#CFDAE6">
-                        <ellipse id="Oval-4" opacity="0.45" cx="9.13482653" cy="9.12768076" rx="9.13482653" ry="9.12768076"></ellipse>
-                        <path d="M18.2696531,18.2553615 C18.2696531,13.2142826 14.1798519,9.12768076 9.13482653,9.12768076 C4.08980114,9.12768076 0,13.2142826 0,18.2553615 L18.2696531,18.2553615 Z" id="Oval-4" transform="translate(9.134827, 13.691521) scale(-1, -1) translate(-9.134827, -13.691521) "></path>
-                    </g>
-                </g>
-                <g id="Group-14" transform="translate(216.294700, 123.725600) rotate(-5.000000) translate(-216.294700, -123.725600) translate(106.294700, 35.225600)">
-                    <ellipse id="Oval-2" fill="#CFDAE6" opacity="0.25" cx="29.1176471" cy="29.1402439" rx="29.1176471" ry="29.1402439"></ellipse>
-                    <ellipse id="Oval-2" fill="#CFDAE6" opacity="0.3" cx="29.1176471" cy="29.1402439" rx="21.5686275" ry="21.5853659"></ellipse>
-                    <ellipse id="Oval-2-Copy" stroke="#CFDAE6" opacity="0.4" cx="179.019608" cy="138.146341" rx="23.7254902" ry="23.7439024"></ellipse>
-                    <ellipse id="Oval-2" fill="#BACAD9" opacity="0.5" cx="29.1176471" cy="29.1402439" rx="10.7843137" ry="10.7926829"></ellipse>
-                    <path d="M29.1176471,39.9329268 L29.1176471,18.347561 C23.1616351,18.347561 18.3333333,23.1796097 18.3333333,29.1402439 C18.3333333,35.1008781 23.1616351,39.9329268 29.1176471,39.9329268 Z" id="Oval-2" fill="#BACAD9"></path>
-                    <g id="Group-9" opacity="0.45" transform="translate(172.000000, 131.000000)" fill="#E6A1A6">
-                        <ellipse id="Oval-2-Copy-2" cx="7.01960784" cy="7.14634146" rx="6.47058824" ry="6.47560976"></ellipse>
-                        <path d="M0.549019608,13.6219512 C4.12262681,13.6219512 7.01960784,10.722722 7.01960784,7.14634146 C7.01960784,3.56996095 4.12262681,0.670731707 0.549019608,0.670731707 L0.549019608,13.6219512 Z" id="Oval-2-Copy-2" transform="translate(3.784314, 7.146341) scale(-1, 1) translate(-3.784314, -7.146341) "></path>
-                    </g>
-                    <ellipse id="Oval-10" fill="#CFDAE6" cx="218.382353" cy="138.685976" rx="1.61764706" ry="1.61890244"></ellipse>
-                    <ellipse id="Oval-10-Copy-2" fill="#E0B4B7" opacity="0.35" cx="179.558824" cy="175.381098" rx="1.61764706" ry="1.61890244"></ellipse>
-                    <ellipse id="Oval-10-Copy" fill="#E0B4B7" opacity="0.35" cx="180.098039" cy="102.530488" rx="2.15686275" ry="2.15853659"></ellipse>
-                    <path d="M28.9985381,29.9671598 L171.151018,132.876024" id="Path-11" stroke="#CFDAE6" opacity="0.8"></path>
-                </g>
-                <g id="Group-10" opacity="0.799999952" transform="translate(1054.100635, 36.659317) rotate(-11.000000) translate(-1054.100635, -36.659317) translate(1026.600635, 4.659317)">
-                    <ellipse id="Oval-7" stroke="#CFDAE6" stroke-width="0.941176471" cx="43.8135593" cy="32" rx="11.1864407" ry="11.2941176"></ellipse>
-                    <g id="Group-12" transform="translate(34.596774, 23.111111)" fill="#BACAD9">
-                        <ellipse id="Oval-7" opacity="0.45" cx="9.18534718" cy="8.88888889" rx="8.47457627" ry="8.55614973"></ellipse>
-                        <path d="M9.18534718,17.4450386 C13.8657264,17.4450386 17.6599235,13.6143199 17.6599235,8.88888889 C17.6599235,4.16345787 13.8657264,0.332739156 9.18534718,0.332739156 L9.18534718,17.4450386 Z" id="Oval-7"></path>
-                    </g>
-                    <path d="M34.6597385,24.809694 L5.71666084,4.76878945" id="Path-2" stroke="#CFDAE6" stroke-width="0.941176471"></path>
-                    <ellipse id="Oval" stroke="#CFDAE6" stroke-width="0.941176471" cx="3.26271186" cy="3.29411765" rx="3.26271186" ry="3.29411765"></ellipse>
-                    <ellipse id="Oval-Copy" fill="#F7E1AD" cx="2.79661017" cy="61.1764706" rx="2.79661017" ry="2.82352941"></ellipse>
-                    <path d="M34.6312443,39.2922712 L5.06366663,59.785082" id="Path-10" stroke="#CFDAE6" stroke-width="0.941176471"></path>
-                </g>
-                <g id="Group-19" opacity="0.33" transform="translate(1282.537219, 446.502867) rotate(-10.000000) translate(-1282.537219, -446.502867) translate(1142.537219, 327.502867)">
-                    <g id="Group-17" transform="translate(141.333539, 104.502742) rotate(275.000000) translate(-141.333539, -104.502742) translate(129.333539, 92.502742)" fill="#BACAD9">
-                        <circle id="Oval-4" opacity="0.45" cx="11.6666667" cy="11.6666667" r="11.6666667"></circle>
-                        <path d="M23.3333333,23.3333333 C23.3333333,16.8900113 18.1099887,11.6666667 11.6666667,11.6666667 C5.22334459,11.6666667 0,16.8900113 0,23.3333333 L23.3333333,23.3333333 Z" id="Oval-4" transform="translate(11.666667, 17.500000) scale(-1, -1) translate(-11.666667, -17.500000) "></path>
-                    </g>
-                    <circle id="Oval-5-Copy-6" fill="#CFDAE6" cx="201.833333" cy="87.5" r="5.83333333"></circle>
-                    <path d="M143.5,88.8126685 L155.070501,17.6038544" id="Path-17" stroke="#BACAD9" stroke-width="1.16666667"></path>
-                    <path d="M17.5,37.3333333 L127.466252,97.6449735" id="Path-18" stroke="#BACAD9" stroke-width="1.16666667"></path>
-                    <polyline id="Path-19" stroke="#CFDAE6" stroke-width="1.16666667" points="143.902597 120.302281 174.935455 231.571342 38.5 147.510847 126.366941 110.833333"></polyline>
-                    <path d="M159.833333,99.7453842 L195.416667,89.25" id="Path-20" stroke="#E0B4B7" stroke-width="1.16666667" opacity="0.6"></path>
-                    <path d="M205.333333,82.1372105 L238.719406,36.1666667" id="Path-24" stroke="#BACAD9" stroke-width="1.16666667"></path>
-                    <path d="M266.723424,132.231988 L207.083333,90.4166667" id="Path-25" stroke="#CFDAE6" stroke-width="1.16666667"></path>
-                    <circle id="Oval-5" fill="#C1D1E0" cx="156.916667" cy="8.75" r="8.75"></circle>
-                    <circle id="Oval-5-Copy-3" fill="#C1D1E0" cx="39.0833333" cy="148.75" r="5.25"></circle>
-                    <circle id="Oval-5-Copy-2" fill-opacity="0.6" fill="#D1DEED" cx="8.75" cy="33.25" r="8.75"></circle>
-                    <circle id="Oval-5-Copy-4" fill-opacity="0.6" fill="#D1DEED" cx="243.833333" cy="30.3333333" r="5.83333333"></circle>
-                    <circle id="Oval-5-Copy-5" fill="#E0B4B7" cx="175.583333" cy="232.75" r="5.25"></circle>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/docs/.vuepress/public/frame.jpeg b/docs/.vuepress/public/frame.jpeg
deleted file mode 100644
index 4136ed7..0000000
Binary files a/docs/.vuepress/public/frame.jpeg and /dev/null differ
diff --git a/docs/.vuepress/public/users.png b/docs/.vuepress/public/users.png
deleted file mode 100644
index b499d2d..0000000
Binary files a/docs/.vuepress/public/users.png and /dev/null differ
diff --git a/docs/.vuepress/theme/layouts/Home.vue b/docs/.vuepress/theme/layouts/Home.vue
index 356cb4a..6104572 100755
--- a/docs/.vuepress/theme/layouts/Home.vue
+++ b/docs/.vuepress/theme/layouts/Home.vue
@@ -2,8 +2,8 @@
   <div class="home">
     <div class="wrapper">
       <div class="avatar">
-        <img src="/circuit-board.svg" width="100%" :style="`transform: translate3d(${x/30}px, ${y/30}px, 0px);`">
-        <img src="/circuit-board.svg" width="84%" :style="`transform: translate3d(${100+x/15}px, ${y/15-200}px, 0px);`">
+        <img src="/assets/circuit-board.svg" width="100%" :style="`transform: translate3d(${x/30}px, ${y/30}px, 0px);`">
+        <img src="/assets/circuit-board.svg" width="84%" :style="`transform: translate3d(${100+x/15}px, ${y/15-200}px, 0px);`">
         <div class="vertical-middle">
           <div class="avatar-wrapper">
             <div class="product-name">
@@ -27,7 +27,7 @@
         <div class="home-card-about tc">
           <h1>{{data.what.title}}</h1>
           <p v-for="i in data.what.content">{{i}}</p>
-          <img style="margin-top:20px;max-width:900px;box-shadow: 0 2px 5px #00000033;" src="/frame.jpeg" width="100%">
+          <img style="margin-top:20px;max-width:900px;box-shadow: 0 2px 5px #00000033;" src="/assets/frame.jpeg" width="100%">
         </div>
         <div class="home-card-feature">
           <h1 class="tc">{{data.feature.title}}</h1>
@@ -35,16 +35,16 @@
             <col style="width:50%"/>
 	          <col style="width:50%"/>
             <tr>
-              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/search.svg">{{data.feature.content[0]}}</td>
-              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/more.svg">{{data.feature.content[1]}}</td>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/assets/search.svg">{{data.feature.content[0]}}</td>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/assets/more.svg">{{data.feature.content[1]}}</td>
             </tr>
             <tr>
-              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/light.svg">{{data.feature.content[2]}}</td>
-              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/list.svg">{{data.feature.content[3]}}</td>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/assets/light.svg">{{data.feature.content[2]}}</td>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/assets/list.svg">{{data.feature.content[3]}}</td>
             </tr>
             <tr>
-              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/alarm.svg">{{data.feature.content[4]}}</td>
-              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/ui.svg">{{data.feature.content[5]}}</td>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/assets/alarm.svg">{{data.feature.content[4]}}</td>
+              <td class="home-card-feature-td"><img class="home-card-feature-img" src="/assets/ui.svg">{{data.feature.content[5]}}</td>
             </tr>
           </table>
         </div>
@@ -59,7 +59,7 @@
         <div class="home-card-user tc">
           <h1>{{data.user.title}}</h1>
           <p>{{data.user.content}}</p>
-          <img style="margin-top:20px;max-width:900px" src="/users.png" width="100%">
+          <img style="margin-top:20px;max-width:900px" src="/assets/users.png" width="100%">
         </div>
       </div>
       <Footer/>
@@ -171,7 +171,7 @@ export default {
   right: -100px;
   bottom: -400px;
   background-color: #f9fafa;
-  background-image: url("../../public/moon.svg");
+  background-image: url("../../public/assets/moon.svg");
   background-size: cover;
 }
 
diff --git a/docs/img/application.png b/docs/img/application.png
old mode 100644
new mode 100755
index 8e2b3bb..f4dfa48
Binary files a/docs/img/application.png and b/docs/img/application.png differ
diff --git a/docs/img/dashboard.png b/docs/img/dashboard.png
old mode 100644
new mode 100755
index 77a3cbf..dffcded
Binary files a/docs/img/dashboard.png and b/docs/img/dashboard.png differ
diff --git a/docs/img/topology_map.png b/docs/img/topology_map.png
old mode 100644
new mode 100755
index 3233e13..b300d02
Binary files a/docs/img/topology_map.png and b/docs/img/topology_map.png differ
diff --git a/docs/img/trace.png b/docs/img/trace.png
old mode 100644
new mode 100755
index 3755c79..3692e8d
Binary files a/docs/img/trace.png and b/docs/img/trace.png differ
diff --git a/docs/img/trace_details.png b/docs/img/trace_details.png
old mode 100644
new mode 100755
index 9e455ea..2ef2d35
Binary files a/docs/img/trace_details.png and b/docs/img/trace_details.png differ
diff --git a/downloads/index.html b/downloads/index.html
deleted file mode 100644
index 854b1e5..0000000
--- a/downloads/index.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>Download the SkyWalking releases |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="preload" href="/assets/js/8.52f5c4bd.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link router-link-exact-active router-link-active">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/downloads/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/downloads/" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link router-link-exact-active router-link-active">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/downloads/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/downloads/" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="page"> <div class="content"><h1 id="download-the-skywalking-releases">Download the SkyWalking releases</h1> <p>Use the links below to download the Apache SkyWalking (incubating) from one of our mirrors.</p> <h2 id="_6-x-releases">6.x releases</h2> <table><thead><tr><th style="text-align:center">Date</th> <th style="text-align:center">Version</th> <th style="text-align:center"></th> <th style="text-align:center">Downloads</th></tr></thead> <tbody><tr><td style="text-align:center">Nov. 14th, 2018</td> <td style="text-align:center">6.0.0-alpha</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Document</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr></tbody></table> <h3 id="changes-in-6-0-0-alpha">Changes in 6.0.0-alpha</h3> <p>SkyWalking 6 is totally new milestone for the project. At this point, we are not just a distributing
-tracing system with analysis and visualization capabilities. We are an <strong>Observability Analysis Platform(OAL)</strong>.</p> <p>The core and most important features in v6 are</p> <ol><li>Support to collect telemetry data from different sources, such as multiple language agents and service mesh.</li> <li>Extensible stream analysis core. Make SQL and cache analysis available in core level, although haven't
-provided in this release.</li> <li>Provide <strong>Observability Analysis Language(OAL)</strong> to make analysis metric customization available.</li> <li>New GraphQL query protocol. Not binding with UI now.</li> <li>UI topology is better now.</li> <li>New alarm core provided. In alpha, only on service related metric.</li></ol> <p><a href="https://github.com/apache/incubator-skywalking/milestone/29?closed=1" target="_blank" rel="noopener noreferrer">Issues and Pull requests<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></p> <h2 id="_5-x-releases">5.x releases</h2> <table><thead><tr><th style="text-align:center">Date</th> <th style="text-align:center">Version</th> <th style="text-align:center"></th> <th style="text-align:center">Downloads</th></tr></thead> <tbody><tr><td style="text-align:center">Oct. 17th, 2018</td> <td style="text-align:center">5.0.0-GA</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Document</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">Sep. 12th, 2018</td> <td style="text-align:center">5.0.0-RC2</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Document</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">July 11th, 2018</td> <td style="text-align:center">5.0.0-beta2</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Document</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">May 23th, 2018</td> <td style="text-align:center">5.0.0-beta</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Docuemt</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">April 3rd, 2018</td> <td style="text-align:center">5.0.0-alpha</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Document</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md" target="_blank" rel="noopener noreferrer">Document<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr></tbody></table> <h3 id="changes-in-5-0-0-ga">Changes in 5.0.0-GA</h3> <h4 id="agent-changes">Agent Changes</h4> <ul><li>Add several package names ignore in agent settings. Classes in these packages would be enhanced, even plugin declared.</li> <li>Support Undertow 2.x plugin.</li> <li>Fix wrong class names of Motan plugin, not a feature related issue, just naming.</li></ul> <h4 id="collector-changes">Collector Changes</h4> <ul><li>Make buffer file handler close more safety.</li> <li>Fix NPE in AlarmService</li></ul> <h4 id="documents">Documents</h4> <ul><li>Fix compiling doc link.</li> <li>Update new live demo address.</li></ul> <p><a href="https://github.com/apache/incubator-skywalking/milestone/27?closed=1" target="_blank" rel="noopener noreferrer">Issues and Pull requests<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></p> <br> <h1 id="verify-the-releases">Verify the releases</h1> <p><a href="https://www.apache.org/dist/incubator/skywalking/KEYS" target="_blank" rel="noopener noreferrer">PGP signatures KEYS<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></p> <p>It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. Please download the KEYS as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors.</p> <div class="language- extra-class"><pre class="language-text"><code>gpg -i KEYS
-
-or
-
-pgpk -a KEYS
-
-or
-
-pgp -ka KEYS
-</code></pre></div><p>To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.</p> <div class="language- extra-class"><pre class="language-text"><code>gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********
-
-or
-
-pgpv apache-skywalking-apm-incubating********.asc
-
-or
-
-pgp apache-skywalking-apm-incubating********.asc
-</code></pre></div><br> <h1 id="all-changes">All Changes</h1> <p><a href="https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md" target="_blank" rel="noopener noreferrer">Changes<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> document.</p></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
-    <script src="/assets/js/8.52f5c4bd.js" defer></script><script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/events/index.html b/events/index.html
deleted file mode 100644
index 68d4e96..0000000
--- a/events/index.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>SkyWalking Events |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="preload" href="/assets/js/9.a683b222.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link router-link-exact-active router-link-active">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/events/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/events/" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link router-link-exact-active router-link-active">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/events/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/events/" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <ul class="sidebar-links"><li><div class="sidebar-group first"><p class="sidebar-heading open"><span></span> <!----></p> <ul class="sidebar-group-items"><li><a href="/events/" class="active sidebar-link">SkyWalking Events</a><ul class="sidebar-sub-headers"><li class="sidebar-sub-header"><a href="/events/#welcome-yixiong-cao-as-a-new-committer" class="sidebar-link">Welcome Yixiong Cao as a new committer.</a></li><li class="sidebar-sub-header"><a href="/events/#welcome-lang-li-as-a-new-committer" class="sidebar-link">Welcome Lang Li as a new committer.</a></li><li class="sidebar-sub-header"><a href="/events/#welcome-jian-tan-as-a-new-committer" class="sidebar-link">Welcome Jian Tan as a new committer.</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-6-0-0-alpha" class="sidebar-link">Release Apache SkyWalking 6.0.0-alpha</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-5-0-0-ga" class="sidebar-link">Release Apache SkyWalking 5.0.0-GA</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-5-0-0-rc2" class="sidebar-link">Release Apache SkyWalking 5.0.0-RC2</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-5-0-0-beta2" class="sidebar-link">Release Apache SkyWalking 5.0.0-beta2</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-5-0-0-beta" class="sidebar-link">Release Apache SkyWalking 5.0.0-beta</a></li><li class="sidebar-sub-header"><a href="/events/#release-apache-skywalking-apm-5-0-0-alpha" class="sidebar-link">Release Apache SkyWalking APM 5.0.0-alpha</a></li></ul></li></ul></div></li></ul> </div> <div class="page"> <div class="content"><h1 id="skywalking-events">SkyWalking Events</h1> <h2 id="welcome-yixiong-cao-as-a-new-committer">Welcome Yixiong Cao as a new committer.</h2> <h6 id="dec-10th-2018">Dec. 10th, 2018</h6> <p>Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p> <h2 id="welcome-lang-li-as-a-new-committer">Welcome Lang Li as a new committer.</h2> <h6 id="dec-6th-2018">Dec. 6th, 2018</h6> <p>Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p> <h2 id="welcome-jian-tan-as-a-new-committer">Welcome Jian Tan as a new committer.</h2> <h6 id="dec-2rd-2018">Dec. 2rd, 2018</h6> <p>Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p> <h2 id="release-apache-skywalking-6-0-0-alpha">Release Apache SkyWalking 6.0.0-alpha</h2> <h6 id="nov-14th-2018">Nov. 14th, 2018</h6> <p>APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio).
-Go to <a href="/downloads">downloads</a> page to find release tars.</p> <h2 id="release-apache-skywalking-5-0-0-ga">Release Apache SkyWalking 5.0.0-GA</h2> <h6 id="oct-17th-2018">Oct. 17th, 2018</h6> <p>A stable version of 5.x release. Go to <a href="/downloads">downloads</a> page to find release tars.</p> <h2 id="release-apache-skywalking-5-0-0-rc2">Release Apache SkyWalking 5.0.0-RC2</h2> <h6 id="sep-12th-2018">Sep. 12th, 2018</h6> <p>5.0.0-RC2 release. Go to <a href="/downloads">downloads</a> page to find release tars.</p> <h2 id="release-apache-skywalking-5-0-0-beta2">Release Apache SkyWalking 5.0.0-beta2</h2> <h6 id="july-11th-2018">July 11th, 2018</h6> <p>5.0.0-beta2 release. Go to <a href="/downloads">downloads</a> page to find release tars.</p> <h2 id="release-apache-skywalking-5-0-0-beta">Release Apache SkyWalking 5.0.0-beta</h2> <h6 id="may-23th-2018">May 23th, 2018</h6> <p>5.0.0-beta release. Go to <a href="/downloads">downloads</a> page to find release tars.</p> <h2 id="release-apache-skywalking-apm-5-0-0-alpha">Release Apache SkyWalking APM 5.0.0-alpha</h2> <h6 id="april-3rd-2018">April 3rd, 2018</h6> <p>5.0.0-alpha release. Go to <a href="/downloads">downloads</a> page to find release tars.</p></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
-    <script src="/assets/js/9.a683b222.js" defer></script><script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/favicon.ico b/favicon.ico
deleted file mode 100644
index 7606a35..0000000
Binary files a/favicon.ico and /dev/null differ
diff --git a/frame.jpeg b/frame.jpeg
deleted file mode 100644
index 4136ed7..0000000
Binary files a/frame.jpeg and /dev/null differ
diff --git a/index.html b/index.html
deleted file mode 100644
index 4f3f771..0000000
--- a/index.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title> Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="Application performance monitor tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures.">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-exact-active router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link router-link-exact-active router-link-active">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link router-link-exact-active router-link-active">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="custom-layout"><div class="home"><div class="wrapper"><div class="avatar"><img src="/circuit-board.svg" width="100%" style="transform:translate3d(0px, 0px, 0px);"> <img src="/circuit-board.svg" width="84%" style="transform:translate3d(100px, -200px, 0px);"> <div class="vertical-middle"><div class="avatar-wrapper"><div class="product-name"><div class="avatar-title">
-                Apache SkyWalking
-                <span class="incubating">Incubating</span></div></div> <p class="avatar-desc">Application performance monitor tool for distributed systems, especially designed for microservices, cloud native and container-based (Docker, K8s, Mesos) architectures.</p> <div class="button-area"><a target="_self" href="https://github.com/apache/incubator-skywalking/tree/master/docs" class="button1">Quick Start</a> <a target="_self" href="https://github.com/apache/incubator-skywalking" class="button2">Github</a></div></div> <div class="moon" style="transform:translate3d(0px, 0px, 0px);"></div></div></div> <div class="home-card"><div class="home-card-about tc"><h1>What is SkyWalking</h1> <p>SkyWalking is Observalibity Analysis Platform and Application Performance Management system.</p><p>Provide distributed tracing, service mesh telemetry analysis, metric aggregation and visualization all-in-one solution.</p> <img src="/frame.jpeg" width="100%" style="margin-top:20px;max-width:900px;box-shadow: 0 2px 5px #00000033;"></div> <div class="home-card-feature"><h1 class="tc">Feature List</h1> <table width="100%"><col style="width:50%"> <col style="width:50%"> <tr><td class="home-card-feature-td"><img src="/search.svg" class="home-card-feature-img">Consistent in multiple scenarios. supported telemetry sources from language agents and service mesh.</td> <td class="home-card-feature-td"><img src="/more.svg" class="home-card-feature-img">Multiple language agents, Java, .Net Core and NodJS auto instrument agents.</td></tr> <tr><td class="home-card-feature-td"><img src="/light.svg" class="home-card-feature-img">Light. No big data platform required, even observing the high payload cluster.</td> <td class="home-card-feature-td"><img src="/list.svg" class="home-card-feature-img">Modulization. Have multiple options for UI, storage, cluster managements.</td></tr> <tr><td class="home-card-feature-td"><img src="/alarm.svg" class="home-card-feature-img">Alarm supported.</td> <td class="home-card-feature-td"><img src="/ui.svg" class="home-card-feature-img">Cool visualization solution.</td></tr></table></div> <div class="home-card-news clear"><h1 class="tc">Events &amp; News</h1> <div class="home-card-news-item"><h4 class="mb10 mt0">Welcome Yixiong Cao as a new committer.</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">Dec. 10th, 2018</span></div> <p class="mt0">Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p></div><div class="home-card-news-item"><h4 class="mb10 mt0">Welcome Lang Li as a new committer.</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">Dec. 6th, 2018</span></div> <p class="mt0">Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p></div><div class="home-card-news-item"><h4 class="mb10 mt0">Welcome Jian Tan as a new committer.</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">Dec. 2rd, 2018</span></div> <p class="mt0">Based on his contributions to the project, he has been accepted as SkyWalking committer. Welcome aboard.</p></div><div class="home-card-news-item"><h4 class="mb10 mt0">Release Apache SkyWalking APM 6.0.0-alpha</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">Nov. 14th, 2018</span></div> <p class="mt0">APM consistently compatible in language agent(Java, .Net, NodeJS), 3rd party format(Zipkin) and service mesh telemetry(Istio)</p></div></div> <div class="home-card-user tc"><h1>Who is using SkyWalking</h1> <p>Various companies and organizations use SkyWalking for research, production and commercial products. This is SkyWalking's user wall.</p> <img src="/users.png" width="100%" style="margin-top:20px;max-width:900px"></div></div> <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div></div></div> <!----></div></div>
-    <script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/light.svg b/light.svg
deleted file mode 100644
index 3804e5c..0000000
--- a/light.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583519260" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5159" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M892.224 117.024c-83.936-83.936-231.648-81.12-387.616-3.84-155.936-77.28-303.68-80.096-387.616 3.84-69.76 69.76-79.488 183.552-36.64 309.344a95.776 95.776 0 0 0 12.992 122.528c-55.936 136.896-53.472 266.176 23.68 343.328 83.936 83.936 231.712 81.152 387.776 3.776 152.8 75.68 302.016 81.632 387.424-3.776 85.44-85.44 79.424-234.72 3.68-387.584 75.744-152.896 81.76-302.176-3.68-387.616z m-45.248 729.952c-96.416 96.416-332.64 29.408-523.36-161.344a31.968 31.968 0 1 0-45.248 45.248 913.056 913.056 0 0 0 157.376 126.304c-117.248 47.904-219.104 44.128-273.472-10.24-55.776-55.776-56.544-158.368-10.656-271.808 2.816 0.256 5.504 0.864 8.384 0.864a96 96 0 0 0 96-96c0-21.024-6.944-40.288-18.4-56.096a870.592 870.592 0 0 1 86.016-100.288 31.968 31.968 0 1 0-45.248-45.248 933.6 933.6 0 0 0-93.472 109.344A92.928 92.928 0 0 0 160 384a95.68 95.68 0 0 0-24.736 3.616c-28.704-96.448-19.776-178.56 27.008-225.344 62.368-62.368 187.264-58.176 326.112 14.24a31.008 31.008 0 0 0 16.544 3.04 31.104 31.104 0 0 0 16.032-3.104c138.816-72.352 263.648-76.544 326.016-14.176 56 56 56.544 159.2 10.048 273.216a879.36 879.36 0 0 0-67.584-92.48c6.528-11.584 10.56-24.768 10.56-39.008a80 80 0 1 0-80 80c6.368 0 12.48-0.928 18.4-2.336a795.968 795.968 0 0 1 85.408 122.944c-31.52 56.672-73.984 114.08-126.176 168.352-3.2-0.384-6.336-0.96-9.632-0.96a80 80 0 1 0 65.792 34.624 901.056 901.056 0 0 0 103.232-132.864c46.464 113.984 45.952 217.216-10.048 273.216z" p-id="5160" fill="#0091ff"></path><path d="M512 384a128 128 0 1 0 0 256 128 128 0 0 0 0-256z m0 192a64 64 0 1 1 0.032-128.032A64 64 0 0 1 512 576z" p-id="5161" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/list.svg b/list.svg
deleted file mode 100644
index eb3ea47..0000000
--- a/list.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583491028" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4932" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M96 160v704h832V160H96z m309.344 400.192v-160h192v160h-192z m192 64V800h-192v-175.808h192zM160 400.192h181.344v160H160v-160z m501.344 0H864v160h-202.656v-160zM864 224v112.192H160V224h704zM160 624.192h181.344V800H160v-175.808zM661.344 800v-175.808H864V800h-202.656z" p-id="4933" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/logo.svg b/logo.svg
deleted file mode 100644
index 0059563..0000000
--- a/logo.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="3584px" height="848px" viewBox="0 0 3584 848" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch -->
-    <title>Group</title>
-    <desc>Created with Sketch.</desc>
-    <defs></defs>
-    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="Group" transform="translate(0.000000, -16.000000)">
-            <g id="Group-2" transform="translate(0.000000, 157.599119)" fill="#1890FF">
-                <path d="M1440.61949,224.405286 L1440.61949,226.338106 L1381.99064,522.703744 C1374.25936,561.360132 1363.95099,576.822687 1324.65033,576.822687 L1307.25496,576.822687 C1272.46421,576.822687 1254.42456,560.071586 1246.04901,526.569383 L1195.15143,329.421806 C1194.50716,326.844714 1194.50716,326.200441 1193.21861,326.200441 C1191.93007,326.200441 1191.93007,326.844714 1191.28579,329.421806 L1140.38822,526.569383 C1132.01267,560.071586 1113.97302,576.822687 1079.18227,576.822687 L1061.78689,576.822687 C1022.48623,576.822687 1012.17786,561.360132 1004.44659,522.703744 L987.720264,434.140969 C986.729075,438.320485 988.381057,432.703744 992.676211,417.290749 C999.118943,394.171256 999.118943,394.171256 999.118943,394.171256 L1028.85463,287.444934 C1035.29736,287.444934 1043.22687,287.444934 1043.22687,287.444934 C1043.22687,287.444934 1053.27919,356.844714 1073.38381,495.644273 C1074.02808,501.442731 1075.31663,504.664097 1076.60518,504.664097 C1077.89372,504.664097 1079.82654,502.087004 1081.11509,495.644273 L1134.58976,279.168502 C1141.03249,254.04185 1148.76377,251.464758 1170.66905,251.464758 L1215.76817,251.464758 C1237.67346,251.464758 1245.40474,254.04185 1251.84747,279.168502 L1305.32214,495.644273 C1306.61068,502.087004 1308.5435,504.664097 1309.83205,504.664097 C1311.12059,504.664097 1312.40914,501.442731 1313.05341,495.644273 L1353.64262,223.11674 C1354.28689,217.318282 1358.79681,211.519824 1365.23954,211.519824 L1427.73403,211.519824 C1434.82104,211.519824 1440.61949,217.318282 1440.61949,224.405286 Z M1754.92566,562.004405 C1754.92566,569.09141 1749.1272,574.889868 1742.0402,574.889868 L1687.27698,574.889868 C1680.18998,574.889868 1674.39152,569.09141 1674.39152,562.004405 L1674.39152,551.696035 C1644.75496,569.735683 1614.47412,580.044053 1583.54901,580.044053 C1530.07434,580.044053 1472.08976,559.427313 1472.08976,472.450441 L1472.08976,469.873348 C1472.08976,396.426211 1517.18888,358.414097 1629.2924,358.414097 L1669.88161,358.414097 L1669.88161,330.066079 C1669.88161,288.188326 1651.19769,277.879956 1613.18557,277.879956 C1571.95209,277.879956 1529.43007,280.457048 1508.16905,283.034141 L1504.94769,283.034141 C1498.50496,283.034141 1493.35077,281.101322 1493.35077,272.081498 L1493.35077,230.848018 C1493.35077,223.761013 1497.21641,219.251101 1505.59196,217.318282 C1531.36289,212.164097 1568.73073,207.009912 1613.18557,207.009912 C1704.67236,207.009912 1754.92566,247.599119 1754.92566,330.066079 L1754.92566,562.004405 Z M1669.88161,494.355727 L1669.88161,415.110132 L1629.2924,415.110132 C1570.66355,415.110132 1557.77808,433.794053 1557.77808,469.873348 L1557.77808,472.450441 C1557.77808,504.019824 1571.95209,512.395374 1604.16575,512.395374 C1627.35958,512.395374 1651.19769,504.664097 1669.88161,494.355727 Z M1922.98183,561.360132 C1922.98183,568.447137 1917.82764,574.889868 1910.74064,574.889868 L1850.82324,574.889868 C1843.73623,574.889868 1837.93778,568.447137 1837.93778,561.360132 L1837.93778,97.4834802 C1837.93778,90.3964758 1843.73623,84.5980176 1850.82324,84.5980176 L1910.74064,84.5980176 C1917.82764,84.5980176 1922.98183,90.3964758 1922.98183,97.4834802 L1922.98183,561.360132 Z M2298.49394,567.15859 C2298.49394,571.024229 2294.6283,574.889868 2289.47412,574.889868 L2210.8728,574.889868 C2203.78579,574.889868 2196.05452,567.802863 2192.18888,562.004405 L2091.038,415.110132 L2091.038,561.360132 C2091.038,568.447137 2085.23954,574.889868 2078.15253,574.889868 L2018.87941,574.889868 C2011.7924,574.889868 2005.99394,568.447137 2005.99394,561.360132 L2005.99394,97.4834802 C2005.99394,90.3964758 2011.7924,84.5980176 2018.87941,84.5980176 L2078.15253,84.5980176 C2085.23954,84.5980176 2091.038,90.3964758 2091.038,97.4834802 L2091.038,366.145374 L2201.2087,219.251101 C2205.71861,213.452643 2212.16134,211.519824 2216.02698,211.519824 L2288.18557,211.519824 C2294.6283,211.519824 2297.84967,214.096916 2297.84967,218.606828 C2297.84967,220.539648 2297.2054,222.472467 2295.27258,225.049559 L2165.77368,384.185022 L2296.56112,562.004405 C2297.84967,563.937225 2298.49394,565.225771 2298.49394,567.15859 Z M2444.64482,150.313877 C2444.64482,157.400881 2438.84637,163.199339 2431.75936,163.199339 L2369.26487,163.199339 C2362.17786,163.199339 2355.73513,157.400881 2355.73513,150.313877 L2355.73513,93.6178414 C2355.73513,86.530837 2362.17786,80.7323789 2369.26487,80.7323789 L2431.75936,80.7323789 C2438.84637,80.7323789 2444.64482,86.530837 2444.64482,93.6178414 L2444.64482,150.313877 Z M2442.712,561.360132 C2442.712,568.447137 2436.91355,574.889868 2429.82654,574.889868 L2370.55341,574.889868 C2363.46641,574.889868 2357.66795,568.447137 2357.66795,561.360132 L2357.66795,224.405286 C2357.66795,217.318282 2363.46641,211.519824 2370.55341,211.519824 L2429.82654,211.519824 C2436.91355,211.519824 2442.712,217.318282 2442.712,224.405286 L2442.712,561.360132 Z M2822.08976,561.360132 C2822.08976,568.447137 2816.2913,574.889868 2809.2043,574.889868 L2749.93117,574.889868 C2742.84416,574.889868 2737.0457,568.447137 2737.0457,561.360132 L2737.0457,351.327093 C2737.0457,295.27533 2731.89152,279.168502 2682.28249,279.168502 C2660.3772,279.168502 2636.5391,288.188326 2609.47963,302.362335 L2609.47963,561.360132 C2609.47963,568.447137 2603.68117,574.889868 2596.59416,574.889868 L2537.32104,574.889868 C2530.23403,574.889868 2524.43557,568.447137 2524.43557,561.360132 L2524.43557,224.405286 C2524.43557,217.318282 2530.23403,211.519824 2537.32104,211.519824 L2593.3728,211.519824 C2600.4598,211.519824 2606.25826,217.318282 2606.25826,224.405286 L2606.25826,237.935022 C2643.6261,214.096916 2668.10848,207.009912 2710.63051,207.009912 C2803.40584,207.009912 2822.08976,269.504405 2822.08976,351.327093 L2822.08976,561.360132 Z M3218.21861,255.97467 C3218.21861,265.638767 3215.64152,266.927313 3207.91024,270.148678 L3186.64923,278.524229 C3196.9576,293.342511 3202.75606,307.51652 3202.75606,330.066079 L3202.75606,334.575991 C3202.75606,415.110132 3147.34857,451.8337 3050.06333,451.8337 C3015.91685,451.8337 2992.72302,446.035242 2979.83756,440.881057 C2972.10628,446.035242 2968.88491,451.8337 2968.88491,457.632159 C2968.88491,470.517621 2975.97192,475.671806 2990.7902,478.893172 L3066.81443,496.932819 C3154.43557,517.549559 3211.13161,531.079295 3211.13161,600.01652 L3211.13161,604.526432 C3211.13161,670.242291 3162.81112,705.677313 3053.28469,705.677313 C2948.91244,705.677313 2893.50496,666.376652 2893.50496,598.727974 L2893.50496,592.929515 C2893.50496,566.514317 2905.74615,540.743392 2926.36289,522.059471 C2908.32324,508.529736 2897.37059,485.980176 2897.37059,462.786344 L2897.37059,462.14207 C2897.37059,442.169604 2905.74615,422.197137 2923.14152,409.955947 C2903.81333,389.98348 2896.72632,366.789648 2896.72632,334.575991 L2896.72632,330.066079 C2896.72632,265.638767 2938.60407,211.519824 3050.06333,211.519824 L3200.82324,211.519824 C3210.48733,211.519824 3218.21861,219.251101 3218.21861,228.915198 L3218.21861,255.97467 Z M3119.00055,336.508811 L3119.00055,331.354626 C3119.00055,300.429515 3105.47081,276.59141 3050.06333,276.59141 C2995.30011,276.59141 2980.48183,301.073789 2980.48183,331.354626 L2980.48183,336.508811 C2980.48183,360.346916 2990.14593,387.406388 3050.06333,387.406388 C3103.538,387.406388 3119.00055,368.722467 3119.00055,336.508811 Z M3126.08756,604.526432 L3126.08756,600.01652 C3126.08756,585.842511 3117.712,577.46696 3050.06333,561.360132 L2992.72302,547.830396 C2983.05892,561.360132 2976.61619,569.735683 2976.61619,592.929515 L2976.61619,598.727974 C2976.61619,625.143172 2992.72302,641.25 3053.28469,641.25 C3115.13491,641.25 3126.08756,627.720264 3126.08756,604.526432 Z" id="walking"></path>
-                <path d="M309.821035,361.139868 C309.821035,426.211454 269.231828,495.792952 140.377203,495.792952 C92.0567181,495.792952 57.2659692,491.28304 26.340859,484.196035 C19.8981278,482.907489 14.0996696,478.397577 14.0996696,471.310573 L14.0996696,424.922907 C14.0996696,417.835903 19.8981278,412.681718 26.340859,412.681718 L27.6294053,412.681718 C53.4003304,415.903084 117.827643,419.124449 141.665749,419.124449 C199.006057,419.124449 216.401432,398.507709 216.401432,361.139868 C216.401432,336.013216 204.160242,323.127753 161.638216,298.001101 L76.594163,247.103524 C16.6767621,211.668502 0.569933921,174.300661 0.569933921,129.201542 C0.569933921,58.3314978 41.8034141,6.78964758 161.638216,6.78964758 C204.160242,6.78964758 263.43337,13.2323789 285.338656,18.3865639 C291.781388,19.6751101 296.935573,24.185022 296.935573,30.6277533 L296.935573,78.3039648 C296.935573,84.746696 292.425661,89.9008811 285.98293,89.9008811 L284.694383,89.9008811 C242.172357,86.0352423 199.65033,83.4581498 157.772577,83.4581498 C110.096366,83.4581498 90.1238987,100.209251 90.1238987,129.201542 C90.1238987,150.462555 101.076542,163.348018 142.954295,186.54185 L220.26707,229.70815 C291.137115,269.008811 309.821035,310.242291 309.821035,361.139868 Z M669.226322,482.907489 C669.226322,486.773128 665.360683,490.638767 660.206498,490.638767 L581.605176,490.638767 C574.518172,490.638767 566.786894,483.551762 562.921256,477.753304 L461.770374,330.859031 L461.770374,477.109031 C461.770374,484.196035 455.971916,490.638767 448.884912,490.638767 L389.611784,490.638767 C382.52478,490.638767 376.726322,484.196035 376.726322,477.109031 L376.726322,13.2323789 C376.726322,6.14537445 382.52478,0.3469163 389.611784,0.3469163 L448.884912,0.3469163 C455.971916,0.3469163 461.770374,6.14537445 461.770374,13.2323789 L461.770374,281.894273 L571.941079,135 C576.450991,129.201542 582.893722,127.268722 586.759361,127.268722 L658.917952,127.268722 C665.360683,127.268722 668.582048,129.845815 668.582048,134.355727 C668.582048,136.288546 667.937775,138.221366 666.004956,140.798458 L536.506057,299.933921 L667.293502,477.753304 C668.582048,479.686123 669.226322,480.97467 669.226322,482.907489 Z M1029.27588,138.221366 C1029.27588,139.509912 1029.27588,140.798458 1028.63161,142.087004 L921.037996,518.342511 C901.065529,588.568282 877.227423,619.493392 789.606278,619.493392 C768.345264,619.493392 736.131608,615.627753 721.313326,611.117841 C714.226322,609.185022 707.78359,606.60793 707.78359,600.165198 L707.78359,558.931718 C707.78359,551.844714 713.582048,547.334802 720.669053,547.334802 C721.313326,547.334802 721.313326,547.334802 721.957599,547.334802 C739.997247,547.979075 776.720815,551.200441 794.760463,551.200441 C822.464207,551.200441 836.638216,543.469163 845.65804,509.96696 L850.812225,490.638767 L841.148128,490.638767 C822.464207,490.638767 799.270374,486.128855 785.096366,437.164097 L700.696586,142.087004 C700.052313,140.154185 700.052313,138.865639 700.052313,137.577093 C700.052313,131.134361 703.917952,127.268722 712.293502,127.268722 L777.365088,127.268722 C783.163546,127.268722 788.317731,133.067181 789.606278,138.865639 L854.677863,401.084802 C857.254956,412.037445 859.832048,415.258811 863.697687,415.258811 L864.34196,415.258811 C865.630507,415.258811 866.919053,415.258811 867.563326,415.258811 C869.496145,415.258811 869.496145,415.258811 869.496145,415.258811 L939.077643,138.221366 C940.366189,132.422907 945.520374,127.268722 951.963106,127.268722 L1017.67896,127.268722 C1024.1217,127.268722 1029.27588,132.422907 1029.27588,138.221366 Z" id="Sky"></path>
-            </g>
-            <g id="moon-o" transform="translate(3304.973950, 323.548473) rotate(-183.000000) translate(-3304.973950, -323.548473) translate(3026.449721, 14.297372)" fill="#D8D8D8" fill-rule="nonzero">
-                <path d="M556.201759,503.069627 C538.560505,506.036844 520.385618,507.520453 502.242121,507.520453 C320.273523,507.520453 172.645729,359.064881 172.645729,176.075948 C172.645729,113.448719 190.789226,52.2735334 223.654695,0 C93.1973036,38.9526209 0,159.314326 0,302.340521 C0,476.459368 140.753354,618.001955 313.901326,618.001955 C408.573966,618.001955 497.345261,574.598507 556.201759,503.069627 Z" id="Shape"></path>
-            </g>
-        </g>
-    </g>
-</svg>
\ No newline at end of file
diff --git a/moon.svg b/moon.svg
deleted file mode 100644
index 75ddc36..0000000
--- a/moon.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1543670901687" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7809" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500"><defs><style type="text/css"></style></defs><path d="M958.2 532.6c0 246.8-200 446.8-446.8 446.8S64.6 779.4 64.6 532.6s200-446.8 446.8-446.8c246.7 0 446.8 200 446.8 446.8z m0 0" fill="#eee" p-id="7810" data-spm-anchor-id="a313x.7781069.0.i25" class=""></path><path d="M612.2 186.7c0 23.9-19.4 43.2-43.2 43.2-23.9 0-43.2-19.4-43.2-43.2 0-23.9 19.4-43.2 43.2-43.2 23.9-0.1 43.2 19.3 43.2 43.2z m0 0M396 532.6c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8 28.8 12.9 28.8 28.8z m0 0M194.2 748.8c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8 28.8 12.9 28.8 28.8z m0 0M684.3 388.5c0 15.9-12.9 28.8-28.8 28.8s-28.8-12.9-28.8-28.8 12.9-28.8 28.8-28.8c15.9-0.1 28.8 12.8 28.8 28.8z m0 0M453.7 864.1c0 23.9-19.4 43.2-43.2 43.2-23.9 0-43.2-19.4-43.2-43.2 0-23.9 19.4-43.2 43.2-43.2 23.8 0 43.2 19.3 43.2 43.2z m0 0M295.1 402.9c0 55.7-45.2 100.9-100.9 100.9S93.3 458.6 93.3 402.9 138.5 302 194.2 302s100.9 45.1 100.9 100.9z m0 0" fill="#F9FAFA" p-id="7811"></path><path d="M511.3 85.8c246.8 0 446.8 200 446.8 446.8s-200 446.8-446.8 446.8c0 0 323.7-555.9 0-893.6" fill="#F9FAFA" p-id="7812" data-spm-anchor-id="a313x.7781069.0.i27" class=""></path><path d="M569 243.7c-31.4 0-57-25.6-57-57s25.6-57 57-57 57 25.6 57 57-25.6 57-57 57z m0-86.5c-16.3 0-29.5 13.2-29.5 29.5s13.2 29.5 29.5 29.5 29.5-13.2 29.5-29.5-13.3-29.5-29.5-29.5z m0 0M367.2 575.2c-23.5 0-42.6-19.1-42.6-42.6s19.1-42.6 42.6-42.6 42.6 19.1 42.6 42.6-19.1 42.6-42.6 42.6z m0-57.7c-8.3 0-15.1 6.8-15.1 15.1s6.8 15.1 15.1 15.1 15.1-6.8 15.1-15.1-6.8-15.1-15.1-15.1z m0 0M410.4 921.1c-31.4 0-57-25.6-57-57s25.6-57 57-57 57 25.6 57 57-25.5 57-57 57z m0-86.5c-16.3 0-29.5 13.2-29.5 29.5s13.2 29.5 29.5 29.5 29.5-13.2 29.5-29.5-13.2-29.5-29.5-29.5z m0 0M713.1 834.6c-47.3 0-85.8-38.5-85.8-85.8s38.5-85.8 85.8-85.8 85.8 38.5 85.8 85.8-38.5 85.8-85.8 85.8z m0-144.1c-32.2 0-58.3 26.2-58.3 58.3 0 32.2 26.2 58.3 58.3 58.3 32.1 0 58.3-26.2 58.3-58.3 0-32.2-26.1-58.3-58.3-58.3z m0 0M655.5 431c-23.5 0-42.6-19.1-42.6-42.6s19.1-42.6 42.6-42.6 42.6 19.1 42.6 42.6-19.2 42.6-42.6 42.6z m0-57.6c-8.3 0-15.1 6.8-15.1 15.1s6.8 15.1 15.1 15.1 15.1-6.8 15.1-15.1c-0.1-8.4-6.8-15.1-15.1-15.1z m0 0" fill="#F9FAFA" p-id="7813" data-spm-anchor-id="a313x.7781069.0.i26" class="selected"></path><path d="M837.5 206.5c-87.1-87.2-203-135.1-326.2-135.1-123.2 0-239 48-326.1 135.1C98.1 293.6 50.1 409.4 50.1 532.6s48 239 135.1 326.1c87.1 87.1 202.9 135.1 326.1 135.1 80.9 0 160.5-21.2 230.1-61.4 67.6-39 124.6-94.9 165-161.7 43.3-71.6 66.1-154 66.1-238.1 0.1-123.2-47.9-239-135-326.1z m49.2 138.7c0 32.2-26.2 58.3-58.3 58.3-32.2 0-58.3-26.2-58.3-58.3 0-32.2 26.2-58.3 58.3-58.3 32.2 0 58.3 26.2 58.3 58.3z m-692.5-29.5c48.1 0 87.1 39.1 87.1 87.1 0 48.1-39.1 87.1-87.1 87.1s-87.1-39.1-87.1-87.1 39.1-87.1 87.1-87.1z m-43.9 433.1c0-8.3 6.8-15.1 15.1-15.1s15.1 6.8 15.1 15.1-6.8 15.1-15.1 15.1-15.1-6.8-15.1-15.1z m731.5 7c-37.8 62.7-91.3 115.1-154.7 151.6-65.3 37.7-139.9 57.6-215.8 57.6-115.5 0-224.1-45-305.8-126.6-14.8-14.8-28.4-30.5-40.7-47h0.6c23.5 0 42.6-19.1 42.6-42.6s-19.1-42.6-42.6-42.6c-17 0-31.8 10.1-38.6 24.6-31.3-60.5-47.9-128.1-47.9-198.2 0-29.7 3-58.9 8.8-87.4 16.9 42.3 58.2 72.3 106.5 72.3 63.2 0 114.6-51.4 114.6-114.6 0-63.2-51.4-114.6-114.6-114.6-16.5 0-32.1 3.5-46.3 9.8 16.5-25.4 35.7-49.3 57.6-71.2 81.7-81.7 190.3-126.6 305.8-126.6s224.1 45 305.8 126.6c11.2 11.2 21.6 22.8 31.4 34.9-6.4-1.5-13.1-2.4-20-2.4-47.3 0-85.8 38.5-85.8 85.8s38.5 85.8 85.8 85.8c39.6 0 73-26.9 82.8-63.4 21.3 51.6 32.5 107.5 32.5 165-0.1 78.9-21.5 156-62 223.2z m0 0" fill="#F9FAFA" p-id="7814" data-spm-anchor-id="a313x.7781069.0.i28" class="selected"></path><path d="M107.8 547.7h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7815"></path><path d="M396 330.8h28.8v28.8H396z" fill="#F9FAFA" p-id="7816"></path><path d="M698.7 216.1h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7817"></path><path d="M511.3 460.5h28.8v28.8h-28.8z" fill="#F9FAFA" p-id="7818"></path><path d="M698.7 533.3h28.8v27.5h-28.8zM857.3 475.6h28.8v27.5h-28.8zM857.3 648.6h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7819"></path><path d="M525.7 604.7h28.8v28.8h-28.8zM352.8 662.3h28.8v28.8h-28.8zM496.9 792h28.8v28.8h-28.8z" fill="#F9FAFA" p-id="7820"></path><path d="M597.8 879.2h28.8v27.5h-28.8z" fill="#F9FAFA" p-id="7821"></path><path d="M237.5 748.8h28.8v28.8h-28.8zM280.7 229.9h28.8v28.8h-28.8zM424.8 143.4h28.8v28.8h-28.8z" fill="#eee" p-id="7822"></path></svg>
\ No newline at end of file
diff --git a/more.svg b/more.svg
deleted file mode 100644
index d0757ca..0000000
--- a/more.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583164092" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4704" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M336 544C256.608 544 192 608.608 192 688S256.608 832 336 832s144-64.608 144-144-64.608-144-144-144z m0 224C291.904 768 256 732.128 256 688S291.904 608 336 608s80 35.872 80 80-35.904 80-80 80zM800 256h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM800 576h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM800 384h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM800 712h-211.424a32 32 0 1 0 0 64H800a32 32 0 1 0 0-64zM440 235.808l-120.992 148.608-71.04-80.352a32 32 0 0 0-47.936 42.4l71.008 80.352a63.648 63.648 0 0 0 48.032 21.632 63.36 63.36 0 0 0 49.536-23.584L489.6 276.192a32 32 0 0 0-49.6-40.384z" p-id="4705" fill="#0091ff"></path><path d="M896 64H128c-35.296 0-64 28.704-64 64v768c0 35.296 28.704 64 64 64h768c35.296 0 64-28.704 64-64V128c0-35.296-28.704-64-64-64zM128 896V128h768l0.064 768H128z" p-id="4706" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/package.json b/package.json
index b1df766..c50de94 100755
--- a/package.json
+++ b/package.json
@@ -5,9 +5,9 @@
   "author": "Fing <mt...@163.com>",
   "repository": "https://github.com/mtobeiyf/vuepress-homepage.git",
   "scripts": {
-    "clean": "rimraf dist/* assets blog downloads events zh team",
+    "clean": "rimraf dist/*",
     "dev": "vuepress dev docs",
-    "build": "vuepress build docs && mv dist/* ."
+    "build": "vuepress build docs"
   },
   "license": "MIT",
   "devDependencies": {
diff --git a/search.svg b/search.svg
deleted file mode 100644
index 6a3e6b7..0000000
--- a/search.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583087265" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4512" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M896 64H128c-35.296 0-64 28.704-64 64v768c0 35.296 28.704 64 64 64h592a32 32 0 1 0 0-64H128V128h768v592a32 32 0 1 0 64 0V128c0-35.296-28.704-64-64-64z" p-id="4513" fill="#0091ff"></path><path d="M791.744 746.496A206.752 206.752 0 0 0 832 624c0-114.688-93.312-208-208-208S416 509.312 416 624s93.312 208 208 208a206.752 206.752 0 0 0 122.496-40.256l110.88 110.88a31.904 31.904 0 0 0 45.248 0 31.968 31.968 0 0 0 0-45.248l-110.88-110.88zM480 624c0-79.392 64.608-144 144-144s144 64.608 144 144-64.608 144-144 144-144-64.608-144-144zM800 264a32 32 0 0 0-32-32H256a32 32 0 0 0 0 64h512a32 32 0 0 0 32-32zM256 422.656a32 32 0 0 0 0 64h96a32 32 0 0 0 0-64H256z" p-id="4514" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/team/index.html b/team/index.html
deleted file mode 100644
index 6c0ac07..0000000
--- a/team/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>SkyWalking Team |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="preload" href="/assets/js/10.e0b67572.js" as="script"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link router-link-exact-active router-link-active">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/team/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/team/" class="nav-link">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link">Home</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Docs</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Latest dev version
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/events/" class="nav-link">Events</a></div><div class="nav-item"><a href="/blog/" class="nav-link">Blog</a></div><div class="nav-item"><a href="/downloads/" class="nav-link">Downloads</a></div><div class="nav-item"><a href="/team/" class="nav-link router-link-exact-active router-link-active">Team</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Links</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">Lang</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/team/" class="nav-link router-link-exact-active router-link-active">En</a></li><li class="dropdown-item"><!----> <a href="/zh/team/" class="nav-link">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="page"> <div class="content"><h1 id="skywalking-team">SkyWalking Team</h1> <p>The SkyWalking team is comprised of Members and Contributors. Members have direct access to the source of SkyWalking project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. All contributions to SkyWalking are greatly appreciated, whether for trivial cleanups, big new features or other material rewards. More details see <a href="https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md" target="_blank" rel="noopener noreferrer">here<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>.</p> <h2 id="members">Members</h2> <p>Members include PPMC, committer and mentor of SkyWalking project. The List in alphabeta order.</p> <h3 id="incubator-mentor">Incubator Mentor</h3> <table><thead><tr><th style="text-align:center">Name</th> <th style="text-align:center">Apache ID</th></tr></thead> <tbody><tr><td style="text-align:center">Ignasi Barrera</td> <td style="text-align:center">nacx</td></tr> <tr><td style="text-align:center">Luke Han</td> <td style="text-align:center">lukehan</td></tr> <tr><td style="text-align:center">Michael Semb Wever</td> <td style="text-align:center">mck</td></tr> <tr><td style="text-align:center">Willem Ning Jiang</td> <td style="text-align:center">ningjiang</td></tr></tbody></table> <h3 id="ppmc">PPMC</h3> <table><thead><tr><th style="text-align:center">Name</th> <th style="text-align:center">Apache ID</th></tr></thead> <tbody><tr><td style="text-align:center">DongXue Si</td> <td style="text-align:center">ilucky</td></tr> <tr><td style="text-align:center">Haoyang Liu</td> <td style="text-align:center">liuhaoyangzz</td></tr> <tr><td style="text-align:center">Hongtao Gao</td> <td style="text-align:center">hanahmily</td></tr> <tr><td style="text-align:center">Sheng Wang</td> <td style="text-align:center">wangsheng</td></tr> <tr><td style="text-align:center">Sheng Wu</td> <td style="text-align:center">wusheng</td></tr> <tr><td style="text-align:center">Kai Wang</td> <td style="text-align:center">wangkai</td></tr> <tr><td style="text-align:center">Yang Bai</td> <td style="text-align:center">baiyang</td></tr> <tr><td style="text-align:center">Yongsheng Peng</td> <td style="text-align:center">pengys</td></tr> <tr><td style="text-align:center">Yuntao Li</td> <td style="text-align:center">liyuntao</td></tr> <tr><td style="text-align:center">Zhang Kewei</td> <td style="text-align:center">zhangkewei</td></tr> <tr><td style="text-align:center">Shinn Zhang</td> <td style="text-align:center">zhangxin</td></tr></tbody></table> <h3 id="committer">Committer</h3> <table><thead><tr><th style="text-align:center">Name</th> <th style="text-align:center">Apache ID</th></tr></thead> <tbody><tr><td style="text-align:center">Can Li</td> <td style="text-align:center">lican</td></tr> <tr><td style="text-align:center">Jian Tan</td> <td style="text-align:center">tanjian</td></tr> <tr><td style="text-align:center">Lang Li</td> <td style="text-align:center">lilang</td></tr> <tr><td style="text-align:center">Yixiong Cao</td> <td style="text-align:center">caoyixiong</td></tr> <tr><td style="text-align:center">Wenbing Wang</td> <td style="text-align:center">wangwenbin</td></tr></tbody></table> <h2 id="contributors">Contributors</h2> <p>SkyWalking have a lot of Contributors, since we are using GitHub, you could find them in our repository contribution list.</p> <ul><li><a href="https://github.com/apache/incubator-skywalking/graphs/contributors" target="_blank" rel="noopener noreferrer">SkyWalking main repository<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li><a href="https://github.com/apache/incubator-skywalking-ui/graphs/contributors" target="_blank" rel="noopener noreferrer">SkyWalking UI<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li><a href="https://github.com/apache/incubator-skywalking-data-collect-protocol/graphs/contributors" target="_blank" rel="noopener noreferrer">SkyWalking data collect protocol<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li><a href="https://github.com/apache/incubator-skywalking-query-protocol/graphs/contributors" target="_blank" rel="noopener noreferrer">SkyWalking query protocol<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li><a href="https://github.com/apache/incubator-skywalking-website/graphs/contributors" target="_blank" rel="noopener noreferrer">SkyWalking website<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul> <h2 id="becomming-a-committer">Becomming a Committer</h2> <p>SkyWalking follows the Apache way to build the community. Anyone can become a committer once they have contributed sufficiently to the project and earned the trust. Read <a href="https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md" target="_blank" rel="noopener noreferrer">Contributing Guides<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> to take part in the community.</p> <p>SkyWalking community follows the Apache Community’s <a href="http://community.apache.org/newcommitter.html" target="_blank" rel="noopener noreferrer">process<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> on accepting a new committer.</p></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
-    <script src="/assets/js/10.e0b67572.js" defer></script><script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/ui.svg b/ui.svg
deleted file mode 100644
index e4ec157..0000000
--- a/ui.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1544583612048" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5978" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400"><defs><style type="text/css"></style></defs><path d="M856.32 428.064a32 32 0 0 0-32 32v163.328H372.48c-0.896 0-1.664 0.448-2.56 0.512v-177.696h244.48a32 32 0 1 0 0-64H130.56c-0.896 0-1.664 0.448-2.56 0.512V231.68h488.16a32 32 0 1 0 0-64H96a32 32 0 0 0-32 32v701.824a32 32 0 0 0 32 32h760.32a32 32 0 0 0 32-32V460.064a32 32 0 0 0-32-32zM128 445.728c0.896 0.064 1.664 0.512 2.56 0.512h175.36v423.264H128V445.728z m241.92 423.776v-182.624c0.896 0.064 1.664 0.512 2.56 0.512h451.84v182.08h-454.4zM960 174.656h-61.376V113.28a32 32 0 1 0-64 0v61.344H752.64a32 32 0 1 0 0 64h81.984v81.984a32 32 0 1 0 64 0V238.656H960a32 32 0 1 0 0-64z" p-id="5979" fill="#0091ff"></path></svg>
\ No newline at end of file
diff --git a/users.png b/users.png
deleted file mode 100644
index b499d2d..0000000
Binary files a/users.png and /dev/null differ
diff --git a/zh/blog/2018-05-24-skywalking-net.html b/zh/blog/2018-05-24-skywalking-net.html
deleted file mode 100644
index ba8d5cf..0000000
--- a/zh/blog/2018-05-24-skywalking-net.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!DOCTYPE html>
-<html lang="zh-CN">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>Apache SkyWalking 为.NET Core带来开箱即用的分布式追踪和应用性能监控 |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="preload" href="/assets/js/2.15cf4057.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/zh/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link router-link-active">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/2018-05-24-skywalking-net.html" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/2018-05-24-skywalking-net.html" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link router-link-active">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/2018-05-24-skywalking-net.html" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/2018-05-24-skywalking-net.html" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="page"> <div class="content"><h1 id="apache-skywalking-为-net-core带来开箱即用的分布式追踪和应用性能监控">Apache SkyWalking 为.NET Core带来开箱即用的分布式追踪和应用性能监控</h1> <p>作者: SkyWalking .NET Core 探针维护者,刘浩扬</p> <p>在大型网站系统设计中,随着分布式架构,特别是微服务架构的流行,我们将系统解耦成更小的单元,通过不断的添加新的、小的模块或者重用已经有的模块来构建复杂的系统。随着模块的不断增多,一次请求可能会涉及到十几个甚至几十个服务的协同处理,那么如何准确快速的定位到线上故障和性能瓶颈,便成为我们不得不面对的棘手问题。</p> <p>为解决分布式架构中复杂的服务定位和性能问题,Google在论文<a href="http://research.google.com/pubs/pub36356.html" target="_blank" rel="noopener noreferrer">《Dapper, a Large-Scale Distributed Systems Tracing Infrastructure》<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>中提出了分布式跟踪系统的设计和构建思路。在这样的背景下,<a href="https://github.com/apache/incubator-skywalking" target="_blank" rel="noopener noreferrer">Apache SkyWalking<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>创建于2015年,参考Dapper论文实现分布式追踪功能,并逐渐进化为一个完整功能的<a href="https://en.wikipedia.org/wiki/Application_performance_management" target="_blank" rel="noopener noreferrer">Application Performance Management<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>系统,用于追踪、监控和诊断大型分布式系统,尤其是容器和云原生下的微服务系统。</p> <p>今年初我在尝试使用.NET Core构建分布式追踪系统<a href="https://github.com/liuhaoyang/butterfly" target="_blank" rel="noopener noreferrer">Butterfly<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>时接触到SkyWalking团队,开始和SkyWalking团队合作探索SkyWalking对.NET Core的支持,并于4月发布SkyWalking .NET Core探针的<a href="https://www.oschina.net/news/95324/apache-skywalking-apm-support-dot-net-core" target="_blank" rel="noopener noreferrer">第一个版本<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>,同时我也有幸加入SkyWalking团队共同进行SkyWalking在多语言生态的推动。在.NET Core探针v0.1版本发布之后,得到了一些同学的<a href="https://www.jianshu.com/p/3ddd986c7581" target="_blank" rel="noopener noreferrer">尝鲜使用<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>,也得到诸多改进的建议。经过几周的迭代,SkyWalking .NET Core探针于今天发布v0.2 release,在v0.1的基础上增加了稳定性和HttpClient及数据库驱动的追踪支持。</p> <p>在使用SkyWalking对.NET Core应用追踪之前,我们需要先部署SkyWalking Collector收集分析Trace和Elasticsearch作为Trace数据存储。SkyWalking支持5.x的ES,所以我们需要下载安装对应版本的ES,并配置ES的<code>cluster.name</code>为<code>CollectorDBCluster</code>。然后部署SkyWalking 5.0 beta或更高版本(下载地址:<a href="http://skywalking.apache.org/downloads/" target="_blank" rel="noopener noreferrer">http://skywalking.apache.org/downloads/<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>)。更详细的Collector部署文档,请参考<a href="https://github.com/apache/incubator-skywalking/blob/master/docs/en/Deploy-backend-in-standalone-mode.md" target="_blank" rel="noopener noreferrer">Deploy-backend-in-standalone-mode<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>和<a href="https://github.com/apache/incubator-skywalking/blob/master/docs/en/Deploy-backend-in-cluster-mode.md" target="_blank" rel="noopener noreferrer">Deploy-backend-in-cluster-mode<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>。</p> <p>最后我们使用示例项目来演示在.NET Core应用中使用SkyWalking进行追踪和监控,克隆SkyWalking-NetCore项目到本地</p> <div class="language- extra-class"><pre class="language-text"><code>git clone https://github.com/OpenSkywalking/skywalking-netcore.git
-</code></pre></div><p>进入skywalking-netcore目录</p> <div class="language- extra-class"><pre class="language-text"><code>cd skywalking-netcore
-</code></pre></div><p>还原nuget package:</p> <div class="language- extra-class"><pre class="language-text"><code>dotnet restore
-</code></pre></div><p>启动示例项目:</p> <div class="language- extra-class"><pre class="language-text"><code>dotnet run -p sample/SkyWalking.Sample.Backend
-dotnet run -p sample/SkyWalking.Sample.Frontend
-</code></pre></div><p>访问示例应用 <a href="http://localhost:5001/apivalues" target="_blank" rel="noopener noreferrer">http://localhost:5001/api/values<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a><br>
-打开SkyWalking WebUI即可看到我们的应用监控面板 <a href="http://localhost:8080" target="_blank" rel="noopener noreferrer">http://localhost:8080<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></p> <p>Dashboard视图
-<img src="/assets/img/dashboard.b1963ef5.png" alt="dashboard"></p> <p>TopologyMap视图
-<img src="/assets/img/topology_map.98c1061e.png" alt="topology_map"></p> <p>Application视图
-<img src="/assets/img/application.bb10657c.png" alt="application"></p> <p>Trace视图
-<img src="/assets/img/trace.e3a5d624.png" alt="trace.png"></p> <p>TraceDetails视图
-<img src="/assets/img/trace_details.6e3f1b74.png" alt="trace_details.png"></p> <h5 id="github">Github</h5> <ol><li>SkyWalking Github Repo: <a href="https://github.com/apache/incubator-skywalking/" target="_blank" rel="noopener noreferrer">https://github.com/apache/incubator-skywalking<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li>SkyWalking-NetCore Github Repo: <a href="https://github.com/OpenSkywalking/skywalking-netcore" target="_blank" rel="noopener noreferrer">https://github.com/OpenSkywalking/skywalking-netcore<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ol></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
-    <script src="/assets/js/2.15cf4057.js" defer></script><script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/zh/blog/index.html b/zh/blog/index.html
deleted file mode 100644
index 6e1ae1f..0000000
--- a/zh/blog/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE html>
-<html lang="zh-CN">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title> Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/zh/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link router-link-exact-active router-link-active">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link router-link-exact-active router-link-active">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/blog/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/blog/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="custom-layout"><div class="blog"><div class="content"><div class="blog-item"><h3>Apache SkyWalking 为.NET Core带来开箱即用的分布式追踪和应用性能监控</h3> <time>刘浩扬</time> <p>用于SkyWalking的.NET Core SDK</p> <a href="2018-05-24-skywalking-net.html">Read more</a></div></div> <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div></div> <!----></div></div>
-    <script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/zh/doc/index.html b/zh/doc/index.html
deleted file mode 100644
index e093628..0000000
--- a/zh/doc/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE html>
-<html lang="zh-CN">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>Introduction |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="preload" href="/assets/js/13.a89796d1.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/zh/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/doc/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/doc/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="page"> <div class="content"><h1 id="introduction">Introduction</h1></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
-    <script src="/assets/js/13.a89796d1.js" defer></script><script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/zh/downloads/index.html b/zh/downloads/index.html
deleted file mode 100644
index eda2381..0000000
--- a/zh/downloads/index.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<!DOCTYPE html>
-<html lang="zh-CN">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>下载SkyWalking发布版本 |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="preload" href="/assets/js/14.aa090831.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/zh/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link router-link-exact-active router-link-active">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/downloads/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/downloads/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link router-link-exact-active router-link-active">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/downloads/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/downloads/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="page"> <div class="content"><h1 id="下载skywalking发布版本">下载SkyWalking发布版本</h1> <p>从下面提供的链接从Apache SkyWalking(孵化)镜像下载。</p> <h2 id="_6-x-版本">6.x 版本</h2> <table><thead><tr><th style="text-align:center">日期</th> <th style="text-align:center">版本</th> <th style="text-align:center"></th> <th style="text-align:center">下载</th></tr></thead> <tbody><tr><td style="text-align:center">Nov. 14th, 2018</td> <td style="text-align:center">6.0.0-alpha</td> <td style="text-align:center">源码</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/6.0.0-alpha/apache-skywalking-apm-incubating-6.0.0-alpha.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">文档</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md" target="_blank" rel="noopener noreferrer">文档<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr></tbody></table> <h3 id="_6-0-0-alpha更新日志">6.0.0-alpha更新日志</h3> <p>SkyWalking 6是一个全新的里程碑。在此版本中,Skywalking不仅仅是一个具有分析和可视化功能的分布式跟踪系统,而是一个<strong>可观察性分析平台(OAL)</strong>。</p> <p>v6的核心和最重要的特性如下:</p> <ol><li>支持从不同来源收集遥测数据,例如多语言代理和服务网格。</li> <li>可扩展流分析核心。尽管在此版本中未提供,但在核心级别提供SQL和缓存分析。</li> <li>提供 <strong>可观察性分析语言(OAL)</strong> 用来分析度量标准定制可用。</li> <li>新的GraphQL查询协议。现在不与UI绑定。</li> <li>拥有更好的UI拓扑。</li> <li>提供新的警报核心。在alpha中,仅对服务相关的指标进行警报。</li></ol> <p><a href="https://github.com/apache/incubator-skywalking/milestone/29?closed=1" target="_blank" rel="noopener noreferrer">问题和Pull Requests<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></p> <h2 id="_5-x-版本">5.x 版本</h2> <table><thead><tr><th style="text-align:center">日期</th> <th style="text-align:center">版本</th> <th style="text-align:center"></th> <th style="text-align:center">下载</th></tr></thead> <tbody><tr><td style="text-align:center">Oct. 17th, 2018</td> <td style="text-align:center">5.0.0-GA</td> <td style="text-align:center">源码</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-GA/apache-skywalking-apm-incubating-5.0.0-GA.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">文档</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-GA/docs/README.md" target="_blank" rel="noopener noreferrer">文档<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">Sep. 12th, 2018</td> <td style="text-align:center">5.0.0-RC2</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-RC2/apache-skywalking-apm-incubating-5.0.0-RC2.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">文档</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-RC2/docs/README.md" target="_blank" rel="noopener noreferrer">文档<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">July 11th, 2018</td> <td style="text-align:center">5.0.0-beta2</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta2/apache-skywalking-apm-incubating-5.0.0-beta2.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">文档</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta2/docs/README.md" target="_blank" rel="noopener noreferrer">文档<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">May 23th, 2018</td> <td style="text-align:center">5.0.0-beta</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-beta/apache-skywalking-apm-incubating-5.0.0-beta.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">文档</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-beta/docs/README.md" target="_blank" rel="noopener noreferrer">文档<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center">April 3rd, 2018</td> <td style="text-align:center">5.0.0-alpha</td> <td style="text-align:center">Source codes</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz" target="_blank" rel="noopener noreferrer">[src]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha-src.tgz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Windows</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip" target="_blank" rel="noopener noreferrer">[zip]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">Linux</td> <td style="text-align:center"><a href="http://www.apache.org/dyn/closer.cgi/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.tar.gz" target="_blank" rel="noopener noreferrer">[tar]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.asc" target="_blank" rel="noopener noreferrer">[asc]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a> <a href="https://www.apache.org/dist/incubator/skywalking/5.0.0-alpha/apache-skywalking-apm-incubating-5.0.0-alpha.zip.sha512" target="_blank" rel="noopener noreferrer">[sha512]<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr> <tr><td style="text-align:center"></td> <td style="text-align:center"></td> <td style="text-align:center">文档</td> <td style="text-align:center"><a href="https://github.com/apache/incubator-skywalking/blob/v5.0.0-alpha/docs/README.md" target="_blank" rel="noopener noreferrer">文档<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></td></tr></tbody></table> <h1 id="_5-x-更新日志">5.x 更新日志</h1> <h4 id="探针改变">探针改变</h4> <ul><li>在探针设置中添加对包名称的忽略。这些包中的类将被增强,甚至插件声明。</li> <li>支持Undertow 2.x插件。</li> <li>修复Motan插件的错误类名,而不是与功能相关的问题,只是命名修改。</li></ul> <h4 id="collector改变">Collector改变</h4> <ul><li>使缓冲文件处理程序更安全地关闭。</li> <li>在AlarmService中修复NPE。</li></ul> <h4 id="文档">文档</h4> <ul><li>Fix compiling doc link.</li> <li>更新新的演示地址。</li></ul> <p><a href="https://github.com/apache/incubator-skywalking/milestone/27?closed=1" target="_blank" rel="noopener noreferrer">问题和Pull Requests<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></p> <h1 id="验证版本">验证版本</h1> <p>使用PGP或SHA签名验证下载文件的完整性至关重要。可以使用GPG或PGP验证PGP签名。请下载KEYS以及发布的asc签名文件。建议从主发布目录而不是镜像中获取这些文件。</p> <div class="language- extra-class"><pre class="language-text"><code>gpg -i KEYS
-
-or
-
-pgpk -a KEYS
-
-or
-
-pgp -ka KEYS
-</code></pre></div><p>要验证二进制文件/源,您可以从主发布目录下载相关的asc文件,并按照以下指南进行操作。</p> <div class="language- extra-class"><pre class="language-text"><code>gpg --verify apache-skywalking-apm-incubating********.asc apache-skywalking-apm-incubating*********
-
-or
-
-pgpv apache-skywalking-apm-incubating********.asc
-
-or
-
-pgp apache-skywalking-apm-incubating********.asc
-</code></pre></div><h1 id="所有变更">所有变更</h1> <p><a href="https://github.com/apache/incubator-skywalking/blob/master/CHANGES.md" target="_blank" rel="noopener noreferrer">变更<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>文档.</p></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
-    <script src="/assets/js/14.aa090831.js" defer></script><script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/zh/events/index.html b/zh/events/index.html
deleted file mode 100644
index 9816cee..0000000
--- a/zh/events/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE html>
-<html lang="zh-CN">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>SkyWalking 事件概要 |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="preload" href="/assets/js/15.e6aec58f.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/zh/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link router-link-exact-active router-link-active">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/events/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/events/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link router-link-exact-active router-link-active">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/events/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/events/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav>  <ul class="sidebar-links"><li><div class="sidebar-group first"><p class="sidebar-heading open"><span></span> <!----></p> <ul class="sidebar-group-items"><li><a href="/zh/events/" class="active sidebar-link">SkyWalking 事件概要</a><ul class="sidebar-sub-headers"><li class="sidebar-sub-header"><a href="/zh/events/#欢迎曹奕雄成为committer" class="sidebar-link">欢迎曹奕雄成为committer</a></li><li class="sidebar-sub-header"><a href="/zh/events/#欢迎李浪成为committer" class="sidebar-link">欢迎李浪成为committer</a></li><li class="sidebar-sub-header"><a href="/zh/events/#欢迎谭建成为committer" class="sidebar-link">欢迎谭建成为committer.</a></li><li class="sidebar-sub-header"><a href="/zh/events/#发布apache-skywalking-6-0-0-alpha版本" class="sidebar-link">发布Apache SkyWalking 6.0.0-alpha版本</a></li><li class="sidebar-sub-header"><a href="/zh/events/#发布apache-skywalking-5-0-0-ga" class="sidebar-link">发布Apache SkyWalking 5.0.0-GA</a></li><li class="sidebar-sub-header"><a href="/zh/events/#发布apache-skywalking-5-0-0-rc2版本" class="sidebar-link">发布Apache SkyWalking 5.0.0-RC2版本</a></li><li class="sidebar-sub-header"><a href="/zh/events/#发布apache-skywalking-5-0-0-beta2版本" class="sidebar-link">发布Apache SkyWalking 5.0.0-beta2版本</a></li><li class="sidebar-sub-header"><a href="/zh/events/#发布apache-skywalking-5-0-0-beta版本" class="sidebar-link">发布Apache SkyWalking 5.0.0-beta版本</a></li><li class="sidebar-sub-header"><a href="/zh/events/#发布apache-skywalking-apm-5-0-0-alpha版本" class="sidebar-link">发布Apache SkyWalking APM 5.0.0-alpha版本</a></li></ul></li></ul></div></li></ul> </div> <div class="page"> <div class="content"><h1 id="skywalking-事件概要">SkyWalking 事件概要</h1> <h2 id="欢迎曹奕雄成为committer">欢迎曹奕雄成为committer</h2> <h6 id="_2018年12月10日">2018年12月10日</h6> <p>根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。</p> <h2 id="欢迎李浪成为committer">欢迎李浪成为committer</h2> <h6 id="_2018年12月6日">2018年12月6日</h6> <p>根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。</p> <h2 id="欢迎谭建成为committer">欢迎谭建成为committer.</h2> <h6 id="_2018年12月2日">2018年12月2日</h6> <p>根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。</p> <h2 id="发布apache-skywalking-6-0-0-alpha版本">发布Apache SkyWalking 6.0.0-alpha版本</h2> <h6 id="_2018年11月14日">2018年11月14日</h6> <p>APM始终兼容多语言探针(Java,.Net,NodeJS)、第三方追踪数据格式(Zipkin)和服务网格遥测数据(Istio)。跳转到<a href="/zh/downloads/">下载</a>页面查找发布版本。</p> <h2 id="发布apache-skywalking-5-0-0-ga">发布Apache SkyWalking 5.0.0-GA</h2> <h6 id="_2018年10月17日">2018年10月17日</h6> <p>5.x版本的稳定版本。跳转到<a href="/zh/downloads/">下载</a>页面查找发布版本。</p> <h2 id="发布apache-skywalking-5-0-0-rc2版本">发布Apache SkyWalking 5.0.0-RC2版本</h2> <h6 id="_2018年9月12日">2018年9月12日</h6> <p>5.0.0-RC2发布。跳转到<a href="/zh/downloads/">下载</a>页面查找发布版本。</p> <h2 id="发布apache-skywalking-5-0-0-beta2版本">发布Apache SkyWalking 5.0.0-beta2版本</h2> <h6 id="_2018年7月11日">2018年7月11日</h6> <p>5.0.0-beta2发布。跳转到<a href="/zh/downloads/">下载</a>页面查找发布版本。</p> <h2 id="发布apache-skywalking-5-0-0-beta版本">发布Apache SkyWalking 5.0.0-beta版本</h2> <h6 id="_2018年5月23日">2018年5月23日</h6> <p>5.0.0-beta发布。跳转到<a href="/zh/downloads/">下载</a>页面查找发布版本。</p> <h2 id="发布apache-skywalking-apm-5-0-0-alpha版本">发布Apache SkyWalking APM 5.0.0-alpha版本</h2> <h6 id="_2018年4月3日">2018年4月3日</h6> <p>5.0.0-alpha发布。跳转到<a href="/zh/downloads/">下载</a>页面查找发布版本。</p></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
-    <script src="/assets/js/15.e6aec58f.js" defer></script><script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/zh/index.html b/zh/index.html
deleted file mode 100644
index 4ff0b99..0000000
--- a/zh/index.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html>
-<html lang="zh-CN">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title> Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="分布式系统的应用程序性能监视工具,专为微服务、云本机架构和基于容器(Docker、K8s、Mesos)架构而设计。">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/16.c912be1b.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/zh/" class="home-link router-link-exact-active router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/zh/" class="nav-link router-link-exact-active router-link-active">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/zh/" class="nav-link router-link-exact-active router-link-active">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="custom-layout"><div class="home"><div class="wrapper"><div class="avatar"><img src="/circuit-board.svg" width="100%" style="transform:translate3d(0px, 0px, 0px);"> <img src="/circuit-board.svg" width="84%" style="transform:translate3d(100px, -200px, 0px);"> <div class="vertical-middle"><div class="avatar-wrapper"><div class="product-name"><div class="avatar-title">
-                Apache SkyWalking
-                <span class="incubating">Incubating</span></div></div> <p class="avatar-desc">分布式系统的应用程序性能监视工具,专为微服务、云本机架构和基于容器(Docker、K8s、Mesos)架构而设计。</p> <div class="button-area"><a target="_self" href="https://github.com/apache/incubator-skywalking/tree/master/docs" class="button1">快速开始</a> <a target="_self" href="https://github.com/apache/incubator-skywalking" class="button2">Github</a></div></div> <div class="moon" style="transform:translate3d(0px, 0px, 0px);"></div></div></div> <div class="home-card"><div class="home-card-about tc"><h1>什么是 SkyWalking</h1> <p>SkyWalking 是观察性分析平台和应用性能管理系统。</p><p>提供分布式追踪、服务网格遥测分析、度量聚合和可视化一体化解决方案.</p> <img src="/frame.jpeg" width="100%" style="margin-top:20px;max-width:900px;box-shadow: 0 2px 5px #00000033;"></div> <div class="home-card-feature"><h1 class="tc">特性一览</h1> <table width="100%"><col style="width:50%"> <col style="width:50%"> <tr><td class="home-card-feature-td"><img src="/search.svg" class="home-card-feature-img">多种监控手段,语言探针和service mesh</td> <td class="home-card-feature-td"><img src="/more.svg" class="home-card-feature-img">多语言自动探针,Java,.NET Core和Node.JS</td></tr> <tr><td class="home-card-feature-td"><img src="/light.svg" class="home-card-feature-img">轻量高效,不需要大数据</td> <td class="home-card-feature-td"><img src="/list.svg" class="home-card-feature-img">模块化,UI、存储、集群管理多种机制可选</td></tr> <tr><td class="home-card-feature-td"><img src="/alarm.svg" class="home-card-feature-img">支持告警</td> <td class="home-card-feature-td"><img src="/ui.svg" class="home-card-feature-img">优秀的可视化方案</td></tr></table></div> <div class="home-card-news clear"><h1 class="tc">事件 &amp; 新闻</h1> <div class="home-card-news-item"><h4 class="mb10 mt0">欢迎曹奕雄成为committer</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">2018年12月10日</span></div> <p class="mt0">根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。</p></div><div class="home-card-news-item"><h4 class="mb10 mt0">欢迎李浪成为committer</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">2018年12月6日</span></div> <p class="mt0">根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。</p></div><div class="home-card-news-item"><h4 class="mb10 mt0">欢迎谭建成为committer</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">2018年12月2日</span></div> <p class="mt0">根据他对该项目的贡献,他已被接纳为SkyWalking提交者。欢迎。</p></div><div class="home-card-news-item"><h4 class="mb10 mt0">发布Apache SkyWalking 6.0.0-alpha版本</h4> <div class="sm mb10"><span style="color:#999;margin-right:10px">2018年11月14日</span></div> <p class="mt0">APM始终兼容多语言探针(Java,.Net,NodeJS)、第三方追踪数据格式(Zipkin)和服务网格遥测数据(Istio)。</p></div></div> <div class="home-card-user tc"><h1>谁在使用 SkyWalking</h1> <p>各种各样的公司和组织使用SkyWalking进行研究,生产和商业产品。这是SkyWalking 的用户墙</p> <img src="/users.png" width="100%" style="margin-top:20px;max-width:900px"></div></div> <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div></div></div> <!----></div></div>
-    <script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>
diff --git a/zh/team/index.html b/zh/team/index.html
deleted file mode 100644
index 051ac53..0000000
--- a/zh/team/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!DOCTYPE html>
-<html lang="zh-CN">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>SkyWalking 团队 |  Apache SkyWalking™ (incubating)|SkyWalking Team </title>
-    <meta name="description" content="">
-    
-    
-    <link rel="preload" href="/assets/css/0.styles.83c54a22.css" as="style"><link rel="preload" href="/assets/js/app.4db82c8c.js" as="script"><link rel="preload" href="/assets/js/16.c912be1b.js" as="script"><link rel="prefetch" href="/assets/js/10.e0b67572.js"><link rel="prefetch" href="/assets/js/11.41761016.js"><link rel="prefetch" href="/assets/js/12.f62681ed.js"><link rel="prefetch" href="/assets/js/13.a89796d1.js"><link rel="prefetch" href="/assets/js/14.aa090831.js"><link rel="prefetch" href="/assets/js/15.e6aec58f.js"><link rel="prefetch" href="/assets/js/17.49d92bf8.js"><link rel="prefetch" href="/assets/js/2.15cf4057.js"><link rel="prefetch" href="/assets/js/3.6957a86b.js"><link rel="prefetch" href="/assets/js/4.75aba94a.js"><link rel="prefetch" href="/assets/js/5.a2540094.js"><link rel="prefetch" href="/assets/js/6.4bdf90c5.js"><link rel="prefetch" href="/assets/js/7.a7d7be4e.js"><link rel="prefetch" href="/assets/js/8.52f5c4bd.js"><link rel="prefetch" href="/assets/js/9.a683b222.js">
-    <link rel="stylesheet" href="/assets/css/0.styles.83c54a22.css">
-  </head>
-  <body>
-    <div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div> <a href="/zh/" class="home-link router-link-active"><img src="/assets/img/logo-light.66b4893e.svg" alt=" Apache SkyWalking™ (incubating)|SkyWalking Team " class="logo"></a> <div class="links" style="max-width:nullpx;"><nav class="nav-links can-hide"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link router-link-exact-active router-link-active">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/team/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/team/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></header> <div class="sidebar-mask"></div> <div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/zh/" class="nav-link">主页</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">文档</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/master/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  开发版本文档
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v6.0.0-alpha/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  6.0.0-alpha
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/tree/v5.0.0-GA/docs" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  5.0.0-GA
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><a href="/zh/events/" class="nav-link">事件</a></div><div class="nav-item"><a href="/zh/blog/" class="nav-link">博客</a></div><div class="nav-item"><a href="/zh/downloads/" class="nav-link">下载</a></div><div class="nav-item"><a href="/zh/team/" class="nav-link router-link-exact-active router-link-active">团队</a></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">链接</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="http://www.apache.org/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Software Foundation
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://github.com/apache/incubator-skywalking/issues" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  GitHub Issue Tracker
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="https://lists.apache.org/list.html?dev@skywalking.apache.org" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Dev Mailing List
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/licenses/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  License
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/events/current-event" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Apache Events
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/security/" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Security
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Sponsorship and Donate
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li><li class="dropdown-item"><!----> <a href="http://www.apache.org/foundation/thanks.html" target="_blank" rel="noopener noreferrer" class="nav-link external">
-  Thanks
-  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul></div></div><div class="nav-item"><div class="dropdown-wrapper"><a class="dropdown-title"><span class="title">语言</span> <span class="arrow right"></span></a> <ul class="nav-dropdown" style="display:none;"><li class="dropdown-item"><!----> <a href="/team/" class="nav-link">En</a></li><li class="dropdown-item"><!----> <a href="/zh/team/" class="nav-link router-link-exact-active router-link-active">中文</a></li></ul></div></div> <!----></nav>  <!----> </div> <div class="page"> <div class="content"><h1 id="skywalking-团队">SkyWalking 团队</h1> <p>SkyWalking团队由孵化器项目管理委员会成员(以下简称“成员”)和贡献者组成。成员可以直接访问SkyWalking项目的源码,并积极向仓库贡献源码。贡献者通过向成员提交补丁和建议来改进项目。项目的贡献者数量一般无限制。非常欢迎更多的贡献者向SkyWalking贡献,无论是琐碎的整理、重大的新功能更新还是其他物质奖励。更多细节可参考<a href="https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md" target="_blank" rel="noopener noreferrer">这里<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>。</p> <h2 id="成员">成员</h2> <p>成员包括孵化器项目管理委员会、提交者、Skywalking项目导师。</p> <h3 id="孵化导师">孵化导师</h3> <table><thead><tr><th style="text-align:center">名字</th> <th style="text-align:center">Apache ID</th></tr></thead> <tbody><tr><td style="text-align:center">Ignasi Barrera</td> <td style="text-align:center">nacx</td></tr> <tr><td style="text-align:center">Luke Han</td> <td style="text-align:center">lukehan</td></tr> <tr><td style="text-align:center">Michael Semb Wever</td> <td style="text-align:center">mck</td></tr> <tr><td style="text-align:center">Willem Ning Jiang</td> <td style="text-align:center">ningjiang</td></tr></tbody></table> <h3 id="孵化器项目管理委员会">孵化器项目管理委员会</h3> <table><thead><tr><th style="text-align:center">名字</th> <th style="text-align:center">Apache ID</th></tr></thead> <tbody><tr><td style="text-align:center">Haoyang Liu</td> <td style="text-align:center">liuhaoyangzz</td></tr> <tr><td style="text-align:center">Hongtao Gao</td> <td style="text-align:center">hanahmily</td></tr> <tr><td style="text-align:center">Sheng Wu</td> <td style="text-align:center">wusheng</td></tr> <tr><td style="text-align:center">Shinn Zhang</td> <td style="text-align:center">zhangxin</td></tr> <tr><td style="text-align:center">Yongsheng Peng</td> <td style="text-align:center">pengys</td></tr> <tr><td style="text-align:center">DongXue Si</td> <td style="text-align:center">ilucky</td></tr> <tr><td style="text-align:center">Kai Wang</td> <td style="text-align:center">wangkai</td></tr> <tr><td style="text-align:center">Sheng Wang</td> <td style="text-align:center">wangsheng</td></tr> <tr><td style="text-align:center">Yang Bai</td> <td style="text-align:center">baiyang</td></tr> <tr><td style="text-align:center">Yuntao Li</td> <td style="text-align:center">liyuntao</td></tr> <tr><td style="text-align:center">Zhang Kewei</td> <td style="text-align:center">zhangkewei</td></tr></tbody></table> <h3 id="提交者">提交者</h3> <table><thead><tr><th style="text-align:center">名字</th> <th style="text-align:center">Apache ID</th></tr></thead> <tbody><tr><td style="text-align:center">Can Li</td> <td style="text-align:center">lican</td></tr> <tr><td style="text-align:center">Jian Tan</td> <td style="text-align:center">tanjian</td></tr> <tr><td style="text-align:center">Lang Li</td> <td style="text-align:center">lilang</td></tr> <tr><td style="text-align:center">Yixiong Cao</td> <td style="text-align:center">caoyixiong</td></tr> <tr><td style="text-align:center">Wenbing Wang</td> <td style="text-align:center">wangwenbin</td></tr></tbody></table> <h2 id="贡献者">贡献者</h2> <p>自从Skywalking使用Github之后,拥有了许多的贡献者,你可以在我们的存储库贡献列表中找到它们。</p> <ul><li><a href="https://github.com/apache/incubator-skywalking/graphs/contributors" target="_blank" rel="noopener noreferrer">SkyWalking main repository<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li><a href="https://github.com/apache/incubator-skywalking-ui/graphs/contributors" target="_blank" rel="noopener noreferrer">SkyWalking UI<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li><a href="https://github.com/apache/incubator-skywalking-data-collect-protocol/graphs/contributors" target="_blank" rel="noopener noreferrer">SkyWalking data collect protocol<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li><a href="https://github.com/apache/incubator-skywalking-query-protocol/graphs/contributors" target="_blank" rel="noopener noreferrer">SkyWalking query protocol<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li> <li><a href="https://github.com/apache/incubator-skywalking-website/graphs/contributors" target="_blank" rel="noopener noreferrer">SkyWalking website<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></li></ul> <h2 id="成为提交者">成为提交者</h2> <p>SkyWalking遵循Apache的方式来构建社区。一旦为项目做出了足够的贡献并赢得了信任,任何人都可以成为提交者。你可以阅读<a href="https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/README.md" target="_blank" rel="noopener noreferrer">贡献指南<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>来参与社区。</p> <p>SkyWalking社区遵循Apache社区的<a href="http://community.apache.org/newcommitter.html" target="_blank" rel="noopener noreferrer">流程<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>来接受新的提交者。</p></div> <div class="page-edit"><!----> <!----></div> <!---->  <footer class="footer-container"><div class="cols-container"><div class="col col-18"><dl><dt>Disclaimer</dt> <dd><p>Apache SkyWalking (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></dd></dl></div> <div class="col col-6"><dl><dt>ASF</dt> <dd class="asf"><a href="http://www.apache.org/" target="_self">Foundation</a></dd> <dd class="asf"><a href="http://www.apache.org/licenses/" target="_self">License</a></dd> <dd class="asf"><a href="http://www.apache.org/events/current-event" target="_self">Events</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self">Sponsorship</a></dd> <dd class="asf"><a href="http://www.apache.org/foundation/thanks.html" target="_self">Thanks</a></dd></dl></div></div> <div class="copyright">Copyright © 2017-2018, The Apache Software Foundation, Apache SkyWalking, SkyWalking, Apache, the Apache feather logo, and the Apache SkyWalking project logo are either registered trademarks or trademarks of the Apache Software Foundation.</div></footer></div> <!----></div></div>
-    <script src="/assets/js/16.c912be1b.js" defer></script><script src="/assets/js/app.4db82c8c.js" defer></script>
-  </body>
-</html>


 

----------------------------------------------------------------
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