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

website: add playground button to navbar #4622

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/website/layouts/partials/docs/navbar.html
Expand Up @@ -120,6 +120,12 @@
</p>
</div>

<div class="navbar-item">
<a class="button is-success has-text-weight-semibold" href="https://play.openpolicyagent.org/" target="_blank" title="Playground">
Playground
</a>
</div>

<a class="navbar-item" href="{{ $github }}" target="_blank" title="GitHub">
<span class="icon has-text-white-bis">
<i class="fab fa-github"></i>
Expand Down