Skip to content

[Bug]: overlay docs is missing changelog and api tab content #5516

Closed
@nikkimk

Description

@nikkimk
Contributor

Code of conduct

  • I agree to follow this project's code of conduct.

Impacted component(s)

overlay

Expected behavior

Overlay should have API and changelog docs

Actual behavior

  1. Go to https://opensource.adobe.com/spectrum-web-components/components/overlay/api and no API docs
  2. Go to https://opensource.adobe.com/spectrum-web-components/components/overlay/changelog and no changelog docs

Screenshots

No response

What browsers are you seeing the problem in?

No response

How can we reproduce this issue?

  1. Go to https://opensource.adobe.com/spectrum-web-components/components/overlay/api and expect to see API docs
  2. Go to https://opensource.adobe.com/spectrum-web-components/components/overlay/changelog and expect to see changelog docs

Sample code or abstract reproduction which illustrates the problem

At line 274 of the README there is an extra set of open tabs in the docs overview

<sp-tabs selected="type" auto label="Type attribute options">
<sp-tab value="type">type</sp-tab>
<sp-tab-panel value="type">

The `type` of an Overlay outlines a number of things about the interaction model within which it works:

<sp-tabs selected="modal" auto label="Type attribute options">
<sp-tab value="modal">Modal</sp-tab>
<sp-tab-panel value="modal">

which should be:


The `type` of an Overlay outlines a number of things about the interaction model within which it works:

<sp-tabs selected="modal" auto label="Type attribute options">
<sp-tab value="modal">Modal</sp-tab>
<sp-tab-panel value="modal">

Severity

SEV 2

Logs taken while reproducing problem

No response

Would you like to track this issue in Jira?

  • Yes, please tell me the ticket number!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @nikkimk

      Issue actions

        [Bug]: overlay docs is missing changelog and api tab content · Issue #5516 · adobe/spectrum-web-components