@@ -255,40 +255,40 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
255255## Development & DevOps
256256
25725710 . ** CI/CD Integration**
258- - Export/import document type definitions for version control
258+ - Export/import Document Type definitions for version control
259259
260- ** Example Prompt:** "Export all document type definitions to JSON files for commit to our repo"
260+ ** Example Prompt:** "Export all Document Type definitions to JSON files for commit to our repo"
261261
262262 ** Required Tool Collections:** ` document-type `
263263
264264 - Automate environment setup and configuration
265265
266- ** Example Prompt:** "Set up the document type structure from our schema files in this fresh Umbraco instance"
266+ ** Example Prompt:** "Set up the Document Type structure from our schema files in this fresh Umbraco instance"
267267
268268 ** Required Tool Collections:** ` document-type `
269269
270270 - Deploy content structure changes across environments
271271
272- ** Example Prompt:** "Compare document types between dev and staging and generate a migration plan"
272+ ** Example Prompt:** "Compare Document Types between dev and staging and generate a migration plan"
273273
274274 ** Required Tool Collections:** ` document-type `
275275
276276 - Validate content before deployment
277277
278- ** Example Prompt:** "Check that all required document types exist before deploying content"
278+ ** Example Prompt:** "Check that all required Document Types exist before deploying content"
279279
280280 ** Required Tool Collections:** ` document-type `
281281
28228211 . ** Code Generation**
283283 - Trigger Models Builder to generate strongly-typed models
284284
285- ** Example Prompt:** "Regenerate all ModelsBuilder models after the document type changes"
285+ ** Example Prompt:** "Regenerate all ModelsBuilder models after the Document Type changes"
286286
287287 ** Required Tool Collections:** ` models-builder `
288288
289289 - Create scripts and stylesheets programmatically
290290
291- ** Example Prompt:** "Create a new stylesheet called ' landing-page.css' with our standard structure"
291+ ** Example Prompt:** "Create a new stylesheet called ``` landing-page.css ``` with our standard structure"
292292
293293 ** Required Tool Collections:** ` stylesheet ` , ` script `
294294
@@ -535,7 +535,7 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
535535
536536 - Automate notifications and integrations
537537
538- ** Example Prompt:** "Create webhooks to notify our CDN purge at https://cloudflare/ something endpoint whenever content in /news is published"
538+ ** Example Prompt:** "Create webhooks to notify our CDN purge at ``` https://cloudflare/ ``` something endpoint whenever content in /news is published"
539539
540540 ** Required Tool Collections:** ` webhook `
541541
0 commit comments