Add TOC to documentation, add readme.md notice

Adds TOC to architecture.md, getting-started.md, integrations.md and
user-guide.md

Updates README.md to add a notice that the files are best viewed on the
website.
This commit is contained in:
Charlie Drage
2017-11-06 10:55:04 -05:00
parent c7964e71e7
commit e5b1f02b5e
5 changed files with 11 additions and 23 deletions
+2 -11
View File
@@ -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.