docs: Move code example data inside the PlaygroundComponent#7724
Merged
charlieegan3 merged 2 commits intoopen-policy-agent:mainfrom Jun 25, 2025
Merged
docs: Move code example data inside the PlaygroundComponent#7724charlieegan3 merged 2 commits intoopen-policy-agent:mainfrom
charlieegan3 merged 2 commits intoopen-policy-agent:mainfrom
Conversation
✅ Deploy Preview for openpolicyagent ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
8379c76 to
ac8df46
Compare
Contributor
charlieegan3
left a comment
There was a problem hiding this comment.
This is looking great, having all the example text in the example config dirs makes it easier for us to show them off in more interesting ways. We're nearly there on the styles here. I like how it it looks, just some minor bugs to iron out.
ac8df46 to
95c3fac
Compare
2be008c to
534a98a
Compare
470286e to
92f18f1
Compare
92f18f1 to
e94bd8d
Compare
e3b74f9 to
90bdaf3
Compare
ebefa52 to
a95eebc
Compare
Signed-off-by: Telumiel <skye@skyenet.app>
Signed-off-by: Telumiel <skye@skyenet.app>
a95eebc to
c4afe02
Compare
charlieegan3
approved these changes
Jun 25, 2025
Contributor
charlieegan3
left a comment
There was a problem hiding this comment.
Fantastic! thanks for getting all of these examples nicely defined in the same way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why the changes in this PR are needed?
These changes makes it easier to use an example in multiple places since the explanations and titles have been moved inside the component using the already existing intro and title attributes.
What are the changes in this PR?
Restructuring of the policy ref docs and adding collapsible playground examples that are currently disabled
Related to #7684