Add menu links to client library repos

pull/809/head
pierwill 2020-03-10 10:35:48 -07:00
parent 622afd4034
commit 9bd97e6503
7 changed files with 55 additions and 1 deletions

View File

@ -0,0 +1,9 @@
---
title: InfluxDB C# client library
description: Use the C# client library to interact with InfluxDB.
menu:
v2_0_ref:
name: C#
parent: Client libraries
url: https://github.com/influxdata/influxdb-client-csharp
---

View File

@ -0,0 +1,9 @@
---
title: InfluxDB Go client library
description: Use the Go client library to interact with InfluxDB.
menu:
v2_0_ref:
name: Go
parent: Client libraries
url: https://github.com/influxdata/influxdb-client-go
---

View File

@ -0,0 +1,9 @@
---
title: InfluxDB Java client library
description: Use the Java client library to interact with InfluxDB.
menu:
v2_0_ref:
name: Java
parent: Client libraries
url: https://github.com/influxdata/influxdb-client-java
---

View File

@ -0,0 +1,9 @@
---
title: InfluxDB Javascript client library
description: Use the Javascript client library to interact with InfluxDB.
menu:
v2_0_ref:
name: Javascript
parent: Client libraries
url: https://github.com/influxdata/influxdb-client-js
---

View File

@ -0,0 +1,9 @@
---
title: InfluxDB PHP client library
description: Use the PHP client library to interact with InfluxDB.
menu:
v2_0_ref:
name: PHP
parent: Client libraries
url: https://github.com/influxdata/influxdb-client-php
---

View File

@ -5,7 +5,7 @@ description: >
weight: 103
menu:
v2_0_ref:
name: Python client library
name: Python
parent: Client libraries
v2.0/tags: [client libraries, python]
---

View File

@ -0,0 +1,9 @@
---
title: InfluxDB Ruby client library
description: Use the Ruby client library to interact with InfluxDB.
menu:
v2_0_ref:
name: Ruby
parent: Client libraries
url: https://github.com/influxdata/influxdb-client-ruby
---