chore: Update Docusaurus links (#18581)

* Fix links

* Fix internal link refs

* Add contribution page redirect
This commit is contained in:
Geido
2022-02-10 17:55:58 +02:00
committed by GitHub
parent f565230d8d
commit 9ca55a7c83
58 changed files with 94 additions and 82 deletions

View File

@@ -0,0 +1,16 @@
---
title: Apache Pinot
hide_title: true
sidebar_position: 12
version: 1
---
## Apache Pinot
The recommended connector library for Apache Pinot is [pinotdb](https://pypi.org/project/pinotdb/).
The expected connection string is formatted as follows:
```
pinot+http://controller:5436/query?server=http://controller:5983/``
```