mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-14 12:22:51 -06:00
d6b5659856
Some things added on this branch: - icons and client logos at known paths - some spam redirects - some redirects for docs/latest/foo /docs/foo - redirects for the two ‘moved’ pages (k8s and envoy intros) I am going to be monitoring the traffic this week on Netlify to make sure we have a good coverage with redirects where needed. We also now prompt users to file issues directly from the 404 pages which should help flag things we miss too.
27 lines
642 B
JSON
27 lines
642 B
JSON
{
|
|
"name": "OPA Website",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.7.0",
|
|
"@docusaurus/plugin-google-gtag": "^3.7.0",
|
|
"@docusaurus/preset-classic": "^3.7.0",
|
|
"@easyops-cn/docusaurus-search-local": "^0.49.2",
|
|
"docusaurus-lunr-search": "^3.6.0",
|
|
"md-front-matter": "^1.0.4",
|
|
"raw-loader": "^4.0.2",
|
|
"react-markdown": "^10.1.0",
|
|
"styled-components": "^6.1.18"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
}
|
|
}
|