mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-11 10:41:29 +00:00
12 lines
299 B
JavaScript
12 lines
299 B
JavaScript
module.exports = {
|
|
base: '/docker-compose/',
|
|
themeConfig: {
|
|
navbar: [
|
|
{ text: 'GitHub', link: 'https://github.com/PDMLab/docker-compose' },
|
|
{ text: 'npm', link: 'https://npmjs.com/docker-compose' }
|
|
],
|
|
displayAllHeaders: true,
|
|
lastUpdated: true,
|
|
sidebar: []
|
|
}
|
|
}
|