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

Add ESC TypeScript & Python SDK API reference docs #11957

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 4, 2024

  1. Python API docs: Avoid cross-referencing pulumi_terraform docs

    I noticed when generating Python API reference docs locally, it was replacing references to `Any` in the main `pulumi` docs with a cross link to an `Any` type from `pulumi_terraform`, which is not what we want.
    
    Using `:noindex:` appears to solve the problem. We don't list `pulumi_terraform` in the main index anyway--you can only get to it from the link to it on the Python language page. And, these `pulumi_terraform` docs should eventually go away and be moved into the registry anyway, if/when that package is schematized.
    justinvp committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cfda010 View commit details
    Browse the repository at this point in the history
  2. Regenerate

    justinvp committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6b0c33b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66572fc View commit details
    Browse the repository at this point in the history
  4. Regenerate

    justinvp committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c27952f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56802da View commit details
    Browse the repository at this point in the history
  6. Regenerate

    justinvp committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a89452f View commit details
    Browse the repository at this point in the history