From 718a8281e0d8779adc4f293fa62fa4fa575621d2 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 8 Mar 2024 01:32:18 +0800 Subject: feat(site): make index --- tools/build_collections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/build_collections.py') 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) -- cgit v1.2.3-70-g09d2