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 a8737a8 Fix footer to say `Integrations` instead of `Components`.
new d5ef39c Merge pull request #50 from mayankshriv/fix-footer
a8737a8 is described below
commit a8737a8dc06895e2377f10574fe4a2de7fda3fc5
Author: Mayank Shrivastava <[email protected]>
AuthorDate: Thu Jun 17 14:43:15 2021 -0700
Fix footer to say `Integrations` instead of `Components`.
The section that listed Presto/TE was titled `Components`.
Fixed it to say `Integrations` instead.
---
website/docusaurus.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 88a7b59..f1c3588 100755
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -105,7 +105,7 @@ module.exports = {
],
},
{
- title: 'Components',
+ title: 'Integrations',
items: [
{
label: 'Presto',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]