Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 14 additions & 16 deletions app/docs/src/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,12 @@ export default withMermaid(defineConfig({
collapsed: false,
items: [
{
text: "AWS VPC",
collapsed: false,
items: [
{
text: "AI Agent",
link: "/how-tos/aws-vpc-ai-agent",
},
{
text: "CLI or Web Application",
link: "/how-tos/aws-vpc-cli-web-application",
},
],
text: "AWS VPC via AI Agent",
link: "/how-tos/aws-vpc-ai-agent",
},
{
text: "AWS VPC via CLI or Web Application",
link: "/how-tos/aws-vpc-cli-web-application",
},
{
text: "AWS Service Control Policy for Cost Control",
Expand All @@ -130,14 +124,18 @@ export default withMermaid(defineConfig({
text: "Create Templates",
link: "/how-tos/create-templates",
},
{
text: "Use the Public API",
link: "/how-tos/use-public-api",
},
{
text: "Deploy an Application to Azure Container Apps",
link: "/how-tos/azure-container-apps",
},
{
text: "Evaluate Policy",
link: "/how-tos/evaluate-policy",
},
{
text: "Use the Public API",
link: "/how-tos/use-public-api",
},
],
},
{
Expand Down
6 changes: 6 additions & 0 deletions app/docs/src/explanation/policy-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ See the [AWS Service Control Policy for Cost Control](../how-tos/aws-scp-policy)

**Use case**: When you need to demonstrate compliance with regulatory requirements or internal security standards. The AI agent evaluates your actual deployed infrastructure and generates reports showing which controls are met and which require attention.

:::info

See the [Evaluate Policy](../how-tos/evaluate-policy) "how-to" for a step-by-step guide on writing and evaluating policy with System Initiative.

:::

## How the Layers Work Together

These three policy layers complement each other to provide defense in depth:
Expand Down
Loading