-
Notifications
You must be signed in to change notification settings - Fork 28
[WIP] enable Sentinel tutorials without requiring them #2569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
heatlikeheatwave
merged 34 commits into
create-sentinel-tutorial
from
zs.add-sentinel-tutorials
Sep 25, 2024
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
cf6c99f
fix lint errors
im2nguyen 836f251
Apply suggestions from code review (Leah)
im2nguyen ba911c2
support sentinel and hcp for neutral icon tiles
zchsh 903686d
make collection fetch theme optional for sentinel
zchsh 2c882ce
add sentinel badge option to avoid render err
zchsh 6d71314
fix issue with missing sentinel collection pages
zchsh f0052e1
Merge branch 'main' into create-sentinel-tutorial
heatlikeheatwave ad9538c
support sentinel and hcp for neutral icon tiles
zchsh 1121c85
make collection fetch theme optional for sentinel
zchsh 3d0c12d
add sentinel badge option to avoid render err
zchsh 434136d
fix issue with missing sentinel collection pages
zchsh 108301b
revert changes to sentinel.json product data
zchsh f02fae4
revert nav item changes
zchsh cad3b7d
Add comment on removing activeProductSlugs
zchsh d8ebadf
re-order productSlugsToNames with sentinel last
zchsh 91b83e5
remove test for order of a constant array
zchsh c579c5b
remove activeProductSlugs, use productSlugs
zchsh 1d4f1f3
expand comment on refactoring productSlugs
zchsh dec8b8e
finish up comments on productSlugs
zchsh ea93b50
fix issue where tutorials page content is assumed
zchsh ebb177c
add comment on theme query option
zchsh e0bf0d3
fix 404 issue on /sentinel/tutorials
zchsh bb9eff2
Fix 404 error for Sentinel tutorials
heatlikeheatwave 26810dd
Merge branch 'zs.add-sentinel-tutorials' of ssh://github.com/hashicor…
im2nguyen 8b5da8f
Merge branch 'main' into zs.add-sentinel-tutorials
im2nguyen 3018c64
working locally
im2nguyen 89e67e5
fix build error, remove waf from branded card
im2nguyen fc287fb
create temp docs landing page
im2nguyen 4bb6ba4
Merge branch 'create-sentinel-tutorial' into zs.add-sentinel-tutorials
heatlikeheatwave d4cb7cf
Update sentinel.json so test passes
heatlikeheatwave cc35424
Remove extra whitespace in product nav items page
heatlikeheatwave 0eb5652
Fix build errors
heatlikeheatwave 8310832
Add 'intro' back to basePaths
heatlikeheatwave e6aa910
Added intro to rootDocsPath
heatlikeheatwave File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"pageSubtitle": "Sentinel is a policy as code tool that lets you control what users of HashiCorp products are allowed to do. It enforces policies proactively, preventing end users from deploying changes that are not allowed.", | ||
"marketingContentBlocks": [ | ||
{ | ||
"type": "card-grid", | ||
"title": "Fundamentals", | ||
"cards": [ | ||
{ | ||
"title": "Policy as Code", | ||
"description": "Understand how policy-as-code can help your organization", | ||
"url": "/sentinel/docs/concepts/policy-as-code" | ||
}, | ||
{ | ||
"title": "Write Sentinel policy", | ||
"description": "Learn the fundamentals to writing Sentinel policies", | ||
"url": "/sentinel/docs/writing" | ||
}, | ||
{ | ||
"description": "Test Sentinel policy", | ||
"title": "Learn how to test your Sentinel policies", | ||
"url": "/sentinel/docs/writing/testing" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "card-grid", | ||
"title": "Integrations", | ||
"description": "Sentinel integrates with HashiCorp products.", | ||
"cards": [ | ||
{ | ||
"title": "Terraform", | ||
"description": "Enforce infrastructure compliance policies with Terraform", | ||
"url": "/sentinel/docs/terraform" | ||
}, | ||
{ | ||
"title": "Vault", | ||
"description": "Implement advanced access control policies within Vault", | ||
"url": "/sentinel/docs/terraform" | ||
}, | ||
{ | ||
"title": "Consul", | ||
"description": "Create service mesh governance rules within Consul", | ||
"url": "/sentinel/docs/terraform" | ||
} | ||
] | ||
} | ||
] | ||
} |
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
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.