Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The above options allow you to bring over a sub-set of the WIs (using the `WIQLQ

Using the above sample structure, if you wanted to map the source project `Team 1` to target project `Team A` etc. you could add the field map as follows

A complete list of [FieldMaps](../Reference/FieldMaps/index.md) are available.
A complete list of [FieldMaps](../FieldMaps/index.md) are available.

```
"FieldMaps": [
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/reference.endpoints.azuredevopsendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.AzureDevops.Rest/Endpoints/AzureDevOpsEndpoint.cs
classFile: src/MigrationTools.Clients.AzureDevops.Rest/Endpoints/AzureDevOpsEndpointOptions.cs
optionsClassFile: src/MigrationTools.Clients.AzureDevops.Rest/Endpoints/AzureDevOpsEndpointOptions.cs
4 changes: 2 additions & 2 deletions docs/_data/reference.endpoints.tfsendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsEndpoint.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsEndpointOptions.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsEndpointOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsEndpointOptions.cs
4 changes: 2 additions & 2 deletions docs/_data/reference.endpoints.tfsteamprojectendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsTeamProjectEndpoint.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsTeamProjectEndPointOptions.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsTeamProjectEndpoint.cs
optionsClassFile: ''
4 changes: 2 additions & 2 deletions docs/_data/reference.endpoints.tfsteamsettingsendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsTeamSettingsEndpoint.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsTeamSettingsEndpointOptions.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsTeamSettingsEndpointOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsTeamSettingsEndpointOptions.cs
4 changes: 2 additions & 2 deletions docs/_data/reference.endpoints.tfsworkitemendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsWorkItemEndpoint.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsWorkItemEndpointOptions.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsWorkItemEndpoint.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsWorkItemEndpointOptions.cs
2 changes: 1 addition & 1 deletion docs/_data/reference.fieldmaps.fieldtofieldmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ options:
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/FieldMappingTool/FieldMaps/FieldToFieldMap.cs
optionsClassFile: src/MigrationTools/Tools/FieldMappingTool/FieldMaps/FieldtoFieldMapOptions.cs
optionsClassFile: ''
4 changes: 2 additions & 2 deletions docs/_data/reference.fieldmaps.fieldtofieldmultimap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/FieldMappingTool/FieldMaps/FieldtoFieldMultiMap.cs
optionsClassFile: src/MigrationTools/Tools/FieldMappingTool/FieldMaps/FieldtoFieldMultiMapOptions.cs
classFile: ''
optionsClassFile: ''
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools/Processors/Enrichers/PauseAfterEachItem.cs
classFile: src/MigrationTools/Processors/Enrichers/PauseAfterEachItemOptions.cs
optionsClassFile: src/MigrationTools/Processors/Enrichers/PauseAfterEachItemOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ options:
defaultValue: missing XML code comments
status: Beta
processingTarget: Pipelines
classFile: src/MigrationTools.Clients.AzureDevops.Rest/Processors/AzureDevOpsPipelineProcessor.cs
classFile: src/MigrationTools.Clients.AzureDevops.Rest/Processors/AzureDevOpsPipelineProcessorOptions.cs
optionsClassFile: src/MigrationTools.Clients.AzureDevops.Rest/Processors/AzureDevOpsPipelineProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ configurationSamples:
"Enabled": false,
"WIQLQuery": "Select [System.Id] From WorkItems Where [System.TeamProject] = @project and not [System.WorkItemType] contains 'Test Suite, Test Plan,Shared Steps,Shared Parameter,Feedback Request'",
"TargetLinksToKeepOrganization": "https://dev.azure.com/nkdagility",
"TargetLinksToKeepProject": "8950f163-3d8d-48d4-b14a-b7b250903fe1",
"TargetLinksToKeepProject": "df1a9cb1-115a-43f2-8034-d50128fee331",
"CleanupFileName": "c:/temp/OutboundLinkTargets.bat",
"PrependCommand": "start",
"DryRun": true,
Expand Down Expand Up @@ -71,5 +71,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.AzureDevops.Rest/Processors/KeepOutboundLinkTargetProcessor.cs
classFile: src/MigrationTools.Clients.AzureDevops.Rest/Processors/KeepOutboundLinkTargetProcessorOptions.cs
optionsClassFile: src/MigrationTools.Clients.AzureDevops.Rest/Processors/KeepOutboundLinkTargetProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.AzureDevops.Rest/Processors/OutboundLinkCheckingProcessor.cs
classFile: src/MigrationTools.Clients.AzureDevops.Rest/Processors/OutboundLinkCheckingProcessorOptions.cs
optionsClassFile: src/MigrationTools.Clients.AzureDevops.Rest/Processors/OutboundLinkCheckingProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ options:
defaultValue: String.Empty
status: alpha
processingTarget: Profiles
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsExportProfilePictureFromADProcessor.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsExportProfilePictureFromADProcessorOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsExportProfilePictureFromADProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ options:
defaultValue: missing XML code comments
status: ready
processingTarget: Work Items
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsExportUsersForMappingProcessor.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsExportUsersForMappingProcessorOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsExportUsersForMappingProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ options:
defaultValue: missing XML code comments
status: alpha
processingTarget: Profiles
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsImportProfilePictureProcessor.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsImportProfilePictureProcessorOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsImportProfilePictureProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ options:
defaultValue: missing XML code comments
status: Beta
processingTarget: Queries
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsSharedQueryProcessor.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsSharedQueryProcessorOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsSharedQueryProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ options:
defaultValue: missing XML code comments
status: Beta
processingTarget: Teams
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsTeamSettingsProcessor.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsTeamSettingsProcessorOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsTeamSettingsProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ options:
defaultValue: missing XML code comments
status: ready
processingTarget: WorkItem
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsWorkItemDeleteProcessor.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsWorkItemDeleteProcessorOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsWorkItemDeleteProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ options:
defaultValue: 5
status: ready
processingTarget: Work Items
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsWorkItemMigrationProcessor.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsWorkItemMigrationProcessorOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Processors/TfsWorkItemMigrationProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools/Processors/WorkItemTrackingProcessor.cs
classFile: src/MigrationTools/Processors/WorkItemTrackingProcessorOptions.cs
optionsClassFile: src/MigrationTools/Processors/WorkItemTrackingProcessorOptions.cs
2 changes: 1 addition & 1 deletion docs/_data/reference.tools.fieldmappingtool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools/Tools/FieldMappingTool.cs
classFile: src/MigrationTools/Tools/FieldMappingToolOptions.cs
optionsClassFile: src/MigrationTools/Tools/FieldMappingToolOptions.cs
2 changes: 1 addition & 1 deletion docs/_data/reference.tools.tfsattachmenttool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ options:
defaultValue: 480000000
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsAttachmentTool.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsAttachmentToolOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsAttachmentToolOptions.cs
2 changes: 1 addition & 1 deletion docs/_data/reference.tools.tfsgitrepositorytool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsGitRepositoryTool.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsGitRepositoryToolOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsGitRepositoryToolOptions.cs
2 changes: 1 addition & 1 deletion docs/_data/reference.tools.tfsteamsettingstool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsTeamSettingsTool.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsTeamSettingsToolOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsTeamSettingsToolOptions.cs
2 changes: 1 addition & 1 deletion docs/_data/reference.tools.tfsusermappingtool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsUserMappingTool.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsUserMappingToolOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsUserMappingToolOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsWorkItemEmbededLinkTool.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsWorkItemEmbededLinkToolOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Tools/TfsWorkItemEmbededLinkToolOptions.cs
2 changes: 1 addition & 1 deletion docs/_data/reference.tools.workitemtypemappingtool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ options:
defaultValue: '{}'
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools/Tools/WorkItemTypeMappingTool.cs
classFile: src/MigrationTools/Tools/WorkItemTypeMappingToolOptions.cs
optionsClassFile: src/MigrationTools/Tools/WorkItemTypeMappingToolOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.AzureDevops.Rest/Endpoints/AzureDevOpsEndpoint.cs
classFile: src/MigrationTools.Clients.AzureDevops.Rest/Endpoints/AzureDevOpsEndpointOptions.cs
optionsClassFile: src/MigrationTools.Clients.AzureDevops.Rest/Endpoints/AzureDevOpsEndpointOptions.cs

redirectFrom:
Expand All @@ -81,11 +81,11 @@ categories:
-
topics:
- topic: notes
path: /docs/Reference/Endpoints/AzureDevOpsEndpoint-notes.md
path: ../../docs/Reference/Endpoints/AzureDevOpsEndpoint-notes.md
exists: false
markdown: ''
- topic: introduction
path: /docs/Reference/Endpoints/AzureDevOpsEndpoint-introduction.md
path: ../../docs/Reference/Endpoints/AzureDevOpsEndpoint-introduction.md
exists: false
markdown: ''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ categories:
-
topics:
- topic: notes
path: /docs/Reference/Endpoints/FileSystemWorkItemEndpoint-notes.md
path: ../../docs/Reference/Endpoints/FileSystemWorkItemEndpoint-notes.md
exists: false
markdown: ''
- topic: introduction
path: /docs/Reference/Endpoints/FileSystemWorkItemEndpoint-introduction.md
path: ../../docs/Reference/Endpoints/FileSystemWorkItemEndpoint-introduction.md
exists: false
markdown: ''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsEndpoint.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsEndpointOptions.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsEndpointOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsEndpointOptions.cs

redirectFrom:
- /Reference/Endpoints/TfsEndpointOptions/
Expand All @@ -132,11 +132,11 @@ categories:
-
topics:
- topic: notes
path: /docs/Reference/Endpoints/TfsEndpoint-notes.md
path: ../../docs/Reference/Endpoints/TfsEndpoint-notes.md
exists: false
markdown: ''
- topic: introduction
path: /docs/Reference/Endpoints/TfsEndpoint-introduction.md
path: ../../docs/Reference/Endpoints/TfsEndpoint-introduction.md
exists: false
markdown: ''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsTeamProjectEndpoint.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsTeamProjectEndPointOptions.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsTeamProjectEndpoint.cs
optionsClassFile: ''

redirectFrom:
- /Reference/Endpoints/TfsTeamProjectEndpointOptions/
Expand All @@ -128,11 +128,11 @@ categories:
-
topics:
- topic: notes
path: /docs/Reference/Endpoints/TfsTeamProjectEndpoint-notes.md
path: ../../docs/Reference/Endpoints/TfsTeamProjectEndpoint-notes.md
exists: false
markdown: ''
- topic: introduction
path: /docs/Reference/Endpoints/TfsTeamProjectEndpoint-introduction.md
path: ../../docs/Reference/Endpoints/TfsTeamProjectEndpoint-introduction.md
exists: false
markdown: ''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsTeamSettingsEndpoint.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsTeamSettingsEndpointOptions.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsTeamSettingsEndpointOptions.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsTeamSettingsEndpointOptions.cs

redirectFrom:
- /Reference/Endpoints/TfsTeamSettingsEndpointOptions/
Expand All @@ -69,11 +69,11 @@ categories:
-
topics:
- topic: notes
path: /docs/Reference/Endpoints/TfsTeamSettingsEndpoint-notes.md
path: ../../docs/Reference/Endpoints/TfsTeamSettingsEndpoint-notes.md
exists: false
markdown: ''
- topic: introduction
path: /docs/Reference/Endpoints/TfsTeamSettingsEndpoint-introduction.md
path: ../../docs/Reference/Endpoints/TfsTeamSettingsEndpoint-introduction.md
exists: false
markdown: ''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ options:
defaultValue: missing XML code comments
status: missing XML code comments
processingTarget: missing XML code comments
classFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsWorkItemEndpoint.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/EndPoints/TfsWorkItemEndpointOptions.cs
classFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsWorkItemEndpoint.cs
optionsClassFile: src/MigrationTools.Clients.TfsObjectModel/Endpoints/TfsWorkItemEndpointOptions.cs

redirectFrom:
- /Reference/Endpoints/TfsWorkItemEndpointOptions/
Expand All @@ -74,7 +74,7 @@ categories:
-
topics:
- topic: notes
path: /docs/Reference/Endpoints/TfsWorkItemEndpoint-notes.md
path: ../../docs/Reference/Endpoints/TfsWorkItemEndpoint-notes.md
exists: true
markdown: >+
The Work Item endpoint is super awesome.
Expand All @@ -91,7 +91,7 @@ topics:
FileSystem | Local Files | `FileSystemWorkItemEndpoint` | WorkItems | TBA

- topic: introduction
path: /docs/Reference/Endpoints/TfsWorkItemEndpoint-introduction.md
path: ../../docs/Reference/Endpoints/TfsWorkItemEndpoint-introduction.md
exists: false
markdown: ''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ categories:
-
topics:
- topic: notes
path: /docs/Reference/FieldMaps/FieldClearMap-notes.md
path: ../../docs/Reference/FieldMaps/FieldClearMap-notes.md
exists: false
markdown: ''
- topic: introduction
path: /docs/Reference/FieldMaps/FieldClearMap-introduction.md
path: ../../docs/Reference/FieldMaps/FieldClearMap-introduction.md
exists: false
markdown: ''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ categories:
-
topics:
- topic: notes
path: /docs/Reference/FieldMaps/FieldLiteralMap-notes.md
path: ../../docs/Reference/FieldMaps/FieldLiteralMap-notes.md
exists: false
markdown: ''
- topic: introduction
path: /docs/Reference/FieldMaps/FieldLiteralMap-introduction.md
path: ../../docs/Reference/FieldMaps/FieldLiteralMap-introduction.md
exists: false
markdown: ''

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ categories:
-
topics:
- topic: notes
path: /docs/Reference/FieldMaps/FieldMergeMap-notes.md
path: ../../docs/Reference/FieldMaps/FieldMergeMap-notes.md
exists: false
markdown: ''
- topic: introduction
path: /docs/Reference/FieldMaps/FieldMergeMap-introduction.md
path: ../../docs/Reference/FieldMaps/FieldMergeMap-introduction.md
exists: false
markdown: ''

Expand Down
Loading
Loading