From ebe9d139e2122e9ebc16ed7e27f3f7c2535b79b9 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 30 Jul 2019 16:12:55 -0400 Subject: [PATCH] Fix PCF location in sidebar --- website/source/docs/secrets/kmip/index.html.md | 4 ++-- website/source/layouts/api.erb | 4 ++-- website/source/layouts/docs.erb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/docs/secrets/kmip/index.html.md b/website/source/docs/secrets/kmip/index.html.md index 0a4f08d734..afbed5f459 100644 --- a/website/source/docs/secrets/kmip/index.html.md +++ b/website/source/docs/secrets/kmip/index.html.md @@ -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 \ No newline at end of file +[kmip-ops]: http://docs.oasis-open.org/kmip/spec/v1.4/os/kmip-spec-v1.4-os.html#_Toc490660840 diff --git a/website/source/layouts/api.erb b/website/source/layouts/api.erb index fed74b6383..54556a31ba 100644 --- a/website/source/layouts/api.erb +++ b/website/source/layouts/api.erb @@ -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', diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index acdfee89e7..75d4cc7933 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -278,11 +278,11 @@ 'github', 'ldap', 'okta', + 'pcf', 'radius', 'cert', 'token', 'userpass', - 'pcf', '---------', 'app-id', 'mfa'