Skip to content

Commit

Permalink
Merge pull request #552 from cdrage/fix-headers-docs
Browse files Browse the repository at this point in the history
Fixes the headers of the docs
  • Loading branch information
kadel authored Apr 11, 2017
2 parents 1c789c5 + a7a244d commit cba4c56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions docs/conversion.md
Original file line number Diff line number Diff line change
@@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit cba4c56

Please sign in to comment.