Skip to content

Commit

Permalink
feedback changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman1905 committed Mar 9, 2025
1 parent 814f43a commit e1754d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ This guide provides a hands-on approach to creating and evaluating a Tirith poli

- Use the Tirith CLI to validate policies against JSON inputs
- Leverage the Tirith JSON provider for extracting and validating data
- Implement error tolerance mechanisms to handle missing or unexpected fields gracefully

## Prerequisites

Expand Down
7 changes: 1 addition & 6 deletions documentation/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
type: "category",
collapsed: true,
label: "Setup Tirith",

items: [
'tirith-installation/quick-installation',
'tirith-installation/developer-mode-installation',
Expand All @@ -19,12 +18,8 @@ module.exports = {
{
type: "category",
collapsed: true,
label: "Tirith Policies",
link: {
type: "doc",
id: "tirith-policies/tirith-create-first-policy",
},
items: [
"tirith-policies/tirith-create-first-policy",
"tirith-policies/tirith-policy-structure",
"tirith-policies/tirith-policy-error-tolerance",
"tirith-policies/tirith-policy-conditions",
Expand Down

0 comments on commit e1754d3

Please sign in to comment.