Skip to content

Commit ce29f06

Browse files
Phil Whittakerclaude
andcommitted
Standardize Document Type capitalization in scenarios
- Changed all instances of "document type" to "Document Type" for consistency - Updated code formatting in stylesheet and webhook examples 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 66bc139 commit ce29f06

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

16/umbraco-cms/reference/developer-mcp/scenarios.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,40 +255,40 @@ Each scenario includes example prompts that demonstrate how to accomplish real-w
255255
## Development & DevOps
256256

257257
10. **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

282282
11. **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

Comments
 (0)