mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 05:02:26 +00:00
more fixes
This commit is contained in:
parent
1302aabc60
commit
0b6a7abb28
15 changed files with 18 additions and 15 deletions
|
|
@ -255,7 +255,7 @@ def process_provider_registry(progress, change_tracker: ChangedPathTracker) -> N
|
|||
change_tracker.add_paths(doc_output_dir)
|
||||
|
||||
index_content = []
|
||||
index_content.append(f"# {api_name.title()} \n")
|
||||
index_content.append(f"# {api_name.title()}\n")
|
||||
index_content.append("## Overview\n")
|
||||
|
||||
index_content.append(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue