MINOR: [C++][Python][Java] Add "All Cookbooks" link to each cookbook sidebar (#349)

diff --git a/cpp/source/conf.py b/cpp/source/conf.py
index 08f1528..28b8eb5 100644
--- a/cpp/source/conf.py
+++ b/cpp/source/conf.py
@@ -72,7 +72,8 @@
     "github_type": "none",
     "extra_nav_links": {
         "User Guide": "https://arrow.apache.org/docs/cpp/index.html",
-        "API Reference": "https://arrow.apache.org/docs/cpp/api.html"
+        "API Reference": "https://arrow.apache.org/docs/cpp/api.html",
+        "All Cookbooks": "../"
     },
     "font_family": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji"
 }
diff --git a/java/source/conf.py b/java/source/conf.py
index 70be19b..b732c84 100644
--- a/java/source/conf.py
+++ b/java/source/conf.py
@@ -79,7 +79,8 @@
     "github_type": "none",
     "extra_nav_links": {
         "User Guide": "https://arrow.apache.org/docs/java/index.html",
-        "API Reference": "https://arrow.apache.org/docs/java/reference/index.html"
+        "API Reference": "https://arrow.apache.org/docs/java/reference/index.html",
+        "All Cookbooks": "../"
     },
     "font_family": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji"
 }
diff --git a/python/source/conf.py b/python/source/conf.py
index a36bb2a..a9a858f 100644
--- a/python/source/conf.py
+++ b/python/source/conf.py
@@ -75,7 +75,8 @@
     "github_type": "none",
     "extra_nav_links": {
         "User Guide": "https://arrow.apache.org/docs/python/index.html",
-        "API Reference": "https://arrow.apache.org/docs/python/api.html"
+        "API Reference": "https://arrow.apache.org/docs/python/api.html",
+        "All Cookbooks": "../"
     },
     "font_family": "-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji"
 }