Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Update docs references and site generation working
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Hill <zach@anchore.com>
  • Loading branch information
zhill authored and zburstein committed Dec 15, 2020
1 parent 85eb1af commit 7aec183
Show file tree
Hide file tree
Showing 15 changed files with 3,613 additions and 786 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ tags
# Docs npms
docs/node_modules/
docs/public

docs/resources/_gen
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = ""
baseURL = "engine.anchore.io"
title = "Anchore Engine"

enableRobotsTXT = true
Expand Down
63 changes: 63 additions & 0 deletions docs/content/_index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
+++
title = "Enterprise Documentation"
linkTitle = "Anchore Enterprise Documentation"
+++

{{< blocks/cover title="Anchore Container Analysis" subtitle="Welcome to the Anchore Docs! Ready to get started?" image-anchor="top" height="med" color="dark" >}}
<div class="mx-auto">
<a class="btn btn-lg btn-secondary mr-3 mt-3 mb-3" href="{{< ref "docs/quickstart" >}}">
Quick Start
</a>
<a class="btn btn-lg btn-primary mr-3 mt-3 mb-3" href="{{< ref "docs" >}}">
Start Reading
</a>
</div>
{{< /blocks/cover >}}

{{% blocks/section title="Integrations" subtitle="Integrate Anchore with your favorite CI/CD Systems, Orchestration Platforms, and more" color="primary" %}}

{{% blocks/feature svg="icons/kubernetes-logo.svg" title="Kubernetes" %}}
Install Anchore Engine using the [Helm Chart](https://github.com/anchore/anchore-charts/blob/master/stable/anchore-engine) and make admission decisions based on analysis and policy-based evaluations with our [Kubernetes Admission Controller](https://github.com/anchore/kubernetes-admission-controller)
{{% /blocks/feature %}}

{{% blocks/feature svg="icons/jenkins-logo.svg" title="Jenkins" %}}
Integrate Anchore Engine seamlessly into your container based CI/CD pipeline with our [Jenkins Plugin](https://plugins.jenkins.io/anchore-container-scanner) to include compliance, results visualizations, and reports to your workflow
{{% /blocks/feature %}}

{{% blocks/feature svg="icons/circleci-logo.svg" title="CircleCI" %}}
Import our Partner-certified [CircleCI Orb](https://circleci.com/orbs/registry/orb/anchore/anchore-engine) to add Anchore Engine scanning to your CircleCI builds and automate policy-based compliance in your container deployments
{{% /blocks/feature %}}

{{% /blocks/section %}}

{{% blocks/section title="Related Content" subtitle="Browse our various projects, import pre-made policies, and start deploying secure containers with Anchore" color="white" %}}

{{% blocks/feature iconFormat="square" icon="fas fa-terminal" title="Anchore CLI" %}}
The [Open-Source CLI](https://github.com/anchore/anchore-cli) for Anchore Engine to manage and inspect images, policies, subscriptions, and registries
{{% /blocks/feature %}}

{{% blocks/feature iconFormat="square" icon="fas fa-comments" title="Anchore Policy Hub" %}}
View, list and import pre-made security, compliance and best-practices policies hosted on the publicly available [Anchore Policy Hub](https://github.com/anchore/hub)
{{% /blocks/feature %}}

{{% blocks/feature iconFormat="square" icon="fab fa-docker" title="Docker Images" %}}
Browse our team’s collection of container images on [Docker Hub](https://hub.docker.com/r/anchore) and get up and running with [Anchore Engine](https://hub.docker.com/r/anchore/anchore-engine) today
{{% /blocks/feature %}}

{{< /blocks/section >}}

{{< blocks/section title="Join our Community" subtitle="Ask questions, engage with Anchore users, contribute code, and let us know what you think" color="primary">}}

{{% blocks/feature svg="icons/slack-logo.svg" title="Slack" %}}
Join our [Slack](https://anchore.com/slack) channel and chat live with members of the Anchore community
{{% /blocks/feature %}}

{{% blocks/feature icon="fab fa-github" title="GitHub" %}}
Browse the source code for [Anchore Engine](https://github.com/anchore/anchore-engine) and feel free to contribute via [Pull Request](https://github.com/anchore/anchore-engine/pulls)
{{% /blocks/feature %}}

{{% blocks/feature svg="icons/twitter-logo.svg" title="Twitter" %}}
Follow us on [Twitter](https://twitter.com/anchore) for announcements of latest updates and features on everything Anchore
{{% /blocks/feature %}}

{{< /blocks/section >}}
6 changes: 2 additions & 4 deletions docs/content/docs/data_privacy/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ linkTitle: "Data Privacy"
weight: 8
---

The Anchore Engine is designed to run locally and does not share any data with Anchore Inc. or any third party.
Anchore Engine is designed to run locally and does not share any data with Anchore Inc. or any third party.

The Anchore Engine will download vulnerability and other feed data from Anchore's service hosted at ancho.re, however no data from your deployment of anchore-engine is uploaded to Anchore.

See [Anchore Feeds Overview]({{< ref "/docs/general/overview/feeds" >}}) for details on the data feeds that are available for download.
Anchore Engine will download vulnerability and other feed data from Anchore's service hosted at ancho.re, however no data from your deployment of anchore-engine is uploaded to Anchore.
8 changes: 4 additions & 4 deletions docs/content/docs/general/concepts/analysis_archive/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ growth in a busy system.

The Analysis Archive extends the object store even further by providing a system-managed way to move an image analysis
and all of its related data (policy evaluations, tags, annotations, etc) and moving it to a location outside of the main
set of images such that it consumes much less storage in the database when using an object store, perserves the last
set of images such that it consumes much less storage in the database when using an object store, preserves the last
state of the image, and supports moving it back into the main image set if it is needed in the future without requiring
that the image itself be reanalzyed--restoring from the archive does not require the actual docker image to exist at all.

Expand Down Expand Up @@ -162,13 +162,13 @@ manage the rules that control automatic transitions. For more information see th

### Archiving an Image Analysis

See: [Archiving an Image]({{< ref "/docs/using/cli_usage/analysis_archive#archiving-images" >}})
See: [Archiving an Image]({{< ref "/docs/usage/cli_usage/analysis_archive#archiving-images" >}})

### Restoring an Image Analysis

See: [Restoring an Image]({{< ref "/docs/using/cli_usage/analysis_archive#restoring-images" >}})
See: [Restoring an Image]({{< ref "/docs/usage/cli_usage/analysis_archive#restoring-images" >}})

### Managing Archive Rules

See: [Working with Archive Rules]({{< ref "/docs/using/cli_usage/analysis_archive#rules" >}})
See: [Working with Archive Rules]({{< ref "/docs/usage/cli_usage/analysis_archive#rules" >}})

Loading

0 comments on commit 7aec183

Please sign in to comment.