Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
update service page uid
Browse files Browse the repository at this point in the history
  • Loading branch information
ansyral committed Jun 15, 2017
1 parent fdc6213 commit bc81345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ group v.Value by v.Key.Category into g0
name = item.Category,
href = chrefAndType.Item1,
landingPageType = chrefAndType.Item2,
uid = "azure.java.sdk.landingpage.services." + service + "." + category,
uid = "azure.java.sdk.landingpage.services." + service.Replace(" ", "").ToLower() + "." + category,
children = item.Uids.ToList()
})
}).OrderBy(s => s.name))
Expand Down

0 comments on commit bc81345

Please sign in to comment.