From 8d3c13aaf439f334cd8dcc1d4c76967aa386f074 Mon Sep 17 00:00:00 2001 From: Ashley Xu Date: Tue, 13 Feb 2024 19:24:25 +0000 Subject: [PATCH 1/4] chore: add the toc template file for entry page --- docs/templates/toc.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/templates/toc.yml b/docs/templates/toc.yml index 90dbc504b0..6dfed10f9e 100644 --- a/docs/templates/toc.yml +++ b/docs/templates/toc.yml @@ -3,6 +3,14 @@ name: Overview - href: changelog.md name: Changelog + - items: + - href: summary_class.yml + name: Classes + - href: summary_method.yml + name: Methods + - href: summary_property.yml + name: Properties and Attributes + name: BigQuery DataFrames API - items: - items: - name: Options From 8b8f809f057eb35b343c8ee9f828bd5afd5c8c81 Mon Sep 17 00:00:00 2001 From: Garrett Wu <6505921+GarrettWu@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:34:16 -0800 Subject: [PATCH 2/4] chore: release 0.22.0 (#396) Release-As: 0.22.0 From 39f58c993523b549495e368f7c2960e76b04c094 Mon Sep 17 00:00:00 2001 From: Garrett Wu <6505921+GarrettWu@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:34:16 -0800 Subject: [PATCH 3/4] chore: release 0.22.0 (#396) Release-As: 0.22.0 From d3b67318d6c88123b3576aa12af774f9f5a18e06 Mon Sep 17 00:00:00 2001 From: Ashley Xu Date: Mon, 4 Mar 2024 01:11:51 +0000 Subject: [PATCH 4/4] address comments --- docs/templates/toc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/templates/toc.yml b/docs/templates/toc.yml index 6dfed10f9e..0d6bec5534 100644 --- a/docs/templates/toc.yml +++ b/docs/templates/toc.yml @@ -4,6 +4,8 @@ - href: changelog.md name: Changelog - items: + - href: summary_overview.yml + name: Overview - href: summary_class.yml name: Classes - href: summary_method.yml