You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 fix(powershell): change error handling in Get-DiscussionId script
- replace return with exit 1 for better error signaling when documentation category is not found
📝 docs(config): update configuration documentation with discussion IDs
- add discussionId to config, config-wizard, schema, and processors documents
- ensure consistency and traceability in documentation
✅ test(scripts): add new test scripts for categories and permissions
- introduce test-categories.ps1 and test-github-permissions.ps1 as placeholders for future test implementations
Copy file name to clipboardExpand all lines: docs/content/docs/config/config-wizard/index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,20 @@ short_title: Config Wizard
4
4
description: Build your Azure DevOps Migration Tools configuration with our interactive step-by-step wizard supporting three migration type architectures
5
5
weight: 50
6
6
date: 2025-06-26T12:00:00Z
7
-
discussionId:
7
+
discussionId:2902
8
8
aliases:
9
-
- /config-wizard/
10
-
- /wizard/
11
-
- /configure/
9
+
- /config-wizard/
10
+
- /wizard/
11
+
- /configure/
12
12
layout: config-wizard
13
13
cascade:
14
-
- build:
15
-
list: never
16
-
render: never
17
-
target:
18
-
environment: production
19
-
---
14
+
- build:
15
+
list: never
16
+
render: never
17
+
target:
18
+
environment: production
20
19
20
+
---
21
21
Use this interactive wizard to build your Azure DevOps Migration Tools configuration. The wizard supports three primary migration types:
22
22
23
23
-**Work Items**: Standard work item migration with pre-configured TfsWorkItemEndpoint and TfsWorkItemMigrationProcessor
0 commit comments