From 91927470be632cd76834c8439c8f1974b66bd066 Mon Sep 17 00:00:00 2001 From: Gaurav Gahlot Date: Sat, 8 Oct 2022 22:22:41 +0530 Subject: [PATCH 1/2] add system requirements Signed-off-by: Gaurav Gahlot --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index dd4ab1c983..bccd6f5008 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,6 +52,9 @@ nav: - examples/cockroachdb.md - examples/nginx.md - examples/redis.md + - System Requirements: + - features/using_colima.md + - features/using_podman.md - Contributing: - contributing.md - contributing_docs.md From 5706495d04050f9e6c7a06fd067a6a08c4ffd9f7 Mon Sep 17 00:00:00 2001 From: Gaurav Gahlot Date: Mon, 10 Oct 2022 10:38:33 +0530 Subject: [PATCH 2/2] remove duplicate entries Signed-off-by: Gaurav Gahlot --- mkdocs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index bccd6f5008..71d7db108e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,8 +36,6 @@ nav: - features/follow_logs.md - features/override_container_command.md - features/copy_file.md - - features/using_podman.md - - features/using_colima.md - Wait Strategies: - Introduction: features/wait/introduction.md - Exec: features/wait/exec.md