diff --git a/docs/docs/references/llama_cli_reference/index.md b/docs/docs/references/llama_cli_reference/index.md
index fe3aa51ab..9b71a6795 100644
--- a/docs/docs/references/llama_cli_reference/index.md
+++ b/docs/docs/references/llama_cli_reference/index.md
@@ -261,7 +261,7 @@ You can even run `llama model prompt-format` see all of the templates and their
```
llama model prompt-format -m Llama3.2-3B-Instruct
```
-
+
You will be shown a Markdown formatted description of the model interface and how prompts / messages are formatted for various scenarios.
diff --git a/docs/getting_started.ipynb b/docs/getting_started.ipynb
index 641cf4224..449bd2be1 100644
--- a/docs/getting_started.ipynb
+++ b/docs/getting_started.ipynb
@@ -1013,7 +1013,7 @@
"\n",
"\n",
"\n",
- "
\n",
+ "
\n",
"\n",
"\n",
"Agents are characterized by having access to\n",
diff --git a/docs/resources/agentic-system.png b/docs/static/img/agentic-system.png
similarity index 100%
rename from docs/resources/agentic-system.png
rename to docs/static/img/agentic-system.png
diff --git a/docs/resources/list-templates.png b/docs/static/img/list-templates.png
similarity index 100%
rename from docs/resources/list-templates.png
rename to docs/static/img/list-templates.png
diff --git a/docs/resources/llama-stack.png b/docs/static/img/llama-stack.png
similarity index 100%
rename from docs/resources/llama-stack.png
rename to docs/static/img/llama-stack.png
diff --git a/docs/resources/model-lifecycle.png b/docs/static/img/model-lifecycle.png
similarity index 100%
rename from docs/resources/model-lifecycle.png
rename to docs/static/img/model-lifecycle.png
diff --git a/docs/resources/prompt-format.png b/docs/static/img/prompt-format.png
similarity index 100%
rename from docs/resources/prompt-format.png
rename to docs/static/img/prompt-format.png