This is the repository for the Anchore Enterprise Documentation site.
See Issues
See Contributing for the DCO and sign-off information. In short, sign all
commits with 'Signed-of-by X' with git commit -s
.
-
Fork the repository
-
Install hugo-extended, this is necessary because the docsy theme uses some scss functionality only in the extended version.
-
Install 'postcss-cli' and 'autoprefixer' using npm:
npm install
-
Clone the forked repo locally, with submodules to ensure the theme is available:
git clone --recurse-submodules https://github.com/<your_repo>
-
Run hugo for local debugging/dev:
cd enterprise-docs ; hugo server
-
Make changes
-
Commit and push
-
Open PR to github.com/anchore/enterprise-docs for merge to master