Skip to content

Commit

Permalink
Fixed nav
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Mar 17, 2024
1 parent 17f7c98 commit 7f80d40
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
1 change: 1 addition & 0 deletions docs/docs/commands/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
id: commands-index
title: Maester PowerShell commands
sidebar_class_name: powershell
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
id: eidsca-overview
title: Entra ID - Security Config Analyzer Tests
sidebar_label: Entra ID SCA Tests
description: Overview of the Entra ID Security Config Analyzer tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
id: maester-overview
title: Maester Tests
description: Overview of the Maester tests
---
Expand Down
15 changes: 2 additions & 13 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,21 @@ const sidebars = {
type: "category",
label: "Test Reference",
collapsed: false,
collapsible: false,
items: [
"tests/overview",
{
type: "category",
label: "Maester",
collapsed: false,
collapsible: false,
items: [
"tests/maester-overview",
{ type: "autogenerated", dirName: "tests/maester" },
],
items: [{ type: "autogenerated", dirName: "tests/maester" }],
},
{
type: "category",
label: "Entra ID SCA",
collapsed: false,
collapsible: false,
items: [
{
type: "doc",
id: "tests/eidsca-overview",
},
{ type: "autogenerated", dirName: "tests/eidsca" },
],
items: [{ type: "autogenerated", dirName: "tests/eidsca" }],
},
],
},
Expand All @@ -57,7 +47,6 @@ const sidebars = {
type: "category",
label: "Command Reference",
collapsed: false,
collapsible: false,
items: [{ type: "autogenerated", dirName: "commands" }],
},
],
Expand Down

0 comments on commit 7f80d40

Please sign in to comment.