ykosaraju / enterprise-docs

Source for the Anchore Enteprise Docs site

Home Page:https://docs.anchore.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enterprise Documentation

This is the repository for the Anchore Enterprise Documentation site.

Filing Bugs/Issues:

See Issues

Contributing

See Contributing for the DCO and sign-off information. In short, sign all commits with 'Signed-of-by X' with git commit -s.

Making Changes/Contribution Workflow

  1. Fork the repository

  2. Install hugo-extended, this is necessary because the docsy theme uses some scss functionality only in the extended version.

  3. Install 'postcss-cli' and 'autoprefixer' using npm: npm install

  4. Clone the forked repo locally, with submodules to ensure the theme is available: git clone --recurse-submodules https://github.com/<your_repo>

  5. Run hugo for local debugging/dev: cd enterprise-docs ; hugo server

  6. Make changes

  7. Commit and push

  8. Open PR to github.com/anchore/enterprise-docs for merge to master

About

Source for the Anchore Enteprise Docs site

https://docs.anchore.com

License:Apache License 2.0


Languages

Language:HTML 69.2%Language:CSS 24.8%Language:Shell 6.0%