Skip to content

Add title attribute to "Link to this..." and other links #922

@eksperimental

Description

@eksperimental

Taken from #730 (comment) and #730 (comment)
Related PR: #730

One thing that if it will not improve search results in search engines it will still be useful is to use the full mfa in the title of every link, for every module, function, type, etc.

So we could have something link:

<a href="#fetch/2" title="Enum.fetch/2">fetch/2</a>

or have this:

<a href="#fetch/2" class="detail-link" title="Link to Enum.fetch/2">

instead of this:

<a href="#fetch/2" class="detail-link" title="Link to this function">

/cc @CRYIC

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions