From 33e6d264abe145e1e2b445c40b2bfb9aa6458de8 Mon Sep 17 00:00:00 2001 From: osanseviero Date: Thu, 10 Aug 2023 10:15:31 +0200 Subject: [PATCH] Rename docker launch to quicktour --- docs/source/_toctree.yml | 4 ++-- docs/source/{docker_launch.md => quicktour.md} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename docs/source/{docker_launch.md => quicktour.md} (98%) 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/).