Skip to content

Commit

Permalink
website/frontpage: update Learn More links (open-policy-agent#5462)
Browse files Browse the repository at this point in the history
Update the Learn More links section on the OPA website frontpage:

* Add OPA GitHub button
* Fix VS Code button text
* Fix HTML alignment of button elements

Signed-off-by: Paul Foryt <[email protected]>
  • Loading branch information
pauly4it authored Dec 9, 2022
1 parent cc3e6d8 commit cac3f1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1612,9 +1612,10 @@ <h4>CLI and REPL for complete control</h4>
<div class="col-12 mt-2">
<div class="mt-4" style="font-weight:600"><label>Learn More</label></div>
<div class="mt-2">
<a href="https://marketplace.visualstudio.com/items?itemName=tsandall.opa" class="btn btn-primary more-link" target="_blank">VScode</a>
<a href="https://play.openpolicyagent.org/" class="btn btn-primary more-link" target="_blank">Rego Playground</a>
<a href="./docs/{{ $latest }}/#running-opa" class="btn btn-primary more-link" target="_blank">General Tooling</a>
<a href="https://marketplace.visualstudio.com/items?itemName=tsandall.opa" class="btn btn-primary more-link" target="_blank">VS Code</a>
<a href="https://play.openpolicyagent.org/" class="btn btn-primary more-link" target="_blank">Rego Playground</a>
<a href="./docs/{{ $latest }}/#running-opa" class="btn btn-primary more-link" target="_blank">General Tooling</a>
<a href="https://github.com/open-policy-agent" class="btn btn-primary more-link" target="_blank">OPA GitHub</a>
</div>
</div>
</div>
Expand Down

0 comments on commit cac3f1d

Please sign in to comment.