devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

Duplicate Attribute in HTML docs

Open rohini-ranjanR opened this issue 3 years ago • 5 comments

HTML attribute

Duplicate Attributes in HTML docs https://devdocs.io/html-attributes/

Summary

There is one duplicate attribute autofocus present in HTML docs https://devdocs.io/html-attributes/ in which one is linked to https://devdocs.io/html/attributes#autofocus-attribute page and other is linked to https://devdocs.io/html/global_attributes/autofocus page.

Actual style

image

Expected style

Should be linked to https://devdocs.io/html/global_attributes/autofocus

rohini-ranjanR avatar Jan 04 '23 19:01 rohini-ranjanR

hmm, this problem is a bit complicated, I have checked the documentation structure, and it needs to reorganized. For example,

  • The first autofocus refers to the HTML attribute reference table image

  • The second autofocus refers to the documentation image

This is the case for many of them. The autocapitalize is in the reference table but it refers to the documentation image

According to me, we need to structure it in a certain way so that a single option refers to the given reference table. And the options refer to the individual documentation. That'd b neat.

BoseSj avatar Jan 06 '23 15:01 BoseSj

I want to work on this issue, please assign this to me @simon04

BoseSj avatar Jan 06 '23 15:01 BoseSj

@ BoseSj, I appreciate your interest in DevDocs. Please simply submit a pull request. We have few external contributions, therefore we do not assign tickets.

simon04 avatar Jan 06 '23 19:01 simon04

Okay. I see there's no "help needed" or "first-timer-only" tag on this issue. So, I will wait until it's ready to accept PR. In meantime, can you guide me through this, and how to get started? etc. or at least point me in the right direction. TY😄

BoseSj avatar Jan 09 '23 07:01 BoseSj

@BoseSj there's no need to wait. As Simon said, PRs are welcome.

To get started, your best bet is to take a look at the contributing readme. It has a section on updating existing docs as well as guides on working with the docs more generally.

ojeytonwilliams avatar Jan 09 '23 08:01 ojeytonwilliams