gravitational / docs

Source code backing goteleport.com/docs
https://goteleport.com/docs
Apache License 2.0
11 stars 13 forks source link

Add anchor support for `Tabs` #91

Open fheinecke opened 2 years ago

fheinecke commented 2 years ago

It would be convenient if Tabs supported anchors the same way Details boxs do. This would allow for things like linking directly to specific OS installation instructions on the install page (https://goteleport.com/docs/installation/#linux).

ptgott commented 1 year ago

To add to this, if there's a heading within a Tabs component, we should allow users to jump to that heading within the proper TabItem. We can add this to the work above if it's straightforward or separate it into its own issue.