This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ed45d8a add switcher.json
ed45d8a is described below
commit ed45d8a8e2a9498b1ce583124f18833f5fa395dd
Author: Dewey Dunnington <[email protected]>
AuthorDate: Tue Sep 26 10:02:00 2023 -0300
add switcher.json
---
switcher.json | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/switcher.json b/switcher.json
new file mode 100644
index 0000000..20e7219
--- /dev/null
+++ b/switcher.json
@@ -0,0 +1,15 @@
+[
+ {
+ "version": "dev",
+ "url": "https://arrow.apache.org/nanoarrow/main/"
+ },
+ {
+ "version": "0.3.0",
+ "url": "https://arrow.apache.org/nanoarrow/0.3.0/"
+ },
+ {
+ "version": "0.2.0",
+ "url": "https://arrow.apache.org/nanoarrow/0.2.0/"
+ }
+]
+