mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
docs: Add Regal docs to OPA site (#7874)
This will show the project under /projects/, where some other upcoming additions will have their docs too. Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com> Co-authored-by: Charlie Egan <charlieegan3@users.noreply.github.com>
This commit is contained in:
+4
-1
@@ -8,7 +8,10 @@ ci:
|
||||
|
||||
.PHONY: dev
|
||||
dev:
|
||||
npx docusaurus start
|
||||
# --no-open means that the browser will not be opened on start.
|
||||
# This is done to avoid opening many tabs repeatedly when editing
|
||||
# docusaurus.config.js.
|
||||
npx docusaurus start --no-open
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user