Skip to content

Commit

Permalink
Fix menu
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Oct 14, 2024
1 parent d3c2f84 commit 898781e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/guides/mssqlserver/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ menu:
identifier: ms-concepts
name: Concepts
parent: guides-mssqlserver
weight: 10
weight: 20
menu_name: docs_{{ .version }}
---
4 changes: 2 additions & 2 deletions docs/guides/mssqlserver/concepts/appbinding.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: AppBinding CRD
menu:
docs_{{ .version }}:
identifier: ms-appbinding-concepts
identifier: ms-concepts-appbinding
name: AppBinding
parent: ms-concepts-mssqlserver
parent: ms-concepts
weight: 20
menu_name: docs_{{ .version }}
section_menu_id: guides
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/mssqlserver/concepts/catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: MSSQLServerVersion CRD
menu:
docs_{{ .version }}:
identifier: ms-catalog-concepts
identifier: ms-concepts-catalog
name: MSSQLServerVersion
parent: ms-concepts-mssqlserver
parent: ms-concepts
weight: 15
menu_name: docs_{{ .version }}
section_menu_id: guides
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/mssqlserver/concepts/mssqlserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ When `deletionPolicy` is `DoNotTerminate`, KubeDB takes advantage of `Validation
Following table show what KubeDB does when you delete MSSQLServer crd for different termination policies,

| Behavior | DoNotTerminate | Halt | Delete | WipeOut |
| ----------------------------------- | :------------: | :------: | :------: | :------: |
|-------------------------------------| :------------: | :------: | :------: | :------: |
| 1. Block Delete operation | &#10003; | &#10007; | &#10007; | &#10007; |
| 2. Delete PetSet | &#10007; | &#10003; | &#10003; | &#10003; |
| 2. Delete PetSet | &#10007; | &#10003; | &#10003; | &#10003; |
| 3. Delete Services | &#10007; | &#10003; | &#10003; | &#10003; |
| 4. Delete PVCs | &#10007; | &#10007; | &#10003; | &#10003; |
| 5. Delete Secrets | &#10007; | &#10007; | &#10007; | &#10003; |
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mssqlserver/quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ menu:
identifier: ms-quickstart-quickstart
name: Overview
parent: ms-quickstart
weight: 15
weight: 10
menu_name: docs_{{ .version }}
section_menu_id: guides
---
Expand Down

0 comments on commit 898781e

Please sign in to comment.