From 3eb323908e42e735ff6968403f3231285059ca69 Mon Sep 17 00:00:00 2001 From: Ramon Perez Date: Wed, 26 Jul 2023 11:56:59 +0100 Subject: [PATCH] changed navigation in docs conf to add getting started guide --- docs/getting-started/index.md | 2 +- docs/index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index ed8e3e389..ff2587613 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -463,7 +463,7 @@ mlserver build similarity_model/ -t 'fancy_ml_service' ``` We can check that our image was successfully build not only by looking at the logs of the previous -command but also with the `docker assets` command. +command but also with the `docker images` command. ```bash diff --git a/docs/index.md b/docs/index.md index 66d7cccb0..98543a22b 100755 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,7 @@ ```{toctree} :hidden: :titlesonly: +Getting Started <./getting-started/index> User Guide <./user-guide/index> Inference Runtimes <./runtimes/index> Reference <./reference/index>