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:
Charlie Egan
2025-09-02 16:41:06 +01:00
committed by GitHub
parent 7c8f1663e5
commit 5951e5dee8
176 changed files with 9560 additions and 2 deletions
+4 -1
View File
@@ -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: