remove i18n (#72)
This commit is contained in:
Родитель
82a0e3c042
Коммит
d129c6b975
|
@ -1,10 +1,6 @@
|
|||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
i18n: {
|
||||
defaultLocale: 'en',
|
||||
locales: ['en', 'ja'],
|
||||
},
|
||||
title: 'Azure Machine Learning',
|
||||
tagline: 'Open source cheat sheets for Azure ML',
|
||||
url: 'https://github.com/Azure/',
|
||||
|
@ -25,10 +21,6 @@ module.exports = {
|
|||
},
|
||||
items: [
|
||||
{to: '/docs/cheatsheets/python/v1/cheatsheet', label: 'Python SDK', position: 'left'},
|
||||
{
|
||||
type: 'localeDropdown',
|
||||
position: 'left',
|
||||
},
|
||||
],
|
||||
},
|
||||
footer: {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
This is a placeholder for translation files in Japanese. Please follow instructions: https://docusaurus.io/docs/i18n/tutorial
|
Загрузка…
Ссылка в новой задаче