Skip to content

Commit a46db1d

Browse files
authored
fix(gen): fix navigation formatting (#5413)
* fix(gen): fix navigation formatting * fix(km): fix navigation * fix(km): fix navigation
1 parent a85eae0 commit a46db1d

File tree

1 file changed

+8
-52
lines changed

1 file changed

+8
-52
lines changed

menu/navigation.json

Lines changed: 8 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,14 @@
563563
{
564564
"label": "Encrypting and decrypting data streams with Streaming AEAD, Tink and Key Manager",
565565
"slug": "encrypt-decrypt-keys-with-streaming-aead-tink"
566+
},
567+
{
568+
"label": "Encrypting and decrypting data with an asymmetric key",
569+
"slug": "encrypt-decrypt-asymmetric-key-with-go-sdk"
570+
},
571+
{
572+
"label": "Managing signatures using the Scaleway Go SDK and Key Manager",
573+
"slug": "sign-verify-key-with-go-sdk"
566574
}
567575
],
568576
"label": "API/CLI",
@@ -857,58 +865,6 @@
857865
"slug": "adding-ai-to-vscode-using-continue"
858866
},
859867
{
860-
"label": "Encrypting and decrypting data streams with Streaming AEAD, Tink and Key Manager",
861-
"slug": "encrypt-decrypt-keys-with-streaming-aead-tink"
862-
},
863-
{
864-
"label": "Encrypting and decrypting data with an asymmetric key",
865-
"slug": "encrypt-decrypt-asymmetric-key-with-go-sdk"
866-
},
867-
{
868-
"label": "Managing signatures using the Scaleway Go SDK and Key Manager",
869-
"slug": "sign-verify-key-with-go-sdk"
870-
}
871-
],
872-
"label": "API/CLI",
873-
"slug": "api-cli"
874-
}
875-
],
876-
"label": "Key Manager",
877-
"slug": "key-manager"
878-
}
879-
],
880-
"label": "Security & Identity",
881-
"category": "identity-and-access-management"
882-
},
883-
{
884-
"icon": "envFootprint",
885-
"items": [
886-
{
887-
"items": [
888-
{
889-
"label": "Overview",
890-
"slug": "../environmental-footprint"
891-
},
892-
{
893-
"label": "Concepts",
894-
"slug": "concepts"
895-
},
896-
{
897-
"label": "FAQ",
898-
"slug": "faq"
899-
},
900-
{
901-
"items": [
902-
{
903-
"label": "Track your monthly environmental footprint report",
904-
"slug": "track-monthly-footprint"
905-
}
906-
],
907-
"label": "How to",
908-
"slug": "how-to"
909-
},
910-
{
911-
"items": [
912868
"label": "Adding AI to IntelliJ IDEA using Continue",
913869
"slug": "adding-ai-to-intellij-using-continue"
914870
},

0 commit comments

Comments
 (0)