docs: enable navbar, clean up text

This commit is contained in:
Alexander Zeitler 2021-04-11 00:14:22 +02:00
parent bfd45f47fa
commit ecf4ba5e2b
2 changed files with 14 additions and 12 deletions

View file

@ -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: []
}
} }

View file

@ -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