بنقرة واحدة
doc-master
// Synchronize documentation with code changes. Use when modifying APIs, installation steps, or project requirements to ensure MkDocs, README, and AGENTS.md are accurate.
// Synchronize documentation with code changes. Use when modifying APIs, installation steps, or project requirements to ensure MkDocs, README, and AGENTS.md are accurate.
Ensure API parity between GDScript and C#. Use when adding new methods, signals, or features to the plugin bridge to verify that Mono users have identical functionality.
Manage and execute AdMob plugin releases. Use when bumping versions, generating changelogs, or validating GitHub release assets to ensure consistency across Godot, Android, and iOS.
Rigorous multi-platform feature synchronization for Godot AdMob. Use when adding or modifying ad formats, consent flows, or bridge methods to ensure GDScript, C#, Android, and iOS implementations are perfectly in sync.
| name | doc-master |
| description | Synchronize documentation with code changes. Use when modifying APIs, installation steps, or project requirements to ensure MkDocs, README, and AGENTS.md are accurate. |
Keep all project documentation in sync with the codebase.
.md file in docs/ad_formats/ and add it to mkdocs.yml.docs/ files for both GDScript and C#.AGENTS.md and the error description files in docs/errors/.release_matrix.yml, update the "Manual Installation" section in README.md.build.gradle or Package.swift.mkdocs buildmkdocs serve (check for broken links and formatting).README.md for any breaking installation changes.