- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for add_permalinks_page (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
scripts/docs.py
with path.open("w", encoding="utf-8") as f: f.writelines(updated_lines) @app.command() def add_permalinks_pages(pages: list[Path], update_existing: bool = False) -> None: """ Add or update header permalinks in specific pages of En docs. """ for md_file in pages: add_permalinks_page(md_file, update_existing=update_existing) @app.command()
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 17:46:10 GMT 2026 - 25.4K bytes - Click Count (0)