tisonkun commented on code in PR #300:
URL: https://github.com/apache/pulsar-site/pull/300#discussion_r1030028467
##########
site2/website-next/src/pages/download.js:
##########
@@ -327,6 +344,16 @@ export default function page(props) {
<Translate>Older releases</Translate>
</h2>
<OldReleaseTable data={oldReleases}></OldReleaseTable>
+ <header className="postHeader mt-12">
+ <h1>
+ <Translate>Pulsar C++ Client</Translate>
+ </h1>
+ <div>
+ <p>The Link column contains C++ packages for different systems
and architectures.</p>
+ </div>
+ <hr />
+ </header>
+ <ReleaseTable data={pulsarCppReleaseInfo}></ReleaseTable>
Review Comment:
You may provide a preview of this section.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]