Skip to content
Merged
Changes from 1 commit
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
1 change: 0 additions & 1 deletion GEMINI.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ When generating or editing documentation for this repository, you must strictly
##### Tool Page Constraints (`integrations/**/tools/*.md`)

1. **Location:** All native tools must reside inside a nested `tools/` subdirectory. The `tools/` directory must contain an `_index.md` file consisting **strictly of frontmatter**.
2. **Title Convention:** The YAML frontmatter `title` must always end with "Tool" (e.g., `title: "Execute SQL Tool"`).
Comment thread
dishaprakash marked this conversation as resolved.
3. **No H1 Tags:** Never generate H1 (`#`) headings in the markdown body.
4. **Strict H2 Ordering:** You must use the following H2 (`##`) headings in this exact sequence.
* `## About` (Required)
Expand Down
Loading