Skip to content

Commit efeae7d

Browse files
committed
Update logo
1 parent 77bdc63 commit efeae7d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
22

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

59
# Vespa Cloud sample applications - CORD-19 Search
610

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

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

experiment-yourself.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
22

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

59

610
The Vespa app that powers [CORD-19 Search](https://cord19.vespa.ai/) is

feeding.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
22

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

59
## Prerequisites
610
Python3 installed and two packages to parse and produce Vespa json feed

0 commit comments

Comments
 (0)