diff --git a/docs/source/_toctree.yml b/docs/source/_toctree.yml index 598e439e..d75b802c 100644 --- a/docs/source/_toctree.yml +++ b/docs/source/_toctree.yml @@ -1,8 +1,8 @@ - sections: - local: index title: Text Generation Inference - - local: docker_launch - title: Launching with Docker + - local: quicktour + title: Quick Tour - local: supported_models title: Supported Models and Hardware title: Getting started diff --git a/docs/source/docker_launch.md b/docs/source/quicktour.md similarity index 98% rename from docs/source/docker_launch.md rename to docs/source/quicktour.md index 623590a7..31185a2d 100644 --- a/docs/source/docker_launch.md +++ b/docs/source/quicktour.md @@ -1,4 +1,4 @@ -# Launching with Docker +# Quick Tour The easiest way of getting started is using the official Docker container. Install Docker following [their installation instructions](https://docs.docker.com/get-docker/).