From f64bf8d1832c69682c0a78eefb00beb4b556b115 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 17 Mar 2017 14:06:03 -0400 Subject: [PATCH] /docs/http -> /api --- .../source/{docs/http => api}/index.html.md | 2 +- .../{docs/http => api}/libraries.html.md | 2 +- .../http => api}/secret/aws/index.html.md | 2 +- .../secret/cassandra/index.html.md | 2 +- .../http => api}/secret/consul/index.html.md | 2 +- .../secret/cubbyhole/index.html.md | 2 +- .../http => api}/secret/generic/index.html.md | 2 +- .../{docs/http => api}/secret/index.html.md | 2 +- .../http => api}/secret/mongodb/index.html.md | 2 +- .../http => api}/secret/mssql/index.html.md | 2 +- .../http => api}/secret/mysql/index.html.md | 2 +- .../http => api}/secret/pki/index.html.md | 2 +- .../secret/postgresql/index.html.md | 2 +- .../secret/rabbitmq/index.html.md | 2 +- .../http => api}/secret/ssh/index.html.md | 2 +- .../http => api}/secret/transit/index.html.md | 2 +- .../http => api}/system/audit-hash.html.md | 2 +- .../{docs/http => api}/system/audit.html.md | 2 +- .../{docs/http => api}/system/auth.html.md | 2 +- .../system/capabilities-accessor.html.md | 2 +- .../system/capabilities-self.html.md | 2 +- .../http => api}/system/capabilities.html.md | 2 +- .../system/config-auditing.html.md | 2 +- .../http => api}/system/generate-root.html.md | 2 +- .../{docs/http => api}/system/health.html.md | 2 +- .../{docs/http => api}/system/index.html.md | 2 +- .../{docs/http => api}/system/init.html.md | 2 +- .../http => api}/system/key-status.html.md | 2 +- .../{docs/http => api}/system/leader.html.md | 2 +- .../{docs/http => api}/system/mounts.html.md | 2 +- .../{docs/http => api}/system/policy.html.md | 2 +- .../{docs/http => api}/system/raw.html.md | 2 +- .../{docs/http => api}/system/rekey.html.md | 2 +- .../{docs/http => api}/system/remount.html.md | 2 +- .../{docs/http => api}/system/renew.html.md | 2 +- .../http => api}/system/replication.html.md | 2 +- .../http => api}/system/revoke-force.html.md | 2 +- .../http => api}/system/revoke-prefix.html.md | 2 +- .../{docs/http => api}/system/revoke.html.md | 2 +- .../{docs/http => api}/system/rotate.html.md | 2 +- .../http => api}/system/seal-status.html.md | 2 +- .../{docs/http => api}/system/seal.html.md | 2 +- .../http => api}/system/step-down.html.md | 2 +- .../{docs/http => api}/system/unseal.html.md | 2 +- .../system/wrapping-lookup.html.md | 2 +- .../system/wrapping-rewrap.html.md | 2 +- .../system/wrapping-unwrap.html.md | 2 +- .../http => api}/system/wrapping-wrap.html.md | 2 +- website/source/assets/stylesheets/_api.scss | 2 +- website/source/assets/stylesheets/_docs.scss | 2 +- website/source/docs/concepts/tokens.html.md | 4 +- .../source/docs/guides/replication.html.md | 2 +- .../guides/upgrading/upgrade-to-0.6.1.html.md | 2 +- website/source/docs/secrets/aws/index.html.md | 2 +- .../docs/secrets/cassandra/index.html.md | 2 +- .../source/docs/secrets/consul/index.html.md | 2 +- .../docs/secrets/cubbyhole/index.html.md | 2 +- .../source/docs/secrets/generic/index.html.md | 2 +- .../source/docs/secrets/mongodb/index.html.md | 2 +- .../source/docs/secrets/mssql/index.html.md | 2 +- .../source/docs/secrets/mysql/index.html.md | 2 +- website/source/docs/secrets/pki/index.html.md | 2 +- .../docs/secrets/postgresql/index.html.md | 2 +- .../docs/secrets/rabbitmq/index.html.md | 2 +- website/source/docs/secrets/ssh/index.html.md | 2 +- .../source/docs/secrets/transit/index.html.md | 2 +- .../vault-enterprise/hsm/behavior.html.md | 8 +- .../replication/index.html.md | 2 +- .../source/intro/getting-started/apis.html.md | 2 +- .../getting-started/first-secret.html.md | 2 +- website/source/layouts/{http.erb => api.erb} | 96 +++++++++---------- website/source/layouts/docs.erb | 88 ++++++++--------- website/source/layouts/layout.erb | 2 + 73 files changed, 165 insertions(+), 169 deletions(-) rename website/source/{docs/http => api}/index.html.md (99%) rename website/source/{docs/http => api}/libraries.html.md (99%) rename website/source/{docs/http => api}/secret/aws/index.html.md (99%) rename website/source/{docs/http => api}/secret/cassandra/index.html.md (99%) rename website/source/{docs/http => api}/secret/consul/index.html.md (99%) rename website/source/{docs/http => api}/secret/cubbyhole/index.html.md (99%) rename website/source/{docs/http => api}/secret/generic/index.html.md (99%) rename website/source/{docs/http => api}/secret/index.html.md (97%) rename website/source/{docs/http => api}/secret/mongodb/index.html.md (99%) rename website/source/{docs/http => api}/secret/mssql/index.html.md (99%) rename website/source/{docs/http => api}/secret/mysql/index.html.md (99%) rename website/source/{docs/http => api}/secret/pki/index.html.md (99%) rename website/source/{docs/http => api}/secret/postgresql/index.html.md (99%) rename website/source/{docs/http => api}/secret/rabbitmq/index.html.md (99%) rename website/source/{docs/http => api}/secret/ssh/index.html.md (99%) rename website/source/{docs/http => api}/secret/transit/index.html.md (99%) rename website/source/{docs/http => api}/system/audit-hash.html.md (99%) rename website/source/{docs/http => api}/system/audit.html.md (99%) rename website/source/{docs/http => api}/system/auth.html.md (99%) rename website/source/{docs/http => api}/system/capabilities-accessor.html.md (98%) rename website/source/{docs/http => api}/system/capabilities-self.html.md (98%) rename website/source/{docs/http => api}/system/capabilities.html.md (98%) rename website/source/{docs/http => api}/system/config-auditing.html.md (99%) rename website/source/{docs/http => api}/system/generate-root.html.md (99%) rename website/source/{docs/http => api}/system/health.html.md (99%) rename website/source/{docs/http => api}/system/index.html.md (97%) rename website/source/{docs/http => api}/system/init.html.md (99%) rename website/source/{docs/http => api}/system/key-status.html.md (98%) rename website/source/{docs/http => api}/system/leader.html.md (98%) rename website/source/{docs/http => api}/system/mounts.html.md (99%) rename website/source/{docs/http => api}/system/policy.html.md (99%) rename website/source/{docs/http => api}/system/raw.html.md (99%) rename website/source/{docs/http => api}/system/rekey.html.md (99%) rename website/source/{docs/http => api}/system/remount.html.md (98%) rename website/source/{docs/http => api}/system/renew.html.md (98%) rename website/source/{docs/http => api}/system/replication.html.md (99%) rename website/source/{docs/http => api}/system/revoke-force.html.md (98%) rename website/source/{docs/http => api}/system/revoke-prefix.html.md (98%) rename website/source/{docs/http => api}/system/revoke.html.md (98%) rename website/source/{docs/http => api}/system/rotate.html.md (98%) rename website/source/{docs/http => api}/system/seal-status.html.md (98%) rename website/source/{docs/http => api}/system/seal.html.md (98%) rename website/source/{docs/http => api}/system/step-down.html.md (98%) rename website/source/{docs/http => api}/system/unseal.html.md (99%) rename website/source/{docs/http => api}/system/wrapping-lookup.html.md (98%) rename website/source/{docs/http => api}/system/wrapping-rewrap.html.md (99%) rename website/source/{docs/http => api}/system/wrapping-unwrap.html.md (99%) rename website/source/{docs/http => api}/system/wrapping-wrap.html.md (98%) rename website/source/layouts/{http.erb => api.erb} (54%) diff --git a/website/source/docs/http/index.html.md b/website/source/api/index.html.md similarity index 99% rename from website/source/docs/http/index.html.md rename to website/source/api/index.html.md index a1bf38f79d..719b47108b 100644 --- a/website/source/docs/http/index.html.md +++ b/website/source/api/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "HTTP API" sidebar_current: "docs-http-overview" description: |- diff --git a/website/source/docs/http/libraries.html.md b/website/source/api/libraries.html.md similarity index 99% rename from website/source/docs/http/libraries.html.md rename to website/source/api/libraries.html.md index 712e0cc07b..3e35be516a 100644 --- a/website/source/docs/http/libraries.html.md +++ b/website/source/api/libraries.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "HTTP API: Libraries" sidebar_current: "docs-http-libraries" description: |- diff --git a/website/source/docs/http/secret/aws/index.html.md b/website/source/api/secret/aws/index.html.md similarity index 99% rename from website/source/docs/http/secret/aws/index.html.md rename to website/source/api/secret/aws/index.html.md index aa7c101516..4669e4dcab 100644 --- a/website/source/docs/http/secret/aws/index.html.md +++ b/website/source/api/secret/aws/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "HTTP API" sidebar_current: "docs-http-secret-aws" description: |- diff --git a/website/source/docs/http/secret/cassandra/index.html.md b/website/source/api/secret/cassandra/index.html.md similarity index 99% rename from website/source/docs/http/secret/cassandra/index.html.md rename to website/source/api/secret/cassandra/index.html.md index 64952c5473..62d9427f21 100644 --- a/website/source/docs/http/secret/cassandra/index.html.md +++ b/website/source/api/secret/cassandra/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "Cassandra Secret Backend - HTTP API" sidebar_current: "docs-http-secret-cassandra" description: |- diff --git a/website/source/docs/http/secret/consul/index.html.md b/website/source/api/secret/consul/index.html.md similarity index 99% rename from website/source/docs/http/secret/consul/index.html.md rename to website/source/api/secret/consul/index.html.md index 33a0068c71..8745e96bde 100644 --- a/website/source/docs/http/secret/consul/index.html.md +++ b/website/source/api/secret/consul/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "Consul Secret Backend - HTTP API" sidebar_current: "docs-http-secret-consul" description: |- diff --git a/website/source/docs/http/secret/cubbyhole/index.html.md b/website/source/api/secret/cubbyhole/index.html.md similarity index 99% rename from website/source/docs/http/secret/cubbyhole/index.html.md rename to website/source/api/secret/cubbyhole/index.html.md index 9fe4f88f64..903baaa674 100644 --- a/website/source/docs/http/secret/cubbyhole/index.html.md +++ b/website/source/api/secret/cubbyhole/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "Cubbyhole Secret Backend - HTTP API" sidebar_current: "docs-http-secret-cubbyhole" description: |- diff --git a/website/source/docs/http/secret/generic/index.html.md b/website/source/api/secret/generic/index.html.md similarity index 99% rename from website/source/docs/http/secret/generic/index.html.md rename to website/source/api/secret/generic/index.html.md index 18299a77ee..be00171f8c 100644 --- a/website/source/docs/http/secret/generic/index.html.md +++ b/website/source/api/secret/generic/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "Generic Secret Backend - HTTP API" sidebar_current: "docs-http-secret-generic" description: |- diff --git a/website/source/docs/http/secret/index.html.md b/website/source/api/secret/index.html.md similarity index 97% rename from website/source/docs/http/secret/index.html.md rename to website/source/api/secret/index.html.md index 51dfc15318..2912451b51 100644 --- a/website/source/docs/http/secret/index.html.md +++ b/website/source/api/secret/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "HTTP API" sidebar_current: "docs-http-secret" description: |- diff --git a/website/source/docs/http/secret/mongodb/index.html.md b/website/source/api/secret/mongodb/index.html.md similarity index 99% rename from website/source/docs/http/secret/mongodb/index.html.md rename to website/source/api/secret/mongodb/index.html.md index 9a82e39329..e833b5c009 100644 --- a/website/source/docs/http/secret/mongodb/index.html.md +++ b/website/source/api/secret/mongodb/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "MongoDB Secret Backend - HTTP API" sidebar_current: "docs-http-secret-mongodb" description: |- diff --git a/website/source/docs/http/secret/mssql/index.html.md b/website/source/api/secret/mssql/index.html.md similarity index 99% rename from website/source/docs/http/secret/mssql/index.html.md rename to website/source/api/secret/mssql/index.html.md index 22229d2c4c..678eea5a62 100644 --- a/website/source/docs/http/secret/mssql/index.html.md +++ b/website/source/api/secret/mssql/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "MSSQL Secret Backend - HTTP API" sidebar_current: "docs-http-secret-mssql" description: |- diff --git a/website/source/docs/http/secret/mysql/index.html.md b/website/source/api/secret/mysql/index.html.md similarity index 99% rename from website/source/docs/http/secret/mysql/index.html.md rename to website/source/api/secret/mysql/index.html.md index 4fcd165818..1d4bb9001f 100644 --- a/website/source/docs/http/secret/mysql/index.html.md +++ b/website/source/api/secret/mysql/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "MySQL Secret Backend - HTTP API" sidebar_current: "docs-http-secret-mysql" description: |- diff --git a/website/source/docs/http/secret/pki/index.html.md b/website/source/api/secret/pki/index.html.md similarity index 99% rename from website/source/docs/http/secret/pki/index.html.md rename to website/source/api/secret/pki/index.html.md index 481e5b72de..f7794cb8a0 100644 --- a/website/source/docs/http/secret/pki/index.html.md +++ b/website/source/api/secret/pki/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "PKI Secret Backend - HTTP API" sidebar_current: "docs-http-secret-pki" description: |- diff --git a/website/source/docs/http/secret/postgresql/index.html.md b/website/source/api/secret/postgresql/index.html.md similarity index 99% rename from website/source/docs/http/secret/postgresql/index.html.md rename to website/source/api/secret/postgresql/index.html.md index 995e88b12b..7c3e2b66cb 100644 --- a/website/source/docs/http/secret/postgresql/index.html.md +++ b/website/source/api/secret/postgresql/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "PostgreSQL Secret Backend - HTTP API" sidebar_current: "docs-http-secret-postgresql" description: |- diff --git a/website/source/docs/http/secret/rabbitmq/index.html.md b/website/source/api/secret/rabbitmq/index.html.md similarity index 99% rename from website/source/docs/http/secret/rabbitmq/index.html.md rename to website/source/api/secret/rabbitmq/index.html.md index cc461368bb..3948928141 100644 --- a/website/source/docs/http/secret/rabbitmq/index.html.md +++ b/website/source/api/secret/rabbitmq/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "RabbitMQ Secret Backend - HTTP API" sidebar_current: "docs-http-secret-rabbitmq" description: |- diff --git a/website/source/docs/http/secret/ssh/index.html.md b/website/source/api/secret/ssh/index.html.md similarity index 99% rename from website/source/docs/http/secret/ssh/index.html.md rename to website/source/api/secret/ssh/index.html.md index 7b6ce964e4..aaa6736c40 100644 --- a/website/source/docs/http/secret/ssh/index.html.md +++ b/website/source/api/secret/ssh/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "SSH Secret Backend - HTTP API" sidebar_current: "docs-http-secret-ssh" description: |- diff --git a/website/source/docs/http/secret/transit/index.html.md b/website/source/api/secret/transit/index.html.md similarity index 99% rename from website/source/docs/http/secret/transit/index.html.md rename to website/source/api/secret/transit/index.html.md index 5f52ee46f5..62edae4c64 100644 --- a/website/source/docs/http/secret/transit/index.html.md +++ b/website/source/api/secret/transit/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "Transit Secret Backend - HTTP API" sidebar_current: "docs-http-secret-transit" description: |- diff --git a/website/source/docs/http/system/audit-hash.html.md b/website/source/api/system/audit-hash.html.md similarity index 99% rename from website/source/docs/http/system/audit-hash.html.md rename to website/source/api/system/audit-hash.html.md index add41dd74c..74d9f93cc0 100644 --- a/website/source/docs/http/system/audit-hash.html.md +++ b/website/source/api/system/audit-hash.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: /sys/audit-hash - HTTP API" sidebar_current: "docs-http-system-audit-hash" description: |- diff --git a/website/source/docs/http/system/audit.html.md b/website/source/api/system/audit.html.md similarity index 99% rename from website/source/docs/http/system/audit.html.md rename to website/source/api/system/audit.html.md index f1720e5259..794497c369 100644 --- a/website/source/docs/http/system/audit.html.md +++ b/website/source/api/system/audit.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/audit - HTTP API" sidebar_current: "docs-http-system-audit/" description: |- diff --git a/website/source/docs/http/system/auth.html.md b/website/source/api/system/auth.html.md similarity index 99% rename from website/source/docs/http/system/auth.html.md rename to website/source/api/system/auth.html.md index 52ab68f6b9..e5c4d0cea9 100644 --- a/website/source/docs/http/system/auth.html.md +++ b/website/source/api/system/auth.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/auth - HTTP API" sidebar_current: "docs-http-system-auth" description: |- diff --git a/website/source/docs/http/system/capabilities-accessor.html.md b/website/source/api/system/capabilities-accessor.html.md similarity index 98% rename from website/source/docs/http/system/capabilities-accessor.html.md rename to website/source/api/system/capabilities-accessor.html.md index 02f9299084..70b44942fd 100644 --- a/website/source/docs/http/system/capabilities-accessor.html.md +++ b/website/source/api/system/capabilities-accessor.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/capabilities-accessor - HTTP API" sidebar_current: "docs-http-system-capabilities-accessor" description: |- diff --git a/website/source/docs/http/system/capabilities-self.html.md b/website/source/api/system/capabilities-self.html.md similarity index 98% rename from website/source/docs/http/system/capabilities-self.html.md rename to website/source/api/system/capabilities-self.html.md index 259928fc3e..175c2b3ce9 100644 --- a/website/source/docs/http/system/capabilities-self.html.md +++ b/website/source/api/system/capabilities-self.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/capabilities-self - HTTP API" sidebar_current: "docs-http-system-capabilities-self" description: |- diff --git a/website/source/docs/http/system/capabilities.html.md b/website/source/api/system/capabilities.html.md similarity index 98% rename from website/source/docs/http/system/capabilities.html.md rename to website/source/api/system/capabilities.html.md index 3faf9ebb86..a8ef2c4e5d 100644 --- a/website/source/docs/http/system/capabilities.html.md +++ b/website/source/api/system/capabilities.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/capabilities - HTTP API" sidebar_current: "docs-http-system-capabilities/" description: |- diff --git a/website/source/docs/http/system/config-auditing.html.md b/website/source/api/system/config-auditing.html.md similarity index 99% rename from website/source/docs/http/system/config-auditing.html.md rename to website/source/api/system/config-auditing.html.md index 22c4bf6919..62a0fbf31a 100644 --- a/website/source/docs/http/system/config-auditing.html.md +++ b/website/source/api/system/config-auditing.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/config/auditing - HTTP API" sidebar_current: "docs-http-system-config-auditing" description: |- diff --git a/website/source/docs/http/system/generate-root.html.md b/website/source/api/system/generate-root.html.md similarity index 99% rename from website/source/docs/http/system/generate-root.html.md rename to website/source/api/system/generate-root.html.md index 2deacc5047..e6d71f3970 100644 --- a/website/source/docs/http/system/generate-root.html.md +++ b/website/source/api/system/generate-root.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/generate-root - HTTP API" sidebar_current: "docs-http-system-generate-root" description: |- diff --git a/website/source/docs/http/system/health.html.md b/website/source/api/system/health.html.md similarity index 99% rename from website/source/docs/http/system/health.html.md rename to website/source/api/system/health.html.md index 2b9322b5ef..0f98b227a4 100644 --- a/website/source/docs/http/system/health.html.md +++ b/website/source/api/system/health.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/health - HTTP API" sidebar_current: "docs-http-system-health" description: |- diff --git a/website/source/docs/http/system/index.html.md b/website/source/api/system/index.html.md similarity index 97% rename from website/source/docs/http/system/index.html.md rename to website/source/api/system/index.html.md index f78d1e9274..5be5c42ead 100644 --- a/website/source/docs/http/system/index.html.md +++ b/website/source/api/system/index.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "System Backend - HTTP API" sidebar_current: "docs-http-system" description: |- diff --git a/website/source/docs/http/system/init.html.md b/website/source/api/system/init.html.md similarity index 99% rename from website/source/docs/http/system/init.html.md rename to website/source/api/system/init.html.md index 940211d818..e9de30ac7f 100644 --- a/website/source/docs/http/system/init.html.md +++ b/website/source/api/system/init.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/init - HTTP API" sidebar_current: "docs-http-system-init" description: |- diff --git a/website/source/docs/http/system/key-status.html.md b/website/source/api/system/key-status.html.md similarity index 98% rename from website/source/docs/http/system/key-status.html.md rename to website/source/api/system/key-status.html.md index e7451494f9..d76cd9ec20 100644 --- a/website/source/docs/http/system/key-status.html.md +++ b/website/source/api/system/key-status.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/key-status - HTTP API" sidebar_current: "docs-http-system-key-status" description: |- diff --git a/website/source/docs/http/system/leader.html.md b/website/source/api/system/leader.html.md similarity index 98% rename from website/source/docs/http/system/leader.html.md rename to website/source/api/system/leader.html.md index 81200be13f..5e20ca91b3 100644 --- a/website/source/docs/http/system/leader.html.md +++ b/website/source/api/system/leader.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/leader - HTTP API" sidebar_current: "docs-http-system-leader" description: |- diff --git a/website/source/docs/http/system/mounts.html.md b/website/source/api/system/mounts.html.md similarity index 99% rename from website/source/docs/http/system/mounts.html.md rename to website/source/api/system/mounts.html.md index 27826f2805..67713f6fb1 100644 --- a/website/source/docs/http/system/mounts.html.md +++ b/website/source/api/system/mounts.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/mounts - HTTP API" sidebar_current: "docs-http-system-mounts" description: |- diff --git a/website/source/docs/http/system/policy.html.md b/website/source/api/system/policy.html.md similarity index 99% rename from website/source/docs/http/system/policy.html.md rename to website/source/api/system/policy.html.md index 8a21373540..7f82fee56c 100644 --- a/website/source/docs/http/system/policy.html.md +++ b/website/source/api/system/policy.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/policy - HTTP API" sidebar_current: "docs-http-system-policy" description: |- diff --git a/website/source/docs/http/system/raw.html.md b/website/source/api/system/raw.html.md similarity index 99% rename from website/source/docs/http/system/raw.html.md rename to website/source/api/system/raw.html.md index 57ee5a225c..041c3589d5 100644 --- a/website/source/docs/http/system/raw.html.md +++ b/website/source/api/system/raw.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/raw - HTTP API" sidebar_current: "docs-http-system-raw" description: |- diff --git a/website/source/docs/http/system/rekey.html.md b/website/source/api/system/rekey.html.md similarity index 99% rename from website/source/docs/http/system/rekey.html.md rename to website/source/api/system/rekey.html.md index b3a61604f2..bf41ddebdf 100644 --- a/website/source/docs/http/system/rekey.html.md +++ b/website/source/api/system/rekey.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/rekey - HTTP API" sidebar_current: "docs-http-system-rekey" description: |- diff --git a/website/source/docs/http/system/remount.html.md b/website/source/api/system/remount.html.md similarity index 98% rename from website/source/docs/http/system/remount.html.md rename to website/source/api/system/remount.html.md index 8092984b3d..4e233c8c09 100644 --- a/website/source/docs/http/system/remount.html.md +++ b/website/source/api/system/remount.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/remount - HTTP API" sidebar_current: "docs-http-system-remount" description: |- diff --git a/website/source/docs/http/system/renew.html.md b/website/source/api/system/renew.html.md similarity index 98% rename from website/source/docs/http/system/renew.html.md rename to website/source/api/system/renew.html.md index cbf05efc8b..a288916e6e 100644 --- a/website/source/docs/http/system/renew.html.md +++ b/website/source/api/system/renew.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/renew - HTTP API" sidebar_current: "docs-http-system-renew" description: |- diff --git a/website/source/docs/http/system/replication.html.md b/website/source/api/system/replication.html.md similarity index 99% rename from website/source/docs/http/system/replication.html.md rename to website/source/api/system/replication.html.md index 869ac485d2..a8c0ef4518 100644 --- a/website/source/docs/http/system/replication.html.md +++ b/website/source/api/system/replication.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/replication - HTTP API" sidebar_current: "docs-http-system-replication" description: |- diff --git a/website/source/docs/http/system/revoke-force.html.md b/website/source/api/system/revoke-force.html.md similarity index 98% rename from website/source/docs/http/system/revoke-force.html.md rename to website/source/api/system/revoke-force.html.md index ceac319bf4..5ae9151272 100644 --- a/website/source/docs/http/system/revoke-force.html.md +++ b/website/source/api/system/revoke-force.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/revoke-force - HTTP API" sidebar_current: "docs-http-system-revoke-force" description: |- diff --git a/website/source/docs/http/system/revoke-prefix.html.md b/website/source/api/system/revoke-prefix.html.md similarity index 98% rename from website/source/docs/http/system/revoke-prefix.html.md rename to website/source/api/system/revoke-prefix.html.md index ea3aa9b16a..8ebc81c3e2 100644 --- a/website/source/docs/http/system/revoke-prefix.html.md +++ b/website/source/api/system/revoke-prefix.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/revoke-prefix - HTTP API" sidebar_current: "docs-http-system-revoke-prefix" description: |- diff --git a/website/source/docs/http/system/revoke.html.md b/website/source/api/system/revoke.html.md similarity index 98% rename from website/source/docs/http/system/revoke.html.md rename to website/source/api/system/revoke.html.md index f670e889c6..2c005aa5ad 100644 --- a/website/source/docs/http/system/revoke.html.md +++ b/website/source/api/system/revoke.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/revoke - HTTP API" sidebar_current: "docs-http-system-revoke/" description: |- diff --git a/website/source/docs/http/system/rotate.html.md b/website/source/api/system/rotate.html.md similarity index 98% rename from website/source/docs/http/system/rotate.html.md rename to website/source/api/system/rotate.html.md index 69f6d86f05..3e1bcf4afe 100644 --- a/website/source/docs/http/system/rotate.html.md +++ b/website/source/api/system/rotate.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/rotate - HTTP API" sidebar_current: "docs-http-system-rotate" description: |- diff --git a/website/source/docs/http/system/seal-status.html.md b/website/source/api/system/seal-status.html.md similarity index 98% rename from website/source/docs/http/system/seal-status.html.md rename to website/source/api/system/seal-status.html.md index 2393629392..d0bc7e6401 100644 --- a/website/source/docs/http/system/seal-status.html.md +++ b/website/source/api/system/seal-status.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/seal-status - HTTP API" sidebar_current: "docs-http-system-seal-status" description: |- diff --git a/website/source/docs/http/system/seal.html.md b/website/source/api/system/seal.html.md similarity index 98% rename from website/source/docs/http/system/seal.html.md rename to website/source/api/system/seal.html.md index 59f369f170..ef4d221181 100644 --- a/website/source/docs/http/system/seal.html.md +++ b/website/source/api/system/seal.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/seal - HTTP API" sidebar_current: "docs-http-system-seal/" description: |- diff --git a/website/source/docs/http/system/step-down.html.md b/website/source/api/system/step-down.html.md similarity index 98% rename from website/source/docs/http/system/step-down.html.md rename to website/source/api/system/step-down.html.md index db39f43bf8..5a16f607a7 100644 --- a/website/source/docs/http/system/step-down.html.md +++ b/website/source/api/system/step-down.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/step-down - HTTP API" sidebar_current: "docs-http-system-step-down" description: |- diff --git a/website/source/docs/http/system/unseal.html.md b/website/source/api/system/unseal.html.md similarity index 99% rename from website/source/docs/http/system/unseal.html.md rename to website/source/api/system/unseal.html.md index e0465f81fe..9ba369e926 100644 --- a/website/source/docs/http/system/unseal.html.md +++ b/website/source/api/system/unseal.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/seal-unseal - HTTP API" sidebar_current: "docs-http-system-unseal" description: |- diff --git a/website/source/docs/http/system/wrapping-lookup.html.md b/website/source/api/system/wrapping-lookup.html.md similarity index 98% rename from website/source/docs/http/system/wrapping-lookup.html.md rename to website/source/api/system/wrapping-lookup.html.md index bea4942b17..b54dbd2cea 100644 --- a/website/source/docs/http/system/wrapping-lookup.html.md +++ b/website/source/api/system/wrapping-lookup.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/wrapping/lookup - HTTP API" sidebar_current: "docs-http-system-wrapping-lookup" description: |- diff --git a/website/source/docs/http/system/wrapping-rewrap.html.md b/website/source/api/system/wrapping-rewrap.html.md similarity index 99% rename from website/source/docs/http/system/wrapping-rewrap.html.md rename to website/source/api/system/wrapping-rewrap.html.md index edc1469225..2f8665803f 100644 --- a/website/source/docs/http/system/wrapping-rewrap.html.md +++ b/website/source/api/system/wrapping-rewrap.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/wrapping/rewrap - HTTP API" sidebar_current: "docs-http-system-wrapping-rewrap" description: |- diff --git a/website/source/docs/http/system/wrapping-unwrap.html.md b/website/source/api/system/wrapping-unwrap.html.md similarity index 99% rename from website/source/docs/http/system/wrapping-unwrap.html.md rename to website/source/api/system/wrapping-unwrap.html.md index 1a2b466594..5a1965ab17 100644 --- a/website/source/docs/http/system/wrapping-unwrap.html.md +++ b/website/source/api/system/wrapping-unwrap.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/wrapping/unwrap - HTTP API" sidebar_current: "docs-http-system-wrapping-unwrap" description: |- diff --git a/website/source/docs/http/system/wrapping-wrap.html.md b/website/source/api/system/wrapping-wrap.html.md similarity index 98% rename from website/source/docs/http/system/wrapping-wrap.html.md rename to website/source/api/system/wrapping-wrap.html.md index 7a43a3df0d..c10cdbbaf0 100644 --- a/website/source/docs/http/system/wrapping-wrap.html.md +++ b/website/source/api/system/wrapping-wrap.html.md @@ -1,5 +1,5 @@ --- -layout: "http" +layout: "api" page_title: "/sys/wrapping/wrap - HTTP API" sidebar_current: "docs-http-system-wrapping-wrap" description: |- diff --git a/website/source/assets/stylesheets/_api.scss b/website/source/assets/stylesheets/_api.scss index 4a3d654658..dda6ea06c6 100644 --- a/website/source/assets/stylesheets/_api.scss +++ b/website/source/assets/stylesheets/_api.scss @@ -2,7 +2,7 @@ // API // -------------------------------------------------- -body.layout-http { +body.layout-api { // Extend bootstrap's table and table-striped classes on generic markdown // tables. This enables GHFM tables instead of HTML. table { diff --git a/website/source/assets/stylesheets/_docs.scss b/website/source/assets/stylesheets/_docs.scss index 5d7ba26cca..c4bd0d7db8 100755 --- a/website/source/assets/stylesheets/_docs.scss +++ b/website/source/assets/stylesheets/_docs.scss @@ -7,7 +7,7 @@ $docs-font-size: 15px; body.layout-docs, body.layout-inner, body.layout-downloads, -body.layout-http, +body.layout-api, body.layout-intro { >.container { .col-md-8[role=main] { diff --git a/website/source/docs/concepts/tokens.html.md b/website/source/docs/concepts/tokens.html.md index a048856c87..1905a41c8f 100644 --- a/website/source/docs/concepts/tokens.html.md +++ b/website/source/docs/concepts/tokens.html.md @@ -63,7 +63,7 @@ used for just enough initial setup (usually, setting up authentication backends and policies necessary to allow administrators to acquire more limited tokens) or in emergencies, and are revoked immediately after they are no longer needed. If a new root token is needed, the `generate-root` command and associated [API -endpoint](/docs/http/sys-generate-root.html) can be +endpoint](/api/sys-generate-root.html) can be used to generate one on-the-fly. It is also good security practice for there to be multiple eyes on a terminal @@ -149,7 +149,7 @@ token's information is looked up. It is based on a combination of factors: 1. The system max TTL, which is 32 days but can be changed in Vault's configuration file 2. The max TTL set on a mount using [mount - tuning](/docs/http/sys-mounts.html). This value + tuning](/api/sys-mounts.html). This value is allowed to override the system max TTL -- it can be longer or shorter, and if set this value will be respected. 3. A value suggested by the authentication backend that issued the token. This diff --git a/website/source/docs/guides/replication.html.md b/website/source/docs/guides/replication.html.md index 87875306eb..9d9a9cabe3 100644 --- a/website/source/docs/guides/replication.html.md +++ b/website/source/docs/guides/replication.html.md @@ -12,7 +12,7 @@ details can be found in the [replication internals](/docs/internals/replication.html) document. Vault replication also includes a complete API. For more information, please see -the [Vault Replication API documentation](/docs/http/system/replication.html) +the [Vault Replication API documentation](/api/system/replication.html) ## Activating Replication diff --git a/website/source/docs/guides/upgrading/upgrade-to-0.6.1.html.md b/website/source/docs/guides/upgrading/upgrade-to-0.6.1.html.md index 7514008004..c76bed1a9f 100644 --- a/website/source/docs/guides/upgrading/upgrade-to-0.6.1.html.md +++ b/website/source/docs/guides/upgrading/upgrade-to-0.6.1.html.md @@ -39,7 +39,7 @@ each status code (including `500`). Root tokens (tokens with the `root` policy) can no longer be created except by another root token or the -[`generate-root`](/docs/http/sys-generate-root.html) +[`generate-root`](/api/sys-generate-root.html) endpoint or CLI command. ## PKI Backend Certificates Will Contain Default Key Usages diff --git a/website/source/docs/secrets/aws/index.html.md b/website/source/docs/secrets/aws/index.html.md index d3bc154fd6..20cd72c62e 100644 --- a/website/source/docs/secrets/aws/index.html.md +++ b/website/source/docs/secrets/aws/index.html.md @@ -365,5 +365,5 @@ errors for exceeding the AWS limit of 32 characters on STS token names. ## API The AWS secret backend has a full HTTP API. Please see the -[AWS secret backend API](/docs/http/secret/aws/index.html) for more +[AWS secret backend API](/api/secret/aws/index.html) for more details. diff --git a/website/source/docs/secrets/cassandra/index.html.md b/website/source/docs/secrets/cassandra/index.html.md index 0ac9dcbc69..4d92af5843 100644 --- a/website/source/docs/secrets/cassandra/index.html.md +++ b/website/source/docs/secrets/cassandra/index.html.md @@ -95,5 +95,5 @@ subpath for interactive help output. ## API The Cassandra secret backend has a full HTTP API. Please see the -[Cassandra secret backend API](/docs/http/secret/cassandra/index.html) for more +[Cassandra secret backend API](/api/secret/cassandra/index.html) for more details. diff --git a/website/source/docs/secrets/consul/index.html.md b/website/source/docs/secrets/consul/index.html.md index 052f2cfb7f..b49f36872c 100644 --- a/website/source/docs/secrets/consul/index.html.md +++ b/website/source/docs/secrets/consul/index.html.md @@ -99,5 +99,5 @@ Permission denied ## API The Consul secret backend has a full HTTP API. Please see the -[Consul secret backend API](/docs/http/secret/consul/index.html) for more +[Consul secret backend API](/api/secret/consul/index.html) for more details. diff --git a/website/source/docs/secrets/cubbyhole/index.html.md b/website/source/docs/secrets/cubbyhole/index.html.md index 06b7581f55..2b0619a4ec 100644 --- a/website/source/docs/secrets/cubbyhole/index.html.md +++ b/website/source/docs/secrets/cubbyhole/index.html.md @@ -90,5 +90,5 @@ As expected, the value previously set is returned to us. ## API The Cubbyhole secret backend has a full HTTP API. Please see the -[Cubbyhole secret backend API](/docs/http/secret/cubbyhole/index.html) for more +[Cubbyhole secret backend API](/api/secret/cubbyhole/index.html) for more details. diff --git a/website/source/docs/secrets/generic/index.html.md b/website/source/docs/secrets/generic/index.html.md index 7c67a80472..70bea07b08 100644 --- a/website/source/docs/secrets/generic/index.html.md +++ b/website/source/docs/secrets/generic/index.html.md @@ -71,5 +71,5 @@ seconds (one hour) as specified. ## API The Generic secret backend has a full HTTP API. Please see the -[Generic secret backend API](/docs/http/secret/generic/index.html) for more +[Generic secret backend API](/api/secret/generic/index.html) for more details. diff --git a/website/source/docs/secrets/mongodb/index.html.md b/website/source/docs/secrets/mongodb/index.html.md index bd8dccca5a..ae0f39f43e 100644 --- a/website/source/docs/secrets/mongodb/index.html.md +++ b/website/source/docs/secrets/mongodb/index.html.md @@ -121,5 +121,5 @@ applications are restricted in the credentials they are allowed to read. ## API The MongoDB secret backend has a full HTTP API. Please see the -[MongoDB secret backend API](/docs/http/secret/mongodb/index.html) for more +[MongoDB secret backend API](/api/secret/mongodb/index.html) for more details. diff --git a/website/source/docs/secrets/mssql/index.html.md b/website/source/docs/secrets/mssql/index.html.md index 79f40dfc46..e2454815e2 100644 --- a/website/source/docs/secrets/mssql/index.html.md +++ b/website/source/docs/secrets/mssql/index.html.md @@ -111,5 +111,5 @@ allowed to read. ## API The MSSQL secret backend has a full HTTP API. Please see the -[MSSQL secret backend API](/docs/http/secret/mssql/index.html) for more +[MSSQL secret backend API](/api/secret/mssql/index.html) for more details. diff --git a/website/source/docs/secrets/mysql/index.html.md b/website/source/docs/secrets/mysql/index.html.md index c169af73ba..fec0f41903 100644 --- a/website/source/docs/secrets/mysql/index.html.md +++ b/website/source/docs/secrets/mysql/index.html.md @@ -120,5 +120,5 @@ the default on versions prior to that. ## API The MySQL secret backend has a full HTTP API. Please see the -[MySQL secret backend API](/docs/http/secret/mysql/index.html) for more +[MySQL secret backend API](/api/secret/mysql/index.html) for more details. diff --git a/website/source/docs/secrets/pki/index.html.md b/website/source/docs/secrets/pki/index.html.md index f5acdbda82..df8f78fbaf 100644 --- a/website/source/docs/secrets/pki/index.html.md +++ b/website/source/docs/secrets/pki/index.html.md @@ -383,5 +383,5 @@ subpath for interactive help output. ## API The PKI secret backend has a full HTTP API. Please see the -[PKI secret backend API](/docs/http/secret/pki/index.html) for more +[PKI secret backend API](/api/secret/pki/index.html) for more details. diff --git a/website/source/docs/secrets/postgresql/index.html.md b/website/source/docs/secrets/postgresql/index.html.md index d696e3f544..202a8d9f7d 100644 --- a/website/source/docs/secrets/postgresql/index.html.md +++ b/website/source/docs/secrets/postgresql/index.html.md @@ -110,5 +110,5 @@ subpath for interactive help output. ## API The PostgreSQL secret backend has a full HTTP API. Please see the -[PostgreSQL secret backend API](/docs/http/secret/postgresql/index.html) for more +[PostgreSQL secret backend API](/api/secret/postgresql/index.html) for more details. diff --git a/website/source/docs/secrets/rabbitmq/index.html.md b/website/source/docs/secrets/rabbitmq/index.html.md index 5afa3f6ae8..e924013000 100644 --- a/website/source/docs/secrets/rabbitmq/index.html.md +++ b/website/source/docs/secrets/rabbitmq/index.html.md @@ -111,5 +111,5 @@ subpath for interactive help output. ## API The RabbitMQ secret backend has a full HTTP API. Please see the -[RabbitMQ secret backend API](/docs/http/secret/rabbitmq/index.html) for more +[RabbitMQ secret backend API](/api/secret/rabbitmq/index.html) for more details. diff --git a/website/source/docs/secrets/ssh/index.html.md b/website/source/docs/secrets/ssh/index.html.md index 43a2b85aed..a0845318da 100644 --- a/website/source/docs/secrets/ssh/index.html.md +++ b/website/source/docs/secrets/ssh/index.html.md @@ -353,5 +353,5 @@ username@:~$ ## API The SSH secret backend has a full HTTP API. Please see the -[SSH secret backend API](/docs/http/secret/ssh/index.html) for more +[SSH secret backend API](/api/secret/ssh/index.html) for more details. diff --git a/website/source/docs/secrets/transit/index.html.md b/website/source/docs/secrets/transit/index.html.md index 422434a595..59707d361c 100644 --- a/website/source/docs/secrets/transit/index.html.md +++ b/website/source/docs/secrets/transit/index.html.md @@ -132,5 +132,5 @@ only encrypt or decrypt using the named keys they need access to. ## API The Transit secret backend has a full HTTP API. Please see the -[Transit secret backend API](/docs/http/secret/transit/index.html) for more +[Transit secret backend API](/api/secret/transit/index.html) for more details. diff --git a/website/source/docs/vault-enterprise/hsm/behavior.html.md b/website/source/docs/vault-enterprise/hsm/behavior.html.md index aaa5031fb9..e26795c01d 100644 --- a/website/source/docs/vault-enterprise/hsm/behavior.html.md +++ b/website/source/docs/vault-enterprise/hsm/behavior.html.md @@ -15,7 +15,7 @@ effect when using Vault with an HSM. Normally, Vault uses a single set of unseal keys to perform both decryption of the cryptographic barrier and to authorize recovery operations, such as the -[`generate-root`](/docs/http/sys-generate-root.html) +[`generate-root`](/api/sys-generate-root.html) functionality. When using an HSM, because the HSM automatically unseals the barrier but @@ -40,7 +40,7 @@ rather than change parameters set by an operator.) Vault does not currently support rekeying the master key when protected by an HSM; however, it _does_ continue to support rotation of the underlying data encryption key that the master key protects via the -[`/sys/rotate`](/docs/http/sys-rotate.html) API +[`/sys/rotate`](/api/sys-rotate.html) API endpoint. ## Recovery Key @@ -58,7 +58,7 @@ keys for this purpose, rather than the barrier unseal keys, is automatic. When initializing, the split is performed according to the following CLI flags and their API equivalents in the -[/sys/init](/docs/http/sys-init.html) endpoint: +[/sys/init](/api/sys-init.html) endpoint: * `recovery-shares`: The number of shares into which to split the recovery key. This value is equivalent to the `recovery_shares` value in the API @@ -83,6 +83,6 @@ this is performed by using the `-recovery-key=true` flag to `vault rekey`. Via the API, the rekey operation is performed with the same parameters as the [normal `/sys/rekey` -endpoint](/docs/http/sys-rekey.html); however, the +endpoint](/api/sys-rekey.html); however, the API prefix for this operation is at `/sys/rekey-recovery-key` rather than `/sys/rekey`. diff --git a/website/source/docs/vault-enterprise/replication/index.html.md b/website/source/docs/vault-enterprise/replication/index.html.md index b375305b9d..3346764abf 100644 --- a/website/source/docs/vault-enterprise/replication/index.html.md +++ b/website/source/docs/vault-enterprise/replication/index.html.md @@ -138,5 +138,5 @@ around operationalizing the replication feature. ## API The Consul replication component has a full HTTP API. Please see the -[Vault Replication API](/docs/http/system/replication.html) for more +[Vault Replication API](/api/system/replication.html) for more details. diff --git a/website/source/intro/getting-started/apis.html.md b/website/source/intro/getting-started/apis.html.md index 80aa7f562f..c71303b4d4 100644 --- a/website/source/intro/getting-started/apis.html.md +++ b/website/source/intro/getting-started/apis.html.md @@ -254,7 +254,7 @@ This should return a response like this: } ``` -You can see the documentation on the [HTTP APIs](/docs/http/index.html) for +You can see the documentation on the [HTTP APIs](/api/index.html) for more details on other available endpoints. Congratulations! You now know all the basics to get started with Vault. diff --git a/website/source/intro/getting-started/first-secret.html.md b/website/source/intro/getting-started/first-secret.html.md index 81b13dfdc6..7e6a90bfc6 100644 --- a/website/source/intro/getting-started/first-secret.html.md +++ b/website/source/intro/getting-started/first-secret.html.md @@ -14,7 +14,7 @@ read and write our first secret. One of the core features of Vault is the ability to read and write arbitrary secrets securely. On this page, we'll do this using the CLI, but there is also a complete -[HTTP API](/docs/http/index.html) +[HTTP API](/api/index.html) that can be used to programmatically do anything with Vault. Secrets written to Vault are encrypted and then written to backend diff --git a/website/source/layouts/http.erb b/website/source/layouts/api.erb similarity index 54% rename from website/source/layouts/http.erb rename to website/source/layouts/api.erb index f3161d0008..9d01bece3b 100644 --- a/website/source/layouts/http.erb +++ b/website/source/layouts/api.erb @@ -3,10 +3,10 @@