mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-27 05:51:45 +00:00
docs: enable navbar, clean up text
This commit is contained in:
parent
bfd45f47fa
commit
ecf4ba5e2b
2 changed files with 14 additions and 12 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
base:'/docker-compose/'
|
base: '/docker-compose/',
|
||||||
// lang: 'en-US',
|
themeConfig: {
|
||||||
// title: 'Hello, VuePress!',
|
navbar: [
|
||||||
// description: 'This is my first VuePress site',
|
{ text: 'GitHub', link: 'https://github.com/PDMLab/docker-compose' },
|
||||||
|
{ text: 'npm', link: 'https://npmjs.com/docker-compose' }
|
||||||
// themeConfig: {
|
],
|
||||||
// logo: 'https://vuejs.org/images/logo.png'
|
displayAllHeaders: true,
|
||||||
// }
|
lastUpdated: true,
|
||||||
|
sidebar: []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
layout: default
|
title: Manage Docker-Compose via Node.js
|
||||||
title: README
|
lang: en-US
|
||||||
nav_order: 99
|
home: false
|
||||||
---
|
---
|
||||||
# Manage Docker-Compose via Node.js
|
# Manage Docker-Compose via Node.js
|
||||||
|
|
||||||
`docker-compose` is a small library that allows you to run [docker-compose](https://docs.docker.com/compose/)(which is still required) via Node.js. This is useful to bootstrap test environments. You might also generate your `docker-compose.yml` files using [composefile](https://www.npmjs.com/package/composefile).
|
`docker-compose` is a small library that allows you to run [docker-compose](https://docs.docker.com/compose/) (which is still required) via Node.js. This is useful to bootstrap test environments.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue