aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/build_collections.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-08 01:32:18 +0800
committer简律纯 <i@jyunko.cn>2024-03-08 01:32:18 +0800
commit718a8281e0d8779adc4f293fa62fa4fa575621d2 (patch)
tree8ac4e6833121325c5f9e1e3a8e2a1e6e02fa0fde /tools/build_collections.py
parentd66981757bd4ceee8a47f026b5e74de38c840a79 (diff)
downloadipm-server-718a8281e0d8779adc4f293fa62fa4fa575621d2.tar.gz
ipm-server-718a8281e0d8779adc4f293fa62fa4fa575621d2.zip
feat(site): make index
Diffstat (limited to 'tools/build_collections.py')
-rw-r--r--tools/build_collections.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_collections.py b/tools/build_collections.py
index a02a6ad..b7b2d26 100644
--- a/tools/build_collections.py
+++ b/tools/build_collections.py
@@ -68,5 +68,5 @@ write("all-collections", "All the collections", collections_items)
# Write `collection/all-ipm.xml` and `collection/all.xml` based on all files under /packages
all_items = [get_id(xml_path)
for xml_path in glob(f"{ROOT}/packages/**/*.xml")]
-write("all-nltk", "All packages available on ipm-server gh-pages branch", all_items)
+write("all-ipm", "All packages available on ipm-server gh-pages branch", all_items)
write("all", "All packages", all_items)