mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
ce9a6e0c9a
These changes just update the build process for the new front page. As part of these changes, the build should now be run under the host user account instead of as root (this fixes the issue for site build artifacts being owned by root.) To make that work the gitbook and npm directories used by the docs build process need to be located under the root directory so that they're writable by the user. With these changes, the first time you build the site locally gitbook needs to be installed but after that it's cached locally in the .gitbook directory (so subsequent builds are fast when coupled with the vendored node_modules for the gitbook plugins). Signed-off-by: Torin Sandall <torinsandall@gmail.com>
20 lines
191 B
Plaintext
20 lines
191 B
Plaintext
# development environment
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
|
|
# build artifacts
|
|
coverage
|
|
opa_*
|
|
.Dockerfile_*
|
|
_release
|
|
wasm/_obj
|
|
_test
|
|
site.tar.gz
|
|
policy.wasm
|
|
.npm
|
|
.gitbook
|
|
|
|
# runtime artifacts
|
|
policies
|