mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
docs: rename Secure Variables to Variables (#14352)
This commit is contained in:
@@ -148,8 +148,8 @@
|
||||
"path": "concepts/workload-identity"
|
||||
},
|
||||
{
|
||||
"title": "Secure Variables",
|
||||
"path": "concepts/secure-variables"
|
||||
"title": "Variables",
|
||||
"path": "concepts/variables"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -632,6 +632,27 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "root",
|
||||
"routes": [
|
||||
{
|
||||
"title": "keyring install",
|
||||
"path": "commands/operator/root/keyring-install"
|
||||
},
|
||||
{
|
||||
"title": "keyring list",
|
||||
"path": "commands/operator/root/keyring-list"
|
||||
},
|
||||
{
|
||||
"title": "keyring remove",
|
||||
"path": "commands/operator/root/keyring-remove"
|
||||
},
|
||||
{
|
||||
"title": "keyring rotate",
|
||||
"path": "commands/operator/root/keyring-rotate"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "scheduler",
|
||||
"routes": [
|
||||
@@ -645,27 +666,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "secure-variables",
|
||||
"routes": [
|
||||
{
|
||||
"title": "keyring install",
|
||||
"path": "commands/operator/secure-variables/keyring-install"
|
||||
},
|
||||
{
|
||||
"title": "keyring list",
|
||||
"path": "commands/operator/secure-variables/keyring-list"
|
||||
},
|
||||
{
|
||||
"title": "keyring remove",
|
||||
"path": "commands/operator/secure-variables/keyring-remove"
|
||||
},
|
||||
{
|
||||
"title": "keyring rotate",
|
||||
"path": "commands/operator/secure-variables/keyring-rotate"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "snapshot",
|
||||
"routes": [
|
||||
|
||||
Reference in New Issue
Block a user