Skip to content

Commit

Permalink
[website]Website update (apache#7330)
Browse files Browse the repository at this point in the history
add pulsar summit link in pulsar menu
  • Loading branch information
zeo1995 authored Jun 22, 2020
1 parent 1e106a5 commit 06994ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions site2/website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class Footer extends React.Component {
const twitterUrl = 'https://twitter.com/Apache_Pulsar'
const wikiUrl = 'https://github.com/apache/pulsar/wiki'
const issuesUrl = 'https://github.com/apache/pulsar/issues'
const summitUrl = 'https://pulsar-summit.org/'
const resourcesUrl = this.pageUrl('resources', this.props.language)
const teamUrl = this.pageUrl('team', this.props.language)
const poweredByUrl = this.pageUrl('powered-by', this.props.language)
Expand All @@ -140,6 +141,7 @@ class Footer extends React.Component {
'<li><a href="${twitterUrl}" target="_blank">Twitter &#x2750</a></li>' +
'<li><a href="${wikiUrl}" target="_blank">Wiki &#x2750</a></li>' +
'<li><a href="${issuesUrl}" target="_blank">Issue tracking &#x2750</a></li>' +
'<li><a href="${summitUrl}" target="_blank">Pulsar Summit &#x2750</a></li>' +
'<li>&nbsp;</li>' +
'<li><a href="${resourcesUrl}">Resources</a></li>' +
'<li><a href="${teamUrl}">Team</a></li>' +
Expand Down
2 changes: 1 addition & 1 deletion site2/website/static/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ window.addEventListener('load', function () {

})

});
});
2 changes: 1 addition & 1 deletion site2/website/static/js/getSwaggerByVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ function getSwaggerByVersion(){
wrapper.insertBefore(redocLink, script)

}
window.onload=getSwaggerByVersion
window.onload=getSwaggerByVersion

0 comments on commit 06994ed

Please sign in to comment.