Skip to content

Commit

Permalink
changed navigation in docs conf to add getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonpzg committed Jul 26, 2023
1 parent f9f899b commit 3eb3239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
```{toctree}
:hidden:
:titlesonly:
Getting Started <./getting-started/index>
User Guide <./user-guide/index>
Inference Runtimes <./runtimes/index>
Reference <./reference/index>
Expand Down

0 comments on commit 3eb3239

Please sign in to comment.