浏览代码

update search index

Falko Schindler 1 年之前
父节点
当前提交
bde65e03af
共有 2 个文件被更改,包括 2 次插入194 次删除
  1. 1 2
      website/build_search_index.py
  2. 1 192
      website/static/search_index.json

+ 1 - 2
website/build_search_index.py

@@ -153,8 +153,7 @@ documents = []
 tree = ast.parse(Path('../main.py').read_text())
 MainVisitor().visit(tree)
 
-generate_for(Path('./documentation.py'))
-for file in Path('./more_documentation').glob('*.py'):
+for file in Path('./documentation/more').glob('*.py'):
     generate_for(file, file.stem.removesuffix('_documentation'))
 
 with open('static/search_index.json', 'w') as f:

文件差异内容过多而无法显示
+ 1 - 192
website/static/search_index.json


部分文件因为文件数量过多而无法显示