Add "What is Chainguard?" Get Started overview - #3649
Open
SharpRake wants to merge 1 commit into
Open
Conversation
…rd-doc Signed-off-by: Mark Drake <mark@chainguard.dev>
✅ Deploy Preview for ornate-narwhal-088216 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
matthewhelmke
left a comment
Collaborator
There was a problem hiding this comment.
One comment that I think is really worth leaning into. Otherwise, this LGTM.
Comment on lines
+19
to
+26
| ## What Chainguard offers | ||
|
|
||
| Chainguard rebuilds open source software into products you can adopt directly, depending on how you consume dependencies: | ||
|
|
||
| - **[Chainguard Containers](/chainguard/chainguard-images/overview/)** are minimal, hardened container images. Following a distroless philosophy, each image includes only your application and its essential runtime dependencies, minimizing the overall attack surface. This minimalism is a large part of why they carry [low-to-no CVEs](/chainguard/chainguard-images/about/zerocve/). | ||
| - **[Chainguard Libraries](/chainguard/libraries/overview/)** bring the same approach to language dependencies. They're drop-in replacements for open source packages in the Java, Python, and JavaScript ecosystems, rebuilt from verified sources and continuously monitored. | ||
|
|
||
| You pull Chainguard Containers and Libraries from a single, policy-aware endpoint, the [Chainguard Repository](/chainguard/chainguard-repository/overview/). |
Collaborator
There was a problem hiding this comment.
I suspect marketing will be disappointed that this section only covers two things that Chainguard offers. While we probably don't need to cover everything here that is listed under Products in the sidebar, it's probably a good idea to mention them in some way. Even a quick "among other offerings, see the list of products in the sidebar" or similar would likely prevent some unhappiness and spread some awareness.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[ ] Check if this is a typo or other quick fix and ignore the rest :)
Type of change
New Content
What should this PR do?
resolves https://linear.app/chainguard/issue/DOCS-59/docs-new-what-is-chainguard-doc
Adds a high-level "What is Chainguard?" overview that introduces the problem Chainguard solves, its products, the Factory that builds them, and where to go next.
Why are we making this change?
Chainguard Academy lacked a single, high-level entry point that explains what Chainguard is before sending readers into product-specific guides. This doc gives newcomers that orientation and becomes the recommended first stop from the Get Started landing page.
What are the acceptance criteria?
/get-started/what-is-chainguard/with correct front matter and weightingHow should this PR be tested?
Any documentation published to Chainguard Academy is reviewed carefully for accuracy. GUI procedures, API commands, and CLI code snippets in a draft are run and tested thoroughly — by both the author and the reviewer — to confirm they work exactly as written. This helps ensure that readers can follow along and get the same results. See the
edurepo's README./get-started/what-is-chainguard/and verify the overview, product sections, and "Where to go next" links