Skip to content

Commit 74eec37

Browse files
authored
Update index.yml
The PDF builds for Azure are breaking due to an outdated schema for landing pages. This value is causing the failure: - linkListType: training That is a valid value, but PDF doesn't know about it yet. https://static.docs.com/ui/latest/schemas/Landing.schema.json Trying the alternative to see if PDF will work: - linkListType: learn
1 parent b487152 commit 74eec37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network-manager/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ landingContent:
3333
url: faq.md
3434
- text: Use cases
3535
url: concept-use-cases.md
36-
- linkListType: training
36+
- linkListType: learn
3737
links:
3838
- text: Create a hub-spoke network topology with Azure Virtual Network Manager
3939
url: /training/modules/hub-and-spoke-network-architecture/4a-create-hub-spoke-virtual-network-manager

0 commit comments

Comments
 (0)