- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for new_children (0.08 seconds)
-
scripts/mkdocs_hooks.py
new_items: list[Page | Section | Link] = [] for item in items: if isinstance(item, Section): new_title = item.title new_children = generate_renamed_section_items(item.children, config=config) first_child = new_children[0] if isinstance(first_child, Page): if first_child.file.src_path.endswith("index.md"):
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 09:59:14 GMT 2026 - 6.6K bytes - Click Count (0)