Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Menu links not working #88

@BigDataKatha

Description

@BigDataKatha

Doing some research, I couldn't find an answer why the menu links are not working.

I have included the following in the schema.json file:

"id": "/city",
"links": [
    {
      "title": "City",
      "description": "City",
      "rel": "self",
      "href": "/city",
      "method": "GET",
      "targetSchema": {
        "rel": "self"
      }
    }
  ]

However, when clicking on the menu link, it doesn't direct me to the relevant section of the documentation. I believe that the issue is related to creating the double #city-city convention, but I don't know why it is happening.

Looking forward to some feedback. Thanks!

Metadata

Metadata

Assignees

No one assigned

    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