Merge pull request #552 from cdrage/fix-headers-docs

Fixes the headers of the docs
This commit is contained in:
Tomas Kral 2017-04-11 11:26:48 +02:00 committed by GitHub
commit cba4c569a3
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Kompose - Internal Design
# Internal Design
`kompose` has 3 stages: Loader, Transformer and Outputter. Each Stage should have well defined interface so it is easy to write new Loader, Transformer or Outputters and plug it in. Currently only Loader and Transformer interfaces are defined.

View File

@ -1,3 +1,5 @@
# Conversion reference
This document outlines all the conversion details regarding `docker-compose.yaml` values to Kubernetes / OpenShift artifacts.
| Value | Version | Supported | K8s / OpenShift | Notes |

View File

@ -1,4 +1,4 @@
## Installation
# Installation
We have multiple ways to install Kompose. Our prefered method is downloading the binary from the latest GitHub release.