Skip to content

Commit

Permalink
Merge pull request #1004 from tulios/trademark-notice
Browse files Browse the repository at this point in the history
Add trademark notice
  • Loading branch information
tulios authored Jan 22, 2021
2 parents 3d4b2d2 + c1a3bfb commit addcd6f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@

KafkaJS is a modern [Apache Kafka](https://kafka.apache.org/) client for Node.js. It is compatible with Kafka 0.10+ and offers native support for 0.11 features.

<small>KAFKA is a registered trademark of The Apache Software Foundation and
has been licensed for use by KafkaJS. KafkaJS has no
affiliation with and is not endorsed by The Apache Software Foundation.</small>

### <a name="features"></a> Features

* Producer
Expand Down
12 changes: 12 additions & 0 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,18 @@
},
"version-1.14.0/version-1.14.0-configuration": {
"title": "Client Configuration"
},
"version-1.15.0/version-1.15.0-admin": {
"title": "Admin Client"
},
"version-1.15.0/version-1.15.0-faq": {
"title": "FAQ"
},
"version-1.15.0/version-1.15.0-instrumentation-events": {
"title": "Instrumentation Events"
},
"version-1.15.0/version-1.15.0-producing": {
"title": "Producing Messages"
}
},
"links": {
Expand Down
3 changes: 3 additions & 0 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ class HomeSplash extends React.Component {
<Button href={docUrl('getting-started')}>Documentation</Button>
<Button href={siteConfig.repoUrl}>Github</Button>
</PromoSection>
<Container className="trademark-notice">
<small>KAFKA is a registered trademark of The Apache Software Foundation and has been licensed for use by KafkaJS. KafkaJS has no affiliation with and is not endorsed by The Apache Software Foundation.</small>
</Container>
</div>
</SplashContainer>
)
Expand Down
6 changes: 6 additions & 0 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@ input#search_input_react {
.headerTitleWithLogo {
font-weight: normal;
}

.trademark-notice {
margin-top: 10px;
color: rgba(255, 255, 255, 0.7);
font-size: .8rem;
}

0 comments on commit addcd6f

Please sign in to comment.