From 268a5c197a51fbee12f210c037d4d31fedccdd1a Mon Sep 17 00:00:00 2001 From: Alex Garel Date: Fri, 27 Sep 2024 17:05:11 +0200 Subject: [PATCH] chore: fix assets location (#245) --- README.md | 6 +++--- docs/README.md | 2 ++ {assets => docs/assets}/NGISearch_logo_tag_icon.svg | 0 .../RVB_HORIZONTAL_WHITE_BG_SEARCH-A-LICIOUS-50.png | 1 + {assets => docs/assets}/europa-flag.jpg | Bin 5 files changed, 6 insertions(+), 3 deletions(-) rename {assets => docs/assets}/NGISearch_logo_tag_icon.svg (100%) create mode 120000 docs/assets/RVB_HORIZONTAL_WHITE_BG_SEARCH-A-LICIOUS-50.png rename {assets => docs/assets}/europa-flag.jpg (100%) diff --git a/README.md b/README.md index 6046e355..bbdb4017 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![Search-a-licious](./assets/RVB_HORIZONTAL_WHITE_BG_SEARCH-A-LICIOUS-50.png "Search-a-licious logo") +![Search-a-licious](./assets/RVB_HORIZONTAL_WHITE_BG_SEARCH-A-LICIOUS-50.png "Search-a-licious logo") Search-a-licious unlocks the full potential of large data collections by transforming them into easily searchable content. Users can quickly and efficiently find exactly what they need. @@ -19,5 +19,5 @@ This is an Open Source project and [contributions are very welcome](https://open This project has received financial support from the NGI Search (New Generation Internet) program, funded by the 🇪🇺 European Commission. Thank you for supporting Open-Souce, Open Data, and the Commons. -NGI-search logo -European flag +NGI-search logo +European flag diff --git a/docs/README.md b/docs/README.md index 9c0a63c5..c4fd0d60 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,7 @@ # Search-a-licious +![Search-a-licious](./assets/RVB_HORIZONTAL_WHITE_BG_SEARCH-A-LICIOUS-50.png "Search-a-licious logo") + Welcome to the documentation of search-a-licious, a ready to use search component built on top of [Elasticsearch](https://www.elastic.co/). diff --git a/assets/NGISearch_logo_tag_icon.svg b/docs/assets/NGISearch_logo_tag_icon.svg similarity index 100% rename from assets/NGISearch_logo_tag_icon.svg rename to docs/assets/NGISearch_logo_tag_icon.svg diff --git a/docs/assets/RVB_HORIZONTAL_WHITE_BG_SEARCH-A-LICIOUS-50.png b/docs/assets/RVB_HORIZONTAL_WHITE_BG_SEARCH-A-LICIOUS-50.png new file mode 120000 index 00000000..0bd07d22 --- /dev/null +++ b/docs/assets/RVB_HORIZONTAL_WHITE_BG_SEARCH-A-LICIOUS-50.png @@ -0,0 +1 @@ +../../assets/RVB_HORIZONTAL_WHITE_BG_SEARCH-A-LICIOUS-50.png \ No newline at end of file diff --git a/assets/europa-flag.jpg b/docs/assets/europa-flag.jpg similarity index 100% rename from assets/europa-flag.jpg rename to docs/assets/europa-flag.jpg