Skip to content

docs: Inconsistent Image File Extension Casing in Architecture Documentation #464

@chethanac15

Description

@chethanac15

Description

There is an inconsistency in image file extension casing in the architecture documentation, which can cause issues on case-sensitive file systems (Linux, macOS).

In content/en/docs/architecture.md, image references use mixed casing for .png file extensions. This may work on case-insensitive systems (e.g., Windows) but can break image loading on others and reflects inconsistent naming conventions.


Location

File:
content/en/docs/architecture.md


Current Code

{{<figure library="1" src="arch_1.png" title="Application scenarios of Volcano">}}
{{<figure library="1" src="arch_2.PNG" title="Volcano architecture">}}

Expected Behavior

All image file extensions should use consistent lowercase casing (e.g., .png) to ensure cross-platform compatibility and follow best practices.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions