From ec0b185a24750f5f0fcc0158d89f17359564f3c6 Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Mon, 15 Apr 2024 14:29:43 -0800 Subject: [PATCH] Add "All Cookbooks" link to each cookbook sidebar --- 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 08f15281..28b8eb5e 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 70be19bc..b732c846 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 a36bb2ad..a9a858fe 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" }