Fix PCF location in sidebar

This commit is contained in:
Jeff Mitchell 2019-07-30 16:12:55 -04:00
parent b0e2877955
commit ebe9d139e2
3 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ requests.
$ vault secrets enable kmip
Success! Enabled the kmip secrets engine at: kmip/
```
1. Configure the secrets engine with the desired listener addresses to use and
TLS parameters, or leave unwritten to use default values
@ -166,4 +166,4 @@ operation_none
```
[kmip-spec]: http://docs.oasis-open.org/kmip/spec/v1.4/kmip-spec-v1.4.html
[kmip-ops]: http://docs.oasis-open.org/kmip/spec/v1.4/os/kmip-spec-v1.4-os.html#_Toc490660840
[kmip-ops]: http://docs.oasis-open.org/kmip/spec/v1.4/os/kmip-spec-v1.4-os.html#_Toc490660840

View file

@ -78,12 +78,12 @@
{ category: 'kubernetes' },
{ category: 'ldap' },
{ category: 'okta' },
{ category: 'pcf' },
{ category: 'radius' },
{ category: 'cert' },
{ category: 'token' },
{ category: 'userpass' },
{ category: 'app-id' },
{ category: 'pcf' }
{ category: 'app-id' }
]
}, {
category: 'system',

View file

@ -278,11 +278,11 @@
'github',
'ldap',
'okta',
'pcf',
'radius',
'cert',
'token',
'userpass',
'pcf',
'---------',
'app-id',
'mfa'