We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f7bfd commit e5bde81Copy full SHA for e5bde81
1 file changed
AGENTS.md
@@ -241,4 +241,11 @@ Rules:
241
following the patterns used for `sidebar_pages`, `head`,
242
`extra_stylesheets`, and the path template fields.
243
244
+ * **Third-party scripts/stylesheets**: if we ever add another third-party resource,
245
+ its URLs/endpoints should be added to the nested `third_party` configuration mapping
246
+ (e.g., `third_party.resource_name.url_type`) rather than creating a top-level property.
247
+ This keeps all external script and stylesheet configuration grouped and consistent.
248
+ Follow the validation and merge patterns established in `config.py` for the existing
249
+ `third_party` fields.
250
+
251
[//]: # (AGENTS.md ends here)
0 commit comments