Skip to content

fix search overlay #993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions _sass/color_schemes/soda.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1004,28 +1004,16 @@ body {
text-decoration: underline;
}

.docs-banner.docs-color-purple {
background-color: #5C3CFF;
}

.docs-banner.docs-color-purple .docs-banner-text {
color: #fff;
}

.docs-banner.docs-color-purple .docs-banner-action {
color: #DBC7FF;
}

.docs-banner.docs-color-turquoise {
background-color: #00c9d6;
background-color: #5C3CFF;
}

.docs-banner.docs-color-turquoise .docs-banner-text {
color: #000;
color: #fff;
}

.docs-banner.docs-color-turquoise .docs-banner-action {
color: #fff;
color: #DBC7FF;
}

/* Override comments in python snippets */
Expand Down Expand Up @@ -1096,4 +1084,4 @@ body {
font-weight: 500;
color: #fff;
transition: background-color .4s ease-out;
}
}
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: default
title: Home
nav_order: 1
description: Learn how to use Soda to test data quality. Use Soda Library with SodaCL to write checks for data quality and run scans from the command-line.
permalink: /
---
Expand All @@ -9,9 +10,8 @@
<!--<div class="docs-section docs-banner docs-color-turquoise">
<a href="/soda-cloud/anomaly-dashboard.html" class="docs-section-row"><span class="docs-banner-text">Check out the new, ML-driven anomaly dashboards for observability!</span><span class="docs-banner-action">Learn more</span></a>
</div>-->
<div class="docs-section docs-banner docs-color-purple">
<a href="https://launch.soda.io/launch-week?utm_source=docs&utm_medium=banner&utm_campaign=launch+weekdocs" target="_blank" class="docs-section-row"><span class="docs-banner-text">
Soda's Launch Week is Coming: June 9–13 — Register to win a $1000+ mechanical keyboard .</span><span class="docs-banner-action">Register now!</span></a>
<div class="docs-section docs-banner docs-color-turquoise">
<a href="https://launch.soda.io/launch-week?utm_source=docs&utm_medium=banner&utm_campaign=launch+weekdocs" target="_blank" class="docs-section-row"><span class="docs-banner-text">Soda's Launch Week is Coming: June 9–13 — Register to win a $1000+ mechanical keyboard.</span><span class="docs-banner-action">Register now!</span></a>
</div>
<section class="docs-section docs-hero">
<div class="docs-section-row">
Expand Down Expand Up @@ -41,7 +41,7 @@ <h2>Get started</h2>
<div>
<img src="/assets/images/icons/icon-new@2x.png" width="54" height="40">
<h2>What's new?</h2>
<a href="/soda-cloud/roles-global.html#manage-user-groups">Create user groups</a>
<a href="/soda-cloud/roles-global#create-custom-user-groups">Create user groups</a>
<a href="/soda-cloud/anomaly-dashboard.html">Anomaly detection dashboards</a>
<a href="/soda-cl/anomaly-detection.html">Anomaly detection</a>
<a href="/soda-agent/managed-agent.html">Set up Soda-hosted Agent</a>
Expand Down Expand Up @@ -74,5 +74,4 @@ <h2>Soda community</h2>
</div>
</div>
</section>
</div>
</div>
</div>