Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide documentation for in-app feedback #1245

Merged
merged 3 commits into from Sep 30, 2022

Commits on Sep 28, 2022

  1. Hide documentation for in-app feedback

    to be reverted once the feature is launched
    kaibolay committed Sep 28, 2022
    Copy the full SHA
    e508444 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Use @Alpha instead of @internal

    @internal: typescript tag. Removes the function entirely out of build output.
    @Alpha: api-extractor tag used for reference doc generation. Keeps the function in build output allowing us to test it. No reference doc will be generated
    kaibolay committed Sep 30, 2022
    Copy the full SHA
    c25b1b9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    645b9f8 View commit details
    Browse the repository at this point in the history