Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed .github/workflows/.placeholder
Empty file.
39 changes: 0 additions & 39 deletions .github/workflows/auto-merge.main.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/auto-merge.next.yaml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/update-sources.main.yaml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/update-sources.next.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions scripts/suggest_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,11 @@ def ask_gemini_for_updated_content(diff, file_path, current_content):
if is_markdown:
format_instructions = """
CRITICAL FORMATTING REQUIREMENTS FOR MARKDOWN FILES:
- NEVER use markdown code fences like ```markdown or ``` to wrap the entire file content
- Markdown files start directly with content (comments, headers, or text)
- Use standard Markdown syntax: # for headers, ``` for code blocks, | for tables
- Table separators must be simple: |---|---|---| (no backslashes, no extra characters)
- Do NOT add extra ``` backticks at the end of the file
- Maintain proper table structures with correct column alignment
- Keep all links and references intact and properly formatted
- Use consistent indentation and spacing
Expand Down
Loading