forked from open-policy-agent/opa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update dev instructions and make targets
This updates the Makefile targets to remove the hugo-only options for development, as well as clarifying/simplifying the requirements for a dev environment. There are now really two options: just look at the markdown preview with your editor/ide, or install the tools locally and deploy the full site. We can likely improve the dev experience some more (would be nice to get back to the live content updating dev experience) but for now this should help remove some confusion about how to build and run the site. Signed-off-by: Patrick East <[email protected]>
- Loading branch information
1 parent
db030e0
commit 1ebe25d
Showing
3 changed files
with
72 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,6 @@ ast-fuzzer.a | |
|
||
# runtime artifacts | ||
policies | ||
|
||
# Local Netlify folder | ||
.netlify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters