Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TOC to documentation, add readme.md notice #861

Merged
merged 1 commit into from
Nov 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
# Kompose Documentation

* [Introduction](introduction.md)
* [Getting Started](getting-started.md)
* [User Guide](user-guide.md)
* [Architecture](architecture.md)
* [Conversion](conversion.md)
* [Development](development.md)
* [Installation](installation.md)
Note: These /docs files are best viewed at [kompose.io](http://kompose.io)
3 changes: 3 additions & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Architecture and Internal Design

* TOC
{:toc}

`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.

![Design Diagram](/docs/images/design_diagram.png)
Expand Down
5 changes: 2 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Getting Started

- [Minikube and Kompose](#minikube-and-kompose)
- [Minishift and Kompose](#minishift-and-kompose)
- [RHEL and Kompose](#rhel-and-kompose)
* TOC
{:toc}

This is how you'll get started with Kompose!

Expand Down
3 changes: 3 additions & 0 deletions docs/integrations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Integrations

* TOC
{:toc}

There are some projects out there known to use Kompose integrated in some form or another

### Kompose UI by Jad Chamoun (ICANN) and Joe Haddad (Anghami)
Expand Down
13 changes: 2 additions & 11 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# User Guide

- Command Line
- [Kompose Convert](#kompose-convert)
- [Kompose Up](#kompose-up)
- [Kompose Down](#kompose-down)

- Documentation
- [Build and Push Docker Images](#build-and-push-docker-images)
- [Alternative Conversions](#alternative-conversions)
- [Labels](#labels)
- [Restart](#restart)
- [Docker Compose Versions](#docker-compose-versions)
* TOC
{:toc}

Kompose has support for two providers: OpenShift and Kubernetes.
You can choose a targeted provider using global option `--provider`. If no provider is specified, Kubernetes is set by default.
Expand Down