mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-15 12:52:44 -06:00
7ef72c191b
The goal is to have the Kubernetes admission control content organized into one section. This should make it easier to incorporate Gatekeeper content in the future. Since the layouts are not versioned the layout logic had to be enhanced to filter out sections that have no content for the current version. Doing a semantic version comparison was considered but it was unclear how to implement that properly within the Hugo template system. Since it's unlikely that we will want to ever display empty sections this approach seems fine. Signed-off-by: Torin Sandall <torinsandall@gmail.com>