Skip to content

Conversation

@cowboysj
Copy link
Contributor

Issue #1812

Image Path Corrections

Fixed multiple incorrect image paths causing rendering errors in the documentation.
Updated image references to use consistent and correct relative paths, ensuring compatibility with the Antora structure.

Broken xref Link Updates

Resolved several broken or outdated xref links in the documentation.
Updated the links to match the correct file structure and ensured navigation works seamlessly.

Changes Made

Image Path Updates

before after
image::spring-ai-prompt-stuffing.jpg[Prompt stuffing, width=700, align="center"] image::../images/spring-ai-prompt-stuffing.jpg[Prompt stuffing, width=700, align="center"]

xref Link Updates

before after
xref:api/chat/bedrock/bedrock-anthropic3.adoc[Anthropic3] xref:pages/api/chat/bedrock/bedrock-anthropic3.adoc[Anthropic3]

@cowboysj cowboysj changed the title Fix Image Path and Broken xref Links in Documentation fix : Fix Image Path and Broken xref Links in Documentation Nov 24, 2024
//// **** xref:api/chat/functions/moonshot-chat-functions.adoc[Function Calling]
*** xref:api/chat/nvidia-chat.adoc[NVIDIA]
*** xref:api/chat/ollama-chat.adoc[Ollama]
* xref:pages/index.adoc[Overview]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think pages prefix is needed? why do you think it does?

= Introduction

image::spring_ai_logo_with_text.svg[Integration Problem, width=300, align="left"]
image::../images/spring_ai_logo_with_text.svg[Integration Problem, width=300, align="left"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was wondering... isn't the problem the underscore on the file name? I've seen all of other functional logos in the spring doc website and all the use hyphen. Besides the diagram is functional.

** xref:api/vectordbs/hana.adoc[SAP Hana]
** xref:api/vectordbs/typesense.adoc[]
** xref:api/vectordbs/weaviate.adoc[]
* xref:pages/api/vectordbs.adoc[]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand these changes. the antora bild works fine.

@markpollack
Copy link
Member

I think there is something wrong in your build envioronment @cowboysj The docs build is working fine.

@markpollack markpollack closed this May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants