Fixes the headers of the docs

Changes it to 1 `#`. Fixes the headers so they're consistent across all
docs.
This commit is contained in:
Charlie Drage 2017-04-10 15:31:02 -04:00
parent d6aedda333
commit a7a244d93f
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.