This commit is contained in:
amin saied 2021-04-09 11:22:56 -07:00 коммит произвёл GitHub
Родитель 857c6d008c
Коммит 20f5f9306e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -27,15 +27,11 @@ module.exports = {
title: 'Resources',
items: [
{
label: 'Contributing guide',
href: '/docs/misc/contributing',
},
{
label: 'Service documentation',
label: 'Azure ML - Microsoft Docs',
href: 'https://docs.microsoft.com/azure/machine-learning',
},
{
label: 'Python SDK documentation',
label: 'Azure ML - Python API',
href: 'https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py'
}
],
@ -45,7 +41,7 @@ module.exports = {
items: [
{
label: 'GitHub issues',
href: 'https://github.com/Azure/azureml-examples/issues',
href: 'https://github.com/Azure/azureml-cheatsheets/issues',
},
{
label: 'Stack Overflow',
@ -61,9 +57,13 @@ module.exports = {
href: 'https://github.com/Azure/azureml-cheatsheets',
},
{
label: 'Examples and notebooks',
label: 'Azure ML Examples',
href: 'https://github.com/Azure/azureml-examples',
},
{
label: 'Contribution',
href: '/docs/misc/contributing',
},
],
},
],