Set appropriate branding to OpenAPI pages (#665)

pull/667/head
Brandon Romano 6 years ago committed by GitHub
parent e08ab98a2b
commit 58fceacd98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ function OpenApiPage({
description: info.description,
siteName: `${productName} by HashiCorp`,
}}
product="vault"
product="boundary"
resourceURL={`https://github.com/hashicorp/${productSlug}`}
sidenav={{
Link,

@ -1,7 +1,7 @@
.root {
/* currently only supports "boundary", may want to extend to support other product themes */
&[data-theme='boundary'] {
--brand: var(--boundary);
--brand: var(--red);
}
& .pageHeading {

Loading…
Cancel
Save