Files
releases/docs/package.json
Charlie Egan 087f942f25 docs: Update based on slack feedback (#7990)
* docs: Update policy-reference page with intro

I hope this addresses some of the pain shared in:
https://openpolicyagent.slack.com/archives/C08V59T3NAF/p1761232592164519

Signed-off-by: Charlie Egan <charlie_egan@apple.com>

* docs: Revise server, net, port diagram

We had some valid feedback that this was disjointed with the following
text.

https://openpolicyagent.slack.com/archives/C08V59T3NAF/p1761298015276409

Signed-off-by: Charlie Egan <charlie_egan@apple.com>

* docs: Correct typo in keyword link

Signed-off-by: Charlie Egan <charlie_egan@apple.com>

---------

Signed-off-by: Charlie Egan <charlie_egan@apple.com>
2025-10-29 10:58:16 +00:00

31 lines
793 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.9.2",
"@docusaurus/plugin-content-docs": "^3.9.2",
"@docusaurus/plugin-google-gtag": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@docusaurus/theme-mermaid": "^3.9.2",
"@easyops-cn/docusaurus-search-local": "^0.49.2",
"@iconify/react": "^6.0.0",
"@mermaid-js/layout-elk": "^0.1.9",
"docusaurus-lunr-search": "^3.6.0",
"glob": "^11.0.3",
"md-front-matter": "^1.0.4",
"raw-loader": "^4.0.2",
"react-markdown": "^10.1.0"
},
"engines": {
"node": ">=22.0.0"
}
}