Skip to content

Commit d486471

Browse files
Phil Whittakerclaude
andcommitted
Standardize capitalization of Data Type and Document Type
Updated all references to use proper capitalization: - "data type" → "Data Type" - "document type" → "Document Type" This ensures consistency with Umbraco terminology throughout the available tools documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2d3fd79 commit d486471

File tree

2 files changed

+33
-32
lines changed

2 files changed

+33
-32
lines changed

.github/styles/UmbracoDocs/Acronyms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ exceptions:
7070
- KUDU # Azure deployment engine
7171
- LDAP # Lightweight Directory Access Protocol
7272
- LINK #
73+
- LINQ # Language Integrated Query
7374
- LLM # Large Language Model
7475
- MCP # Mode Context Protocol
7576
- MIT # Open-source software license developed at the Massachusetts Institute of Technology (MIT)

16/umbraco-cms/reference/developer-mcp/available-tools.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,26 @@ The names shown in parentheses — for example, `(document)` or `(data-type)`
5454
- `get-culture` — Get all cultures available to Umbraco
5555

5656
## Data Type (`data-type`)
57-
- `get-data-type-search` — Search for data types
58-
- `get-references-data-type` — Get references to a data type
59-
- `is-used-data-type` — Check if a data type is in use
60-
- `get-data-type` — Get a specific data type by ID
61-
- `get-data-type-configuration` — Get data type configuration
57+
- `get-data-type-search` — Search for Data Types
58+
- `get-references-data-type` — Get references to a Data Type
59+
- `is-used-data-type` — Check if a Data Type is in use
60+
- `get-data-type` — Get a specific Data Type by ID
61+
- `get-data-type-configuration` — Get Data Type configuration
6262
- `get-property-editor-template` — Get property editor template
63-
- `get-data-type-root` — Get root level data types
64-
- `get-data-type-children` — Get child data types
65-
- `get-data-type-ancestors` — Get ancestor data types
66-
- `get-all-data-types` — Get all data types
67-
- `delete-data-type` — Delete a data type
68-
- `create-data-type` — Create a new data type
69-
- `update-data-type` — Update an existing data type
70-
- `copy-data-type` — Copy a data type
71-
- `move-data-type` — Move a data type to a different location
72-
- `find-data-type` — Find data types by criteria
73-
- `create-data-type-folder` — Create a folder for organizing data types
74-
- `delete-data-type-folder` — Delete a data type folder
75-
- `get-data-type-folder` — Get information about a data type folder
76-
- `update-data-type-folder` — Update a data type folder's details
63+
- `get-data-type-root` — Get root level Data Types
64+
- `get-data-type-children` — Get child Data Types
65+
- `get-data-type-ancestors` — Get ancestor Data Types
66+
- `get-all-data-types` — Get all Data Types
67+
- `delete-data-type` — Delete a Data Type
68+
- `create-data-type` — Create a new Data Type
69+
- `update-data-type` — Update an existing Data Type
70+
- `copy-data-type` — Copy a Data Type
71+
- `move-data-type` — Move a Data Type to a different location
72+
- `find-data-type` — Find Data Types by criteria
73+
- `create-data-type-folder` — Create a folder for organizing Data Types
74+
- `delete-data-type-folder` — Delete a Data Type folder
75+
- `get-data-type-folder` — Get information about a Data Type folder
76+
- `update-data-type-folder` — Update a Data Type folder's details
7777

7878
## Dictionary (`dictionary`)
7979
- `find-dictionary-item` — Search for dictionary items
@@ -151,28 +151,28 @@ The names shown in parentheses — for example, `(document)` or `(data-type)`
151151
- `create-document-version-rollback` — Roll back a document to a specific version
152152

153153
## Document Type (`document-type`)
154-
- `get-document-type` — Get a document type
155-
- `get-document-type-configuration` — Get document type configuration
156-
- `get-document-type-blueprint` — Get document type blueprint
157-
- `get-document-types-by-id-array` — Get document types by IDs
154+
- `get-document-type` — Get a Document Type
155+
- `get-document-type-configuration` — Get Document Type configuration
156+
- `get-document-type-blueprint` — Get Document Type blueprint
157+
- `get-document-types-by-id-array` — Get Document Types by IDs
158158
- `get-document-type-available-compositions` — Get available compositions
159159
- `get-document-type-composition-references` — Get composition references
160-
- `update-document-type` — Update a document type
161-
- `copy-document-type` — Copy a document type
162-
- `move-document-type` — Move a document type
163-
- `create-document-type` — Create a new document type
164-
- `delete-document-type` — Delete a document type
160+
- `update-document-type` — Update a Document Type
161+
- `copy-document-type` — Copy a Document Type
162+
- `move-document-type` — Move a Document Type
163+
- `create-document-type` — Create a new Document Type
164+
- `delete-document-type` — Delete a Document Type
165165
- `create-element-type` — Create an element type
166166
- `get-icons` — Get available icons
167167
- `get-document-type-allowed-children` — Get allowed child types
168-
- `get-all-document-types` — Get all document types
168+
- `get-all-document-types` — Get all Document Types
169169
- `create-document-type-folder` — Create a folder
170170
- `delete-document-type-folder` — Delete a folder
171171
- `get-document-type-folder` — Get folder info
172172
- `update-document-type-folder` — Update folder details
173-
- `get-document-type-root` — Get root document types
174-
- `get-document-type-ancestors` — Get document type ancestors
175-
- `get-document-type-children` — Get document type children
173+
- `get-document-type-root` — Get root Document Types
174+
- `get-document-type-ancestors` — Get Document Type ancestors
175+
- `get-document-type-children` — Get Document Type children
176176

177177
## Health (`health`)
178178
- `get-health-check-groups` — Get all health check groups

0 commit comments

Comments
 (0)