From 8780ce20b342305ac530ca86a432d60f26048070 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Tue, 18 Jul 2023 09:02:10 -0400 Subject: [PATCH] Update website with correct links #### What type of PR is this? /kind documentation #### What this PR does / why we need it: Updates the site with correct architecture link #### Which issue(s) this PR fixes: Fixes # #### Special notes for your reviewer: Signed-off-by: Charlie Drage --- docs/user-guide.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index c4fa24753..620220008 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -529,9 +529,3 @@ Kompose offers you the possibility to do that. You can use `--build-command` and to achieve that. e.g: `kompose -f convert --build-command 'whatever command --you-use' --push-command 'whatever command --you-use'` - -## Docker Compose Versions - -Kompose supports Docker Compose versions: 1, 2 and 3. We have limited support on versions 2.1 and 3.2 due to their experimental nature. - -A full list on compatibility between all three versions is listed in our [conversion document](/conversion) including a list of all incompatible Docker Compose keys.