-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Problem
Currently, the link for a model card is a single page with tabs for the different sections, but we have use cases where we'd want to link directly to a specific section
Proposed Solution
Add the section name or some kind of unique identifier in the URL for each section so that going to that URL would go directly to its specific tab in the model card
Alternatives
As a temporary workaround, we've set our desired section which we want to link to as the first section on the list in the schema. This way, when the link to the model card is clicked, the user is brought straight to the section we want them to see because by default the link opens the first section on the list. While this is sufficient for our current use case, it would be beneficial to be able to link directly to specific sections for other use cases.
What is the priority of your issue?
Low