Browse Source

docs: move nuget to package registry column

api-cache
Amio 6 years ago
parent
commit
41bbdf4eba
  1. 10
      libs/index.md

10
libs/index.md

@ -125,6 +125,11 @@ Available query params:
['version', '/pypi/v/pip'],
['version', '/pypi/v/docutils'],
],
nuget: [
['version (stable)', '/nuget/v/newtonsoft.json'],
['version (pre)', '/nuget/v/newtonsoft.json/pre'],
['version (latest)', '/nuget/v/newtonsoft.json/latest']
],
/* CIs */
travis: [
['build', '/travis/babel/babel'],
@ -179,11 +184,6 @@ Available query params:
['contributors', '/opencollective/contributors/webpack'],
['balance', '/opencollective/balance/webpack'],
['yearly income', '/opencollective/yearly/webpack'],
],
nuget: [
['version', '/nuget/v/newtonsoft.json'],
['version', '/nuget/v/newtonsoft.json/pre'],
['version', '/nuget/v/newtonsoft.json/latest']
]
}
</script>

Loading…
Cancel
Save