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
💄 style(prettier): add prettier configuration for go template and html
- create a new .prettierrc file
- configure prettier to use go-template parser for html files
- set custom rules like bracket spacing and line width
📝 docs(content): remove quick start options section
- delete quick start options from _index.md
- streamline documentation content for better focus
🌐 i18n(hugo): enable config wizard feature flag
- add configWizard feature flag to hugo.yaml files
- enhance documentation localization capabilities
♻️ refactor(layouts): improve html structure and readability
- adjust html layout for better readability
- improve comments and spacing in config-wizard.html and list.html
✨ feat(js): enhance configuration wizard with new features
- introduce JSON schema loading for configuration wizard
- add processor and endpoint extraction from schema
- improve migration type selection with dynamic options
- refactor endpoint and processor configuration generation
🔧 chore(config): update yaml references and ids
- change ids and urls in yaml files for consistency
- ensure correct linking and referencing within the project
Copy file name to clipboardExpand all lines: docs/data/classes/reference.processors.keepoutboundlinktargetprocessor.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ configurationSamples:
20
20
"Enabled": false,
21
21
"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'",
0 commit comments