INNER CODE UNIT · JavaScript

HomepageFeatures

open-policy-agent/gatekeeper · website/src/pages/index.js:137

function HomepageFeatures() {
  return (
    <section className={styles.features}>
      <div className="container">
        <div className="row">
          {FeatureList.map((props, idx) => (
            <Feature key={idx} {...props} />
          ))}
        </div>
      </div>
    </section>
  );
}

const Services = [
  {
    thumbnail: 'img/azure.png',
    name: 'Azure Policy for Kubernetes',

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…