mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-27 18:55:54 -06:00
680b786fe0
Fixes #3784. Includes: - Minor design changes to make it look good - Padding is reduced by 1rem on the top to remove extra spacing Signed-off-by: Avinash Desireddy <avinashr.desireddy@gmail.com>
53 lines
1.5 KiB
TOML
53 lines
1.5 KiB
TOML
title = "Open Policy Agent"
|
|
baseURL = "https://openpolicyagent.org"
|
|
languageCode = "en"
|
|
disableKinds = ["taxonomy", "taxonomyTerm"]
|
|
googleAnalytics = "UA-84550302-1"
|
|
|
|
pygmentsCodeFences = true
|
|
pygmentsUseClasses = false
|
|
pygmentsStyle = "tango"
|
|
pygmentsGuessSyntax = true
|
|
|
|
# Don't try and render the code snippets as html pages
|
|
# the are loaded via shortcode helpers.
|
|
ignorefiles = [ "/docs/v.*/code/.*" ]
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[params]
|
|
description = "Policy-based control for cloud native environments"
|
|
tagline = "Empower your administrators with flexible, fine-grained control across your entire stack."
|
|
algolia_api_key = "26fa0633923a7cb9432cf2851b77dca6"
|
|
GithubEdit = "https://github.com/open-policy-agent/opa/edit/main/docs/content/"
|
|
|
|
[params.social]
|
|
twitter = "OpenPolicyAgent"
|
|
medium = "https://blog.openpolicyagent.org"
|
|
slack = "https://slack.openpolicyagent.org"
|
|
github = "https://github.com/open-policy-agent/opa"
|
|
discussions = "https://github.com/open-policy-agent/feedback/discussions"
|
|
|
|
[params.logos]
|
|
sidebar = "/img/logos/opa-horizontal-color.png"
|
|
navbar = "/img/logos/opa-icon-white.png"
|
|
|
|
[params.ui]
|
|
[params.ui.feedback]
|
|
# Requires googleAnalytics to be set to track feedback events
|
|
# Set hide_feedback: true in a page's front matter to disable feedback for that page
|
|
enable = true
|
|
|
|
[mediaTypes."text/netlify"]
|
|
delimiter = ""
|
|
|
|
[outputFormats.REDIRECTS]
|
|
mediaType = "text/netlify"
|
|
baseName = "_redirects"
|
|
|
|
[outputs]
|
|
home = ["HTML", "REDIRECTS"]
|