Skip to content

Commit

Permalink
Merge pull request #51 from vespa-cloud/ldalves/rebranding
Browse files Browse the repository at this point in the history
Update logo
  • Loading branch information
kkraune authored Dec 14, 2023
2 parents 77bdc63 + efeae7d commit 2d904bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->

![Vespa Cloud logo](https://cloud.vespa.ai/assets/logos/vespa-cloud-logo-full-black.png)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://vespa.ai/assets/vespa-ai-logo-heather.svg">
<source media="(prefers-color-scheme: light)" srcset="https://vespa.ai/assets/vespa-ai-logo-rock.svg">
<img alt="#Vespa" width="200" src="https://vespa.ai/assets/vespa-ai-logo-rock.svg" style="margin-bottom: 25px;">
</picture>

# Vespa Cloud sample applications - CORD-19 Search

Expand Down Expand Up @@ -30,3 +34,6 @@ $ curl "https://api.cord19.vespa.ai/search/?query=sars-cov-2"
</pre>

<!-- Moved from https://github.com/vespa-engine/sample-apps/blob/a5a5fea369554691ef61d3e26c9337c878a0b2ea/vespa-cloud/cord-19-search/README.md -->


vespa-cloud/vespa-documentation-search
6 changes: 5 additions & 1 deletion experiment-yourself.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->

![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://vespa.ai/assets/vespa-ai-logo-heather.svg">
<source media="(prefers-color-scheme: light)" srcset="https://vespa.ai/assets/vespa-ai-logo-rock.svg">
<img alt="#Vespa" width="200" src="https://vespa.ai/assets/vespa-ai-logo-rock.svg" style="margin-bottom: 25px;">
</picture>


The Vespa app that powers [CORD-19 Search](https://cord19.vespa.ai/) is
Expand Down
6 changes: 5 additions & 1 deletion feeding.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->

![Vespa logo](https://vespa.ai/assets/vespa-logo-color.png)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://vespa.ai/assets/vespa-ai-logo-heather.svg">
<source media="(prefers-color-scheme: light)" srcset="https://vespa.ai/assets/vespa-ai-logo-rock.svg">
<img alt="#Vespa" width="200" src="https://vespa.ai/assets/vespa-ai-logo-rock.svg" style="margin-bottom: 25px;">
</picture>

## Prerequisites
Python3 installed and two packages to parse and produce Vespa json feed
Expand Down

0 comments on commit 2d904bb

Please sign in to comment.