layer5io/docs

Add alt text to the images in docs

Closed this issue Β· 9 comments

Current Behavior

Currently, we do not have any alt text for 131 images on our site.
image

Expected Behavior

Please add meaningful alt text to as many images as possible.


Contributor Guides and Resources

I would like to work on this

I would like to work on this. Can you please assign it to me

Assigning this to @surajvast1 on First come first serve basis
@ayushlohmod you can help us reviewing the PR

Hey @iArchitSharma I am glad you gave me this i am new to meshery and just finished up my setup locally can you share the link of this page whose image you have uploaded it would really help like are they images of a particular file or whole website

@iArchitSharma, could you share the link to the site containing the images that need their alt text added? The image you shared is not opening on my end. And @surajvast1 needs the link to get started on this issue.

@surajvast1 @nwanduka, I don't have access to these links either. So, the only way to work on this issue is by manually inspecting the codebase or by pasting this code into the console panel to list all images without alt text of that particular page console.table($$('img').filter(i => !i.alt), ['src'])

Oh thanks a lot @iArchitSharma . I can view the attached image now and I think it has all the information needed to get started on the task. Thanks for also offering more clues on how to go about it. @surajvast1, you should be able to proceed now.

I am still working on it in parts

Thank you for assigning me the issue. I believe I have addressed most or all of the images. If there are any remaining images, please feel free to leave a comment