bugfix/revert the collection tag in scala code

This commit is contained in:
Hongwei 2023-01-09 11:27:48 +01:00
parent c8e81fade4
commit 9deec4b645

View File

@ -1419,8 +1419,8 @@ WIP to add comments on resource docs. This code copied from Sofit.
"@other_version [href]" #> s"${i._2}&locale=${S.locale.toString}"
} &
"@custom_api_collections" #> ObpAPI.getApiCollectionsFromProps.openOr(Nil).map { i =>
".collection *" #> s"${i._1}" &
".collection [href]" #> s"${i._2}&locale=${S.locale.toString}"
".version *" #> s"${i._1}" &
".version [href]" #> s"${i._2}&locale=${S.locale.toString}"
} &
"@dropdown_versions" #> otherVersionsSupportedInDropdownMenuUrls.map { i =>
".dropdown-item *" #> s" ${i._1} " &