diff --git a/docs/docs/guides/05-using-server/01-start-server.md b/docs/docs/guides/05-using-server/01-start-server.md
index 9576dd6e2..649eab423 100644
--- a/docs/docs/guides/05-using-server/01-start-server.md
+++ b/docs/docs/guides/05-using-server/01-start-server.md
@@ -23,15 +23,15 @@ Navigate by clicking the `Local API Server` icon on the left side of your screen
-
+
## Choose your model
-On the top right of your screen under `Model Settings`, set the LLM that your local server will be running. You can choose from any of the models already installed, or pick a new model by clicking `Explore the Hub`.
+On the top right of your screen under `Model Settings`, set the LLM that your local server will be running. You can choose from any of the models already installed, or pick a new model by clicking `Explore the Hub`.
-
+
## Set your Server Options
@@ -39,7 +39,7 @@ On the left side of your screen you can set custom server options.
-
+
### Local Server Address
@@ -65,7 +65,6 @@ Click the `Start Server` button on the top left of your screen. You will see the
-
+
Your server is now running. Next, learn how to use your local API server.
-
diff --git a/docs/docs/guides/05-using-server/02-using-server.md b/docs/docs/guides/05-using-server/02-using-server.md
index 2ac0480fa..e01fd1af2 100644
--- a/docs/docs/guides/05-using-server/02-using-server.md
+++ b/docs/docs/guides/05-using-server/02-using-server.md
@@ -24,7 +24,7 @@ On the top left of your screen below the red `Stop Server` button is the blue `A
-
+
Scroll through the various available endpoints to learn what options are available.
@@ -34,7 +34,7 @@ In the Chat section of the API reference, you will see an example JSON request b
-
+
With your local server running, you can click the `Try it out` button on the top left, then the blue `Execute` button below the JSON. The browser will send the example request to your server, and display the response body below.
@@ -100,4 +100,4 @@ curl -X 'POST' \
"total_tokens": 533
}
}
-```
\ No newline at end of file
+```
diff --git a/docs/docs/guides/05-using-server/assets/choose-model.png b/docs/docs/guides/05-using-server/assets/01-choose-model.png
similarity index 100%
rename from docs/docs/guides/05-using-server/assets/choose-model.png
rename to docs/docs/guides/05-using-server/assets/01-choose-model.png
diff --git a/docs/docs/guides/05-using-server/assets/local-api-view.png b/docs/docs/guides/05-using-server/assets/01-local-api-view.png
similarity index 100%
rename from docs/docs/guides/05-using-server/assets/local-api-view.png
rename to docs/docs/guides/05-using-server/assets/01-local-api-view.png
diff --git a/docs/docs/guides/05-using-server/assets/running-server.png b/docs/docs/guides/05-using-server/assets/01-running-server.png
similarity index 100%
rename from docs/docs/guides/05-using-server/assets/running-server.png
rename to docs/docs/guides/05-using-server/assets/01-running-server.png
diff --git a/docs/docs/guides/05-using-server/assets/server-settings.png b/docs/docs/guides/05-using-server/assets/01-server-settings.png
similarity index 100%
rename from docs/docs/guides/05-using-server/assets/server-settings.png
rename to docs/docs/guides/05-using-server/assets/01-server-settings.png
diff --git a/docs/docs/guides/05-using-server/assets/api-reference.png b/docs/docs/guides/05-using-server/assets/02-api-reference.png
similarity index 100%
rename from docs/docs/guides/05-using-server/assets/api-reference.png
rename to docs/docs/guides/05-using-server/assets/02-api-reference.png
diff --git a/docs/docs/guides/05-using-server/assets/chat-example.png b/docs/docs/guides/05-using-server/assets/02-chat-example.png
similarity index 100%
rename from docs/docs/guides/05-using-server/assets/chat-example.png
rename to docs/docs/guides/05-using-server/assets/02-chat-example.png