mirror of https://github.com/crossplane/docs.git
Removes links to docs user survey (#253)
Signed-off-by: Pete Lumbis <pete@upbound.io> Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
parent
9f9d28b0aa
commit
d0093bb333
|
@ -1,8 +0,0 @@
|
||||||
.docs-survey {
|
|
||||||
background-color: $linkWater !important;
|
|
||||||
color: $gray-600;
|
|
||||||
|
|
||||||
a{
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -48,4 +48,3 @@
|
||||||
/* purgecss end ignore */
|
/* purgecss end ignore */
|
||||||
@import "skippy";
|
@import "skippy";
|
||||||
@import "fonts";
|
@import "fonts";
|
||||||
@import "survey";
|
|
|
@ -14,9 +14,6 @@
|
||||||
|
|
||||||
<main class="bd-main order-1">
|
<main class="bd-main order-1">
|
||||||
<div class="bd-intro pt-2 ps-lg-2">
|
<div class="bd-intro pt-2 ps-lg-2">
|
||||||
{{- if eq .Title "Overview"}}
|
|
||||||
{{ partialCached "survey" . }}
|
|
||||||
{{ end }}
|
|
||||||
<div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between">
|
<div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between">
|
||||||
<div class="mb-3 mb-md-0 d-flex">
|
<div class="mb-3 mb-md-0 d-flex">
|
||||||
{{ partial "version-dropdown-menu" . }}
|
{{ partial "version-dropdown-menu" . }}
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
<div class="docs-survey card mb-3 text-center col-10 mx-auto">
|
|
||||||
<div class="card-body fs-4">
|
|
||||||
Click to <a href="https://s.surveyplanet.com/uiuwwdxb">take the Crossplane user survey</a>. <br />Survey closes December 31.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
Loading…
Reference in New Issue