add ALPHA drivers and edit distribution page

This commit is contained in:
pzubiago-ISC 2024-06-06 11:12:13 -04:00
parent 7908e4fa63
commit e797ac1077
3 changed files with 8 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -7,6 +7,7 @@ nav_order: 1
The official location for customers to download the latest released and fully supported InterSystems IRIS driver packages is the [*WRC download site*](https://wrc.intersystems.com/wrc/coDistGen.csp). This page serves as a supplementary convenience for users of the Community Edition, InterSystems Cloud Services, and other InterSystems products. Use the buttons to download drivers for use in connecting your applications to InterSystems IRIS.
## InterSystems IRIS Cloud SQL Drivers
<button class="btn" onclick="document.getElementById('java').click()">JDBC</button>
<a id="java" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-jdbc-3.7.1.jar?raw=true" download target="_blank" hidden></a>
@ -26,6 +27,13 @@ The official location for customers to download the latest released and fully su
<a id="NodeMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/mac/NodeJS-2022.1.0.209.0-macx64.tar.gz?raw=true" download target="_blank" hidden></a> <!-- <button class="btn" onclick="document.getElementById('NodeWin').click()">Node.js Win</button>
<a id="NodeWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/win/NodeJS-2022.1.0.209.0-win_x64.exe?raw=true" download target="_blank" hidden></a> -->
## IntreSystems IRIS Cloud Document Drivers
<button class="btn" onclick="document.getElementById('java-document').click()">Java</button>
<a id="java-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-document-1.0.0-ALPHA.jar?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('dotnet-document').click()">.NET</button>
<a id="dotnet-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ADO.NET/InterSystems.Data.Document.1.0.0-ALPHA.nupkg?raw=true" download target="_blank" hidden></a>
You can browse the available InterSystems IRIS driver packages at [https://github.com/intersystems-community/iris-driver-distribution](https://github.com/intersystems-community/iris-driver-distribution).