Skip to content

Commit b031781

Browse files
committed
autogen table of contents for aggregate and table functions
1 parent 904ed8c commit b031781

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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

0 commit comments

Comments
 (0)