mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
restored basic help
This commit is contained in:
parent
f80df3b5c5
commit
ca6fcc42c8
2 changed files with 24 additions and 1 deletions
|
@ -39,6 +39,9 @@ def fname_to_url(filepath):
|
|||
docid = ""
|
||||
if filepath.startswith("website/_includes/"):
|
||||
pass
|
||||
elif "HISTORY.html" in filepath:
|
||||
# too much stale info
|
||||
pass
|
||||
elif filepath.startswith(website):
|
||||
docid = filepath[len(website) :]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue