This is an automated email from the ASF dual-hosted git repository.
mayanks pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git
The following commit(s) were added to refs/heads/dev by this push:
new 18a302b New site level HTML metadata
new d968a60 Merge pull request #39 from joshigaurava/site-metadata
18a302b is described below
commit 18a302b88272ee19ea9cb43a0fc9f6b3178f2aa8
Author: Gaurav Joshi <[email protected]>
AuthorDate: Thu Apr 29 11:20:56 2021 -0700
New site level HTML metadata
---
website/docusaurus.config.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 29d2a4c..52df15b 100755
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -26,6 +26,10 @@ module.exports = {
projectName: 'pinot',
onBrokenLinks: 'ignore',
themeConfig: {
+ metadatas: [
+ {name: 'description', content: 'user-facing analytics'},
+ {name: 'description', content: 'user facing analytics'}
+ ],
navbar: {
hideOnScroll: true,
logo: {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]