GenSpectrum / LAPIS

An API, a query engine, and a database schema for genomic sequences; currently with a focus on SARS-CoV-2
https://lapis-three.vercel.app
GNU Affero General Public License v3.0
19 stars 5 forks source link

small landing page #858

Closed fengelniederhammer closed 1 month ago

fengelniederhammer commented 1 month ago

resolves #856

grafik

@chaoran-chen I assume that by "Documentation" you meant the LAPIS docs? I implemented it such that one has to provide the URL via --lapis.docs.url. If not provided, the link will point to https://lapis.cov-spectrum.org/open/v2/docs/. Is that ok?

This PR also includes a little refactoring, because the org.genspectrum.lapis.controller package was too cluttered with files that didn't really belong there for my taste.

PR Checklist

github-actions[bot] commented 1 month ago

This is a preview of the changelog of the next release:

0.2.5 (2024-07-11)

Features

chaoran-chen commented 1 month ago

Yes, I meant indeed the LAPIS docs.

If none is provided, let's better omit it entirely instead of pointing to a covid instance

fengelniederhammer commented 1 month ago

I adapted it. If lapis.docs.url is set: grafik

If it's not set: grafik