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 installation docs #114

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

guineveresaenger
Copy link
Contributor

Part of https://github.com/pulumi/home/issues/3598.

BLOCKED awaiting changes in bridge.

  • Add automation
  • First stab at docs
  • Removing bogus whitespace results in no bogus extra frontmatter
  • Table renders correctly
  • Fix table rendering

Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

guineveresaenger added a commit to pulumi/pulumi-terraform-bridge that referenced this pull request Nov 19, 2024
This pull request does a couple of things:

- Implement a render function for each subset of Table
- Expand the `tableRenderer` struct to hold state
- initialize a separate Renderer for the table renderer, since the logic
for cell rendering calls back into the outer renderer and trying to use
the same renderer lost track of content.
- add tests to reflect a table in the middle of a document to ensure
text after the table continues to get rendered
- ad an overall doc test that contains a table.

PR using this change: pulumi/pulumi-sdwan#114
Fixes #2466
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant