Skip to content

website docs stale #562

Description

@tworkman08

Describe the bug

Website docs are serving documentation from 0.4.12 still. The getting started guide advises users to use visibility: passive, which was removed in PR #531 and changed to embeddedVisibility: //.... The docs in the repo are up to date and corrected with the breaking change, but it looks like the website needs to be regenerated.

While the tool remains experimental, the Getting Started guide is often a first entry point for those exploring the tool and should reflect current information as best as possible.

export default defineConfig({ plugins: [ DevTools({ visibility: 'passive', }), ], })

Reproduction

Clear Browser Cache, navigate to https://devtools.vite.dev/guide/, observe discrepancy.

System Info

n/a

Used Package Manager

n/a

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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