1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

docs: add Rust SDK to sidebar list of official sdks.

This commit is contained in:
Thomas Heartman 2022-01-13 10:38:20 +01:00
parent 9e55752dcf
commit 9fbfc28a72

View File

@ -41,6 +41,11 @@ module.exports = {
'sdks/php_sdk',
'sdks/python_sdk',
'sdks/ruby_sdk',
{
type: 'link',
href: 'https://github.com/unleash/unleash-client-rust',
label: 'Rust SDK',
},
'sdks/dot_net_sdk',
],
},