Signed-off-by: Sajay Antony <sajaya@microsoft.com>
This commit is contained in:
Sajay Antony 2019-11-13 00:02:09 -08:00
Родитель 7eddc1c586
Коммит fa16582604
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 535AED9A0B69A49C
2 изменённых файлов: 33 добавлений и 38 удалений

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

@ -1,48 +1,41 @@
const currentDateUTC = new Date().toUTCString()
module.exports = {
title: 'Azure Container Registry',
dest: './gh-pages',
base: '/acr/',
markdown: {
lineNumbers: true
},
themeConfig: {
domain: 'http://azure.github.com',
displayAllHeaders: true,
sidebar: 'auto',
docsDir : 'docs',
searchMaxSuggestions: 10,
repo: 'azure/acr',
repoLabel: 'Star this Repo',
editLinks: true,
editLinkText: 'Edit this page on GitHub',
logo: '/files/acr.svg',
sidebar: [
title: 'Azure Container Registry',
dest: './gh-pages',
base: '/acr/',
markdown: {
lineNumbers: true
},
themeConfig: {
domain: 'http://azure.github.com',
displayAllHeaders: true,
sidebar: 'auto',
docsDir : 'docs',
searchMaxSuggestions: 10,
repo: 'azure/acr',
repoLabel: 'Star this Repo',
editLinks: true,
editLinkText: 'Edit this page on GitHub',
logo: '/files/acr.svg',
sidebar: [
"/",
/* {
title: 'Home',
collapsable: false,
children: [
'/'
]
}
*/ {
{
title: 'Teleport',
collapsable: true,
children: ['/blog/teleport'],
},
{
title: 'Tasks',
collapsible: true,
children: ['/Tasks/container-registry-tasks-overview']
},
{
title: 'Authentication',
collapsable: true,
sidebarDepth : 1,
children : ['AAD-OAuth', 'Token-BasicAuth']
}
{
title: 'Tasks',
collapsible: true,
children: ['/Tasks/container-registry-tasks-overview']
},
{
title: 'Authentication',
collapsable: true,
sidebarDepth : 1,
children : ['AAD-OAuth', 'Token-BasicAuth']
}
]
}
}

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

@ -4,6 +4,7 @@ title: "Overview"
excerpt: "project teleport"
tags: [developers, teleport]
date: 2019-11-01 17:00:00
author: Steve Lasker
---
# Azure Container Registry Adds Teleportation
@ -146,4 +147,5 @@ The customer feedback we get with ACR Tasks will help us improve teleportation a
* To Help us test teleportation of your images – [sign up here](https://aka.ms/teleport/signup) for the private preview
* Are you just as excited with container scenarios, building teleporters and other [ACR roadmap capabilities](https://aka.ms/acr/roadmap)? Apply here for [ACR Jobs](https://aka.ms/acr/jobs)
- Steve Lasker
---
Steve Lasker