This is an automated email from the ASF dual-hosted git repository.
brycemecum pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
The following commit(s) were added to refs/heads/main by this push:
new a43e757 MINOR: [C++][Python][Java] Add "All Cookbooks" link to each
cookbook sidebar (#349)
a43e757 is described below
commit a43e757dd11436bc750cfbb5a2013e517acd30e4
Author: Bryce Mecum <[email protected]>
AuthorDate: Tue Apr 16 10:47:45 2024 -0800
MINOR: [C++][Python][Java] Add "All Cookbooks" link to each cookbook
sidebar (#349)
---
cpp/source/conf.py | 3 ++-
java/source/conf.py | 3 ++-
python/source/conf.py | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
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 @@ html_theme_options = {
"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 @@ html_theme_options = {
"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 @@ html_theme_options = {
"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"
}