diff --git a/themes/docs-new/layouts/_default/data-api.html b/themes/docs-new/layouts/_default/data-api.html index 43285f054fc..236156d38e1 100644 --- a/themes/docs-new/layouts/_default/data-api.html +++ b/themes/docs-new/layouts/_default/data-api.html @@ -14,14 +14,10 @@ {{- end -}} {{- end }} - {{ if in .Params.product "automate" }} - - {{ else }} - - {{ end }} + - {{ if in .Params.product "automate" }} + {{ if eq $.Page.Params.title "Chef Automate API" }}
Return to Docs diff --git a/themes/docs-new/static/automate-api-stylesheet.css b/themes/docs-new/static/api-stylesheet.css similarity index 100% rename from themes/docs-new/static/automate-api-stylesheet.css rename to themes/docs-new/static/api-stylesheet.css diff --git a/themes/docs-new/static/habitat-api-styles.css b/themes/docs-new/static/habitat-api-styles.css deleted file mode 100644 index f065b594aac..00000000000 --- a/themes/docs-new/static/habitat-api-styles.css +++ /dev/null @@ -1,24 +0,0 @@ -body { - margin: 0; - padding: 0; -} - -a.return { - background: #EF9600; - display: block; - text-align: center; - width: 260px; - padding: 8px 0; - color: white; - text-decoration: none; - font-family: montserrat; - font-size: 14px; - position: fixed; - z-index: 1; -} - -redoc[spec-url] a img[src^="/images/habitat-logo.svg"] { - width: 220px; - margin: 20px; -} -