docs(lapis): improve landing page, describe lineage queries#1702
Open
chaoran-chen wants to merge 2 commits into
Open
docs(lapis): improve landing page, describe lineage queries#1702chaoran-chen wants to merge 2 commits into
chaoran-chen wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
c65b332 to
3fbf0c0
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates LAPIS documentation to improve the landing page and document two additional concepts (lineage queries and customizable FASTA headers), while aligning Playwright navigation tests with the updated “Get started” entry point.
Changes:
- Expanded the docs landing page content and updated the primary CTA from “Introduction” to “Get started”.
- Added new Concept pages: Lineage queries and Customizable FASTA headers, and linked them from existing pages/navigation.
- Updated docs config parsing/helpers (
generateLineageIndex) and adjusted Playwright tests to match the new navigation.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| lapis-docs/tests/queryGenerator.page.ts | Updates navigation click target to “Get started” for query generator flow. |
| lapis-docs/tests/docs.spec.ts | Adds new concept pages to expected navigation list and updates entry click to “Get started”. |
| lapis-docs/tests/configGenerator.page.ts | Updates navigation click target to “Get started” for config generator flow. |
| lapis-docs/src/content/docs/index.mdx | Improves landing page copy, updates CTA labeling, and adds “Known instances” + citation content. |
| lapis-docs/src/content/docs/concepts/response-format.mdx | Adds a pointer to the new customizable FASTA headers documentation. |
| lapis-docs/src/content/docs/concepts/pango-lineage-query.mdx | Clarifies availability note and cross-links to generalized lineage queries. |
| lapis-docs/src/content/docs/concepts/lineage-queries.mdx | New page documenting lineage-index wildcard semantics and advanced query usage. |
| lapis-docs/src/content/docs/concepts/customizable-fasta-headers.mdx | New page documenting fastaHeaderTemplate placeholders and encoding examples. |
| lapis-docs/src/content/docs/concepts/advanced-query.mdx | Fixes an example intro sentence to correctly refer to advanced queries. |
| lapis-docs/src/config.ts | Adjusts generateLineageIndex typing/logic and adds hasLineageFields() helper for conditional docs. |
| lapis-docs/astro.config.mjs | Adds the two new Concept pages to the sidebar navigation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…and customizable FASTA headers
5a7cde3 to
7793350
Compare
fengelniederhammer
approved these changes
Jun 3, 2026
Contributor
There was a problem hiding this comment.
Maybe an example on how the result would look like might also help? (Non blocking, we can also do that in a separate PR)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is updating the docs, mainly:
PR Checklist
[ ] All necessary documentation has been adapted.[ ] All necessary changes are explained in thellms.txt.[ ] The implemented feature is covered by an appropriate test.