Jtrust commented on a change in pull request #139: URL: https://github.com/apache/skywalking-website/pull/139#discussion_r528327811
########## File path: layouts/shortcodes/downloads-block.html ########## @@ -0,0 +1,301 @@ +<div class="card-wrapper"> + <!-- SkyWalking APM--> + <div class="card item"> + <div class="card-body"> + <div class="title-box"> + <span class="icon">S</span> + <h5 class="card-title">SkyWalking APM</h5> + </div> + <p class="card-text"> + SkyWalking is an Observability Analysis Platform and Application Performance Management system. + </p> + <div class="doc-box"> + <div class="flex-center"> + <img src="/images/feather.png" alt="" width="14px"> + <div class="btn-group"> + <button type="button" class="btn btn-sm dropdown-toggle" data-toggle="dropdown" + aria-haspopup="true" aria-expanded="false"> + Source + </button> + <div class="dropdown-menu"> + <h6 class="dropdown-header">v8.2.0<span> | Oct. 27th, 2020</span></h6> + <div class="dropdown-item" href="#"> + [<a href="https://www.apache.org/dyn/closer.cgi/skywalking/8.2.0/apache-skywalking-apm-8.2.0-src.tgz">src]</a> + [<a href="https://downloads.apache.org/skywalking/8.2.0/apache-skywalking-apm-8.2.0-src.tgz.asc">asc]</a> + [<a href="https://downloads.apache.org/skywalking/8.2.0/apache-skywalking-apm-8.2.0-src.tgz.sha512">sha512]</a> Review comment: The HTML file is then changed to a template ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
