thisisnic commented on pull request #12212:
URL: https://github.com/apache/arrow/pull/12212#issuecomment-1018488508
> Can you print an example of what json file the scripts outputs eg for the
7.0 release?
Certainly can. For the main docs, you manually add the dev version in the
JS, right?
```
[
{
"name": "7.0 (stable)",
"version": ""
},
{
"name": "6.0",
"version": "6.0/"
},
{
"name": "5.0",
"version": "5.0/"
},
{
"name": "4.0",
"version": "4.0/"
},
{
"name": "3.0",
"version": "3.0/"
},
{
"name": "2.0",
"version": "2.0/"
},
{
"name": "1.0",
"version": "1.0/"
}
]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]