This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new a2e3e52 Add statement of the Redis trademark (#153)
a2e3e52 is described below
commit a2e3e521dbd59c357f07b2e959d1bb29bbb32a47
Author: Twice <[email protected]>
AuthorDate: Wed Sep 6 08:30:53 2023 +0900
Add statement of the Redis trademark (#153)
---
docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 90c375f..8d78ba0 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -153,7 +153,7 @@ const config = {
href: 'https://www.apache.org/'
},
copyright: `<div style="text-align: left;">
- <div style="border-top: 1px solid #ccc;min-height: 60px;line-height:
20px;text-align: center;font-family: Avenir-Medium,serif;font-size: 14px;color:
#999;display: flex;align-items: center;"><span>Copyright © ${new
Date().getFullYear()} The Apache Software Foundation. Apache Kvrocks, Kvrocks,
and its feather logo are trademarks of The Apache Software
Foundation.</span></div>
+ <div style="border-top: 1px solid #ccc;min-height: 60px;line-height:
20px;text-align: center;font-family: Avenir-Medium,serif;font-size: 14px;color:
#999;display: flex;align-items: center;"><span>Copyright © ${new
Date().getFullYear()} The Apache Software Foundation. Apache Kvrocks, Kvrocks,
and its feather logo are trademarks of The Apache Software Foundation. Redis
and its cube logo are registered trademarks of Redis Ltd.</span></div>
</div>`,
},
prism: {