Minor cleanup
Signed-off-by: Sajay Antony <sajaya@microsoft.com>
This commit is contained in:
Родитель
7eddc1c586
Коммит
fa16582604
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче