mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Upgrade docusaurus 2.1.0
This commit is contained in:
@@ -31,18 +31,16 @@ module.exports = {
|
||||
defaultMode: 'light',
|
||||
disableSwitch: false,
|
||||
respectPrefersColorScheme: true,
|
||||
switchConfig: {
|
||||
darkIcon: '\u{1F319}',
|
||||
lightIcon: '\u{1F315}',
|
||||
// React inline style object
|
||||
// see https://reactjs.org/docs/dom-elements.html#style
|
||||
darkIconStyle: {
|
||||
marginLeft: '2px',
|
||||
},
|
||||
lightIconStyle: {
|
||||
marginLeft: '1px',
|
||||
},
|
||||
},
|
||||
// switchConfig: {
|
||||
// darkIcon: '\u{1F319}',
|
||||
// lightIcon: '\u{1F315}',
|
||||
// darkIconStyle: {
|
||||
// marginLeft: '2px',
|
||||
// },
|
||||
// lightIconStyle: {
|
||||
// marginLeft: '1px',
|
||||
// },
|
||||
// },
|
||||
},
|
||||
announcementBar: {
|
||||
id: 'supportus',
|
||||
@@ -188,12 +186,12 @@ module.exports = {
|
||||
editUrl:
|
||||
'https://github.com/allegroai/clearml-docs/edit/main/',
|
||||
},
|
||||
API: {
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
// Please change this to your repo.
|
||||
editUrl:
|
||||
'https://github.com/allegroai/clearml-docs/edit/main/',
|
||||
},
|
||||
// API: {
|
||||
// sidebarPath: require.resolve('./sidebars.js'),
|
||||
// // Please change this to your repo.
|
||||
// editUrl:
|
||||
// 'https://github.com/allegroai/clearml-docs/edit/main/',
|
||||
// },
|
||||
blog: {
|
||||
blogTitle: 'ClearML Tutorials',
|
||||
blogDescription: 'ClearML tutorials and documentation',
|
||||
|
||||
Reference in New Issue
Block a user