forked from LaconicNetwork/kompose
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:
parent
d6aedda333
commit
a7a244d93f
@ -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.
|
||||
|
||||
|
||||
@ -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 |
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user