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

Use the Docusaurus format for Details #53009

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ptgott
Copy link
Contributor

@ptgott ptgott commented Mar 12, 2025

See gravitational/docs-website#91

Docusaurus uses semantic HTML tags instead of a custom Details component. Replace instances of our Details component with the <details> and <summary> tags so we do not need to perform a conversion when building the docs website.

Copy link

github-actions bot commented Mar 12, 2025

Amplify deployment status

Branch Commit Job ID Status Preview Updated (UTC)
paul.gottschling/2025-03-12-details d8237c2 3 ✅SUCCEED paul-gottschling-2025-03-12-details 2025-03-12 19:23:17

@ptgott ptgott force-pushed the paul.gottschling/2025-03-12-details branch from 72def4e to 1e39316 Compare March 12, 2025 19:01
See gravitational/docs-website#91

Docusaurus uses semantic HTML tags instead of a custom Details
component. Replace instances of our Details component with the
`<details>` and `<summary>` tags so we do not need to perform a
conversion when building the docs website.
@ptgott ptgott force-pushed the paul.gottschling/2025-03-12-details branch from 1e39316 to d8237c2 Compare March 12, 2025 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants