This is an automated email from the ASF dual-hosted git repository.

jorisvandenbossche pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3261d95  ARROW-1299: [Doc] Add the dev version to the version dropdown 
(#177)
3261d95 is described below

commit 3261d956b4bc263235ad5c2bbab627776593502c
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Thu Jan 13 10:26:16 2022 +0100

    ARROW-1299: [Doc] Add the dev version to the version dropdown (#177)
---
 docs/_static/versions.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/_static/versions.json b/docs/_static/versions.json
index d364cfe..a53bbee 100644
--- a/docs/_static/versions.json
+++ b/docs/_static/versions.json
@@ -1,5 +1,9 @@
 [
     {
+        "name": "7.0 (dev)",
+        "version": "dev"
+    },
+    {
         "name": "6.0 (stable)",
         "version": ""
     },
@@ -23,4 +27,4 @@
         "name": "1.0",
         "version": "1.0/"
     }
-]
\ No newline at end of file
+]

Reply via email to