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

k8s reference code generates malformed JSX #174

Closed
desimone opened this issue Nov 28, 2022 · 1 comment
Closed

k8s reference code generates malformed JSX #174

desimone opened this issue Nov 28, 2022 · 1 comment

Comments

@desimone
Copy link
Collaborator

What's incorrect or missing

The new kubernetes reference table generates invalid HTML / JSX>

What's the resolution?

Expected corresponding JSX closing tag for <tbody>. (187:3)
  185 |   </tbody>
  186 | `}</code></pre>
> 187 |    </table>
      |    ^
  188 | <h3 {...{"id":"cookie"}}><inlineCode parentName="h3">{`cookie`}</inlineCode></h3>
  189 | <p>{`Cookie defines Pomerium session cookie options.`}</p>
  190 | <table>

https://github.com/pomerium/documentation/blob/7ab684bdd24d179eca59d1e3cb04c7edd9aa9fc8/content/docs/deploying/k8s/reference.md

Related

#171

desimone added a commit that referenced this issue Nov 29, 2022
- REmoved reference.md for k8s until fixed #174

Signed-off-by: Bobby DeSimone <[email protected]>
@wasaga wasaga assigned desimone and unassigned wasaga Dec 5, 2022
@wasaga
Copy link
Contributor

wasaga commented Dec 5, 2022

I don't see anything like that error.

@wasaga wasaga closed this as completed Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants