Skip to content

Commit d14af85

Browse files
authored
Update DEVELOPER.md
1 parent 8572e4f commit d14af85

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

DEVELOPER.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,6 @@ golangci-lint run --fix
288288
289289
To ensure consistency, we enforce a standardized structure for integration Source pages (_index.md) using a custom linter (.ci/lint_source_pages.sh).
290290
291-
**Enforced Rules:**
292-
* Title Convention: Frontmatter title must always end with "Source" (e.g., title: "Postgres Source").
293-
* No H1 Tags: Markdown bodies must not use H1 (#) tags. Use H2 (##) for top-level sections.
294-
* Strict H2 Ordering: H2 headings must follow the approved sequence (About, Available Tools, Requirements, Example, Reference, etc.).
295-
* Shortcode Placement: The {{< list-tools >}} shortcode must be placed under the ## Available Tools heading.
296291
Before pushing changes to integration pages, run the source page linter to verify heading order and required sections:
297292
298293
```bash

0 commit comments

Comments
 (0)