Skip to content

Commit 5827386

Browse files
committed
move table of contents script to scripts directory
1 parent 2a30360 commit 5827386

File tree

2 files changed

+2
-47
lines changed

2 files changed

+2
-47
lines changed

docs/en/chdb/guides/autogen_table_of_contents_guides.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

docs/en/cloud/changelogs/autogenerate_table_of_contents.py renamed to scripts/autogenerate_table_of_contents.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import os
33

44
"""
5-
This script is used to automatically generate a table of contents from the changelogs.
6-
It is only necessary to run this script if a new guide .md file has been added to the guides directory.
5+
This script can be used to automatically generate a table of contents (JSON file) from the markdown files in a directory.
6+
TO DO: modify to run with a list of directories and place the JSON files at those directories.
77
"""
88

99

0 commit comments

Comments
 (0)