Skip to content

Commit

Permalink
updated the intro page
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman1905 committed Sep 18, 2024
1 parent 7b4c66e commit f0d8e7a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 36 deletions.
15 changes: 14 additions & 1 deletion documentation/docs/getting-started-with-tirith.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,17 @@ import TabItem from '@theme/TabItem';
"item": "https://www.lambdatest.com/support/docs/getting-started-with-tirith/"
}]
})
}}></script>
}}></script>
Tirith is a robust policy framework designed to automate and enforce security, governance, and compliance across infrastructure-as-code (IaC) platforms like Terraform, CloudFormation, and Kubernetes. It simplifies policy creation and management, ensuring infrastructure adheres to industry regulations and best practices.

## Key Benefits of Tirith

- **Centralized Policy Management :** Tirith offers a unified platform for centralized policy management, reducing duplication and streamlining governance across multiple infrastructures and environments. This ensures consistent application of policies, regardless of the platform being used.

- **Simplified Policy Creation :** Tirith’s [intuitive, no-code interface](https://tirith-policy-builder.vercel.app/) and declarative language simplify policy authoring, enabling users to define and manage policies effortlessly. This removes the need for deep technical expertise, allowing teams to quickly align with evolving regulatory requirements.

- **Proactive Compliance Enforcement :** With seamless CI/CD pipeline integration, Tirith proactively enforces compliance by running pre-deployment checks. This ensures non-compliant infrastructure configurations are detected and resolved before deployment, enhancing operational efficiency.

- **Integration with Popular Tools :** Tirith integrates with popular infrastructure-as-code (IaC) tools like Terraform, CloudFormation, and Kubernetes, making it easy to incorporate into your existing workflows.

- **Enhanced Security :** By enforcing consistent policies across your infrastructure, Tirith helps to reduce the risk of security vulnerabilities and compliance violations.
60 changes: 25 additions & 35 deletions documentation/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,41 +1,31 @@
module.exports = {
TirithSidebar: [
{
type: "link",
label: "← Back",
href: "/",
customProps: {
className: "back-to-main-menu",
},
type: "doc",
label: "Getting Started",
id: "getting-started-with-tirith",
},
{
type: "category",
collapsed: true,
label: "Installation",
items: [
"install-tirith-on-linux",
"install-tirith-on-windows",
"install-tirith-on-mac"
]
},
{
type: "category",
collapsed: true,
label: "Tirith Policies",
items: [
"tirith-policy-structure",
"tirith-policy-error-tolerance",
"tirith-policy-conditions",
"tirith-policy-variables",
"tirith-policy-examples"
]
},
[
{
type: "doc",
label: "Getting Started",
id: "getting-started-with-tirith",
},
{
type: "category",
collapsed: true,
label: "Installation",
items: [
"install-tirith-on-linux",
"install-tirith-on-windows",
"install-tirith-on-mac"
]
},
{
type: "category",
collapsed: true,
label: "Tirith Policies",
items: [
"tirith-policy-structure",
"tirith-policy-error-tolerance",
"tirith-policy-conditions",
"tirith-policy-variables",
"tirith-policy-examples"
]
},
],
],
};

0 comments on commit f0d8e7a

Please sign in to comment.