Skip to content

Commit bca083a

Browse files
authored
Merge pull request #3353 from Blargian/remaining_landing_pages
Landing pages: aggregate functions and table functions
2 parents 2f727ba + 7388dba commit bca083a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scripts/autogenerate-table-of-contents.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/
2828
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/engines/table-engines/integrations" --md="docs/engines/table-engines/integrations/index.md"
2929
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/engines/table-engines/special" --md="docs/engines/table-engines/special/index.md"
3030
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/getting-started/example-datasets" --md="docs/getting-started/index.md" --ignore images
31+
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/sql-reference/aggregate-functions/reference" --md="docs/sql-reference/aggregate-functions/reference/index.md"
32+
python3 scripts/table-of-contents-generator/toc_gen.py --single-toc --dir="docs/sql-reference/table-functions" --md="docs/sql-reference/table-functions/index.md"
3133

3234
deactivate
3335
rm -r venv

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ const sidebars = {
496496
label: "Engines",
497497
collapsed: false,
498498
collapsible: false,
499+
link: {type: "doc", id: "engines/index"},
499500
items: [
500501
{
501502
type: "autogenerated",
@@ -1754,7 +1755,7 @@ const sidebars = {
17541755
type: "link",
17551756
label: "Engines",
17561757
description: "Use the right table and database engines for your data",
1757-
href: "/engines/database-engines"
1758+
href: "/engines"
17581759
},
17591760
{
17601761
type: "link",

0 commit comments

Comments
 (0)