From 498be131a182ff9d6eddd8ebaa8869d3d4ceb123 Mon Sep 17 00:00:00 2001 From: Alexey Rybak <50731695+reluctantfuturist@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:14:05 -0700 Subject: [PATCH] docs: update image paths (#3599) # What does this PR do? * Updates image paths for images in docs/resources/ to proper static image locations ## Test Plan * `npm run build` builds documentation properly --- docs/docs/references/llama_cli_reference/index.md | 2 +- docs/getting_started.ipynb | 2 +- docs/{resources => static/img}/agentic-system.png | Bin docs/{resources => static/img}/list-templates.png | Bin docs/{resources => static/img}/llama-stack.png | Bin docs/{resources => static/img}/model-lifecycle.png | Bin docs/{resources => static/img}/prompt-format.png | Bin 7 files changed, 2 insertions(+), 2 deletions(-) rename docs/{resources => static/img}/agentic-system.png (100%) rename docs/{resources => static/img}/list-templates.png (100%) rename docs/{resources => static/img}/llama-stack.png (100%) rename docs/{resources => static/img}/model-lifecycle.png (100%) rename docs/{resources => static/img}/prompt-format.png (100%) 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 ``` -![alt text](../../../resources/prompt-format.png) +![alt text](/img/prompt-format.png) 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", - "\"drawing\"\n", + "\"drawing\"\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